Norman Breau
Norman Breau
So if I understand correctly, the race condition is `deviceready` may fire and as a result, may attempt to call `handleOpenURL`, before the application has a chance to set `handleOpenURL`....
> As far as I know, the only way to ensure it is by adding a setTimeout(..., 0) to make sure that the handleOpenURL that is called in the objective-c...
I am definitely in favour of displaying stacktraces on failed tests.
Can you provide which `cordova-android` version you're using (`cordova platform ls` will state this) and your `config.xml`?
Thanks, the conifg looks fine and the feature was added in v12, so that should be fine as well. Are you using any custom webview plugins, such as the [ionic...
> These are the plugins I'm using: > > ``` > "plugins": { > "cordova-plugin-android-permissions": {}, > "cordova-plugin-geolocation": { > "GPS_REQUIRED": "true" > }, > "cordova-plugin-inappbrowser": {} > } >...
> I am trying to to prevent inspecting the cordova webview. Building the cordova app with --release doesn't work either (This is what I've initially tried ). In my current...
An update, I just tested with my own apps so that I can build a release variant... and I've modified the framework code to easily test different scenarios. It seems...
Closing as stale.
> I think we should ensure that the platform incl. folder structure exists on npm i or cordova build. Because it's already defined in package.json. Just because platform exists in...