I tried e.preventDefault(); and e.stopPropagation() and return false;
and I tried them all.
nothing works.
once textarea focused, the keyboard push the page to top.
I even tried using setWebview when textarea focused, to set customWebview.scrollable to false, then after 3 seconds set it back to true, but nothing works.
The same html page works fine in WebViewer, But it auto scrolled in customWebView
i can't find any explanation or example in there. customwebview is quitting immediately. I tried placing it in a vertical arrangment that is the only thing on the screen, and it still quits. Does it need some initialization? I am using only this:
Webpage not available The webpage at intent://ak.onmantineer.com/4/6765106?var=5870576&intnt_r=true&bs=df38a8d9-e5cc-4a38-b4fe-5b6c768db616#Intent;scheme=https;package=com.android.chrome;end could not be loaded because: net::ERR_UNKNOWN_URL_SCHEME
That's an intent url (see chrome docs). You could try parsing the link, set the values of a activity launcher, and then launch it. The easier option would be to have chrome handle it through an activity launcher
Enable DeepLink property from blocks.
If it doesn't work then obtain url from ErrorOccurred event of CustomWebView and handle it yourself using Activity Starter.
I uploaded I video to my website, it plays on browser, but when I want to play it with WebView on my app, it plays for a second then shows this error. The video playback was aborted due to a corruption problem or because the video used features your browser did not support. Please I need help
I'm currently facing an issue with obtaining permissions for both audio and video in my app, while testing with AI Companion, I'm able to grant video permission, but audio permission seems to be missing. However, after installing the APK file on a device, neither audio nor video permissions are being granted.
Here's a snapshot of the blocks I'm using:
I've also attached the AIA file for reference. If anyone has encountered a similar issue or has any insights into what might be going wrong, I would greatly appreciate your help.