Ok means hybrid apk of cordova select browser at runtime, right ?
Also it means that Cordova-Android 4.x will use Chromium rather than the webview at run time of app. What if mobile phone device do not have chrome browser installed ?
I want to compile my android app for Android 4.3 (API 18). As my mobile phone is android 4.3.
So crosswalk will not work for Android 4.3 (API 18) device, what do you say ?
If you want to make sure your app uses chromium use something like https://crosswalk-project.org--I believe it packaged chromium with the app. It requires API Version 19 and makes the app larger but makes outcomes much more predictable with the same webkit underneath it no matter on what device it's run on.
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
---
You received this message because you are subscribed to a topic in the Google Groups "phonegap" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/phonegap/4ejZpsyBBiI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to phonegap+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
>> Using Crosswalk gives you a specific and more performant version of Chrome to use on all Android devices, in order to reduce fluctuations and fragmentation among devices.
But not for android-4.3 i.e API-18 . Right ?
I have one last question that :--
My project is having crosswalk library compiled with target sdk Android 4.4 (API 19). And my cordova project which is using crosswalk library is compiled with target sdk Android 4.3 (API 18). So will it not cause any compatibility issue in final apk produced ?