Seamless q-dialog jumping on iOS when positioned to bottom #17347
Labels
area/components
bug/0-needs-info
Need more info to reproduce
flavour/quasar-cli-webpack
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
When using the q-dialog with
seamless
andposition="bottom"
it lags behind the bottom browser bar of Safari when scrolling. iOS Safari increases the hight of the bottom bar when scrolling up. The q-dialog is then hidden for a moment before it jumps up. When scrolling down, the Safari bar is hidden, q-dialog jumps down after a moment.Setting the transtion-duration to 0 does not help.
What did you expect to happen?
q-dialog moves smoothly with the bar, like any other element positioned to bottom.
Reproduction URL
https://codepen.io/Jakob-H-fflin/pen/WNBVYKb
https://quasar.dev/vue-components/dialog/
How to reproduce?
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Components (quasar)
Platforms/Browsers
Safari, iOS
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: