I create an application under the android on the ionic framework. Faced the problem that on the android versions from 5.0.0 and above, the application works great, but on the versions of android 4.0, 4.2, etc., then the layout goes, then some functionality does not work. I recently met with ionic and cordova and never understood how such applications work. It seems the problem lies in the support of js and css in browsers on older versions of android. Is there a way to normalize the application on older models of smartphones?
1 answer
Perhaps you need: Crosswalk is an open source product that allows using older versions of Android (4.0-4.3) to use Chrome WebView instead of the built-in WebView, indicating the correct version.
|