q-datetime-picker not working as expected on ios
-
Hi!
The q-datetime-picker is not working as expected on ios. The forth and back buttons are not responding. (They respond as expected on android). Is it not possible to use mat-theme for datepicker on ios?this is how it is included in the code:
<q-datetime-picker v-model=“date” type=“date” @input=“addDate”/> -
did you try building it with
-t mat
option? same, i don’t like how the pickers design is in ios. -
I built the ios application by using this command: quasar build -m cordova -T ios
So it’s weird the datepicker does not show in ios-theme in the first place.quasar build -m cordova -T ios -t mat does not solve this issue
and quasar build -m cordova -T ios -t ios gives me the ugly ios-version that works for ios.