You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
If I remove all references to Crosswalk, then I dont get these prompts. Something within Crosswalk is causing these prompts and because of this the cordova.js library also does not work properly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here are the details of my setup.
Cordova version- 6.5.0
Ionic version - 5.4.13
Crosswalk version - org.xwalk:xwalk_core_library:17.46.448.10
I am using this setup for an android app and as soon as the android app launches I get the following JS prompts :
gap_init:3
gap:[null,“CoreAndroid”,“messageChannel”,“CoreAndroid1311606310”]
gap:[null,“CoreAndroid”,“show”,“CoreAndroid1311606311”]
gap:[null,“Device”,“getDeviceInfo”,“Device1311606312”]
The above prompts are from the
cordova.js
file.If I remove all references to Crosswalk, then I dont get these prompts. Something within Crosswalk is causing these prompts and because of this the cordova.js library also does not work properly.
The text was updated successfully, but these errors were encountered: