After Quasar v0.17.13 & CLI v0.17.16
cordova, android
After installing the initial app, the menu does not appear even if the menu tab is clicked in Android 4.4.2 version.(Samsung Galaxy note 2)
MyLayout.vue
<q-layout-drawer
v-model="leftDrawerOpen"
:content-class="$q.theme === 'mat' ? 'bg-grey-2' : null"
>
<q-list
no-border
link
inset-delimiter
>
This issue occurs from Quasar v0.17.13 & CLI v0.17.16.
"Quasar v0.17.12 & CLI v0.17.15" works normally.
Hi,
For Android <5.0 (but strictly for pre v5) builds, please use the Cordova Crosswalk plugin. In your /src-cordova folder (which is a Cordova project folder:
cordova plugin add cordova-plugin-crosswalk-webview
Using crosswalk increases the file size by 20mb.
This function worked well.
But suddenly it will not work after the update and it is strange to use crosswalk.
This framework should be marked as incompatible with the android 4.x version.
If this is the case, I think quasar.conf should have a section that can modify minSdkVersion.