Hey everyone,
I just switched to crosswalk due to performance issues. The app performs way better now, but everything is too small now. Any advice how to solve this issue?
Without crosswalk:
With crosswalk:
Solution to this is adding the following to the html head:
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
I would be interested to know, whats the size of app now ? I have a app which is almost 80% complete and thought to integrate crosswalk but it breaks the functionality as well as it increases the size. so i step back and continued with inbuild webview.
For my project i can tell that the app size increased by about 20mb, but now it works on every device, and the performance is quite well even on older devices.