android - Crosswalk Project Service not found on Samsung Galaxy S6 and S6 Edge -
my app uses cordova-plugin-crosswalk-webview 1.3.1, ionic 1.0.0-rc.1 , cordova 5.2.0. if start app on samsung galaxy s5 starts properly, on samsung galaxy s6 or s6 edge message
"crosswalk project service not found ... requires crosswalk project service work. please install app store, restart ..."
based on installed size of app, crosswalk embedded. have set xwalkmode = "embedded" , uses-permissions.
config.xml
<preference name="xwalkmode" value="embedded" />
androidmanifest.xml
<uses-permission android:name="android.permission.internet" /> <uses-permission android:name="android.permission.access_network_state" /> <uses-permission android:name="android.permission.access_wifi_state" />
any ideas causes problem?
found solution here https://github.com/litehelpers/cordova-sqlite-storage/issues/336
the cordova sqlite plugin in connection crosswalk plugin on x86 64bit device caused problem.
Comments
Post a Comment