Open krishnanspace opened 4 years ago
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.
cordova.js
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.
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.