Describe the bug
QDialog doesn't close when device back button is clicked on Capacitor apps. Cordova works fine as is but for some reason on Capacitor build, nothing happens when device's back button is pressed.
Codepen/jsFiddle/Codesandbox (required)
Any non-persistent QDialog ie: https://codepen.io/yev/pen/dyPqjJp
To Reproduce
Steps to reproduce the behavior:
persistent prop is not setExpected behavior
The dialog should close same behavior like hitting esc-key.
Platform (please complete the following information):
OS: Pop!_OS
Node: v12.4.0
NPM: 6.9.0
Yarn: 1.21.1
Browsers: Chrome
iOS:
Android: Android 8.0 Oreo
Electron:
Try to follow here: https://github.com/ionic-team/capacitor/issues/417
@pdanpdan it looks like that specific issue is already fixed. I'm not particularly sure why it happens on quasar capacitor build though. Is there any more information that might explain what happens based on the related capacitor issue?
Will do a test (in the next days) to see if the Capacitor API supports this correctly and will update Quasar. We currently allow the auto closing behavior on Cordova only.
This will be available in "quasar" v1.9.3.