Ljudbane
Ljudbane
Here are the pictures of how this looks like on a real device. cordova-android 10:  cordova-android 11:  I'm guessing the webview wasn't all the way to the top...
While further exploring this issue i found this resource: https://developer.android.com/guide/topics/display-cutout. The way the cutout behaves, can be defined in manifest inside . So i tried adding ``` never ``` to...
Hello. I can observe the same behaviour if i set ``. The call to `navigator.splashscreen.hide()` won't actually hide the splash screen. If i set the above preference to false, then...
To run cordova plugins in browser you have to use browser platform of cordova. You need to run `cordova run browser` or `ionic cordova run browser`. More info in this...
@snyuryev Thank you, i will check it out and report back if the issue is fixed for me.
I did some testing on iOS simulator. First i updated libs to most recent versions: ``` "@alan-ai/alan-button": "^1.9.22", "@alan-ai/cordova-plugin-alan-voice": "^2.4.0", ``` First call in our app to project API is:...
I've also tested on Android and the code in callback function doesn't get executed. I don't see any error in logcat.
@snyuryev Yes i did, multiple times. Sorry for the late reply. I will try to replicate the issue in one of your example apps.
@snyuryev This only happened on one specific device (Nokia 8). We have tested on some other Android devices but could not reproduce the issue.
@snyuryev Yes, the permission popup was shown and approved. We also double checked in Android settings and permission for recording audio was enabled in App settings. The microphone does work...