Sevastyan Savanyuk

Results 10 comments of Sevastyan Savanyuk

@sudipbhandari126 How does frame rate relates to brightness of the preview? Is it a bad work from google guys, or something? I tried it and it works though.

Any ETA on this? This issue is a deal-breaker for me.

Having the same issue with version `12.1.1` even. `buildSrc/settings.gradle.kts`: ``` dependencyResolutionManagement { versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } } } ``` `buildSrc/build.gradle.kts`: ``` plugins { `kotlin-dsl` } repositories { gradlePluginPortal()...

The proper way to test it for Android via `adb`: ``` adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "https://your.domain.com/path?param1=1%26param2=2" ``` The above tries to open some app to...

@bartekpacia I'd like to inquire about bringing back host functionality, so that I can run `$.host.runProcess('adb shell...')`. Is it in the plans? Having the ability to test deep links is...

Stop treating developers like they’re incapable of making informed decisions. We know exactly what we’re doing when we activate from a path, and we don’t need this unnecessary hand-holding. The...

The road to hell is paved with good intentions.

Any updates? When will this be available?

I think `$.native.openUrl` was available back then even. But that doesn't suite my case. Anyway, luckily, I am not that involved in the project that needs this testing. For others...

@kikuchy One way around this, that I have thought about, but not actually implemented, is to create a separate dedicated app just to test the Instant App invocation. I assume...