pdanpdan/quasar

Bug: Android unable to display QMenu within QInput

nicholaszuccarelli opened this issue · 5 comments

Android (both browser and Cordova) is unable to show a QMenu within a QInput field when the QInput is tapped on.

Video here showing the bug - in this case, I can tap on a v-slot:append dropdown icon:

Screen_Recording_20211130-145303_Chrome.mp4

Video here is on iOS and shows what is meant to happen (tapping on the input still allows you to type and also display the QMenu results)

RPReplay_Final1638244324.MP4

I need the code for reproduction, please

No worries. I'll make a sample project for you tomorrow.

I think I only need the QInput and the QMenu, to see how they are related to each other and how is the menu shown

https://github.com/nicholaszuccarelli/android-cordova-bugs-nov2021

Can be seen here inside this dialog. I struggle to make the QMenu open. At one point it displayed in the wrong position (which might be related to being able to scroll the entire window when focussing on the input).

The QMenu seemed to be fine within the actual QPage itself, but was not working in the QDialog.

screen-recording-20211201-113753-quasar-app_TNNWNDzD.mp4