-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem closing popups on ios #4260
Comments
I am having the same issue, and it is happening in the browser (safari) on the phone in v7, v8 |
I had a similar issue with sheet modals on ios 17.4.1 |
I used framework7-vue and had the same issue in IOS 17.4.1 |
app.sheet.on('close', function (sheet) { sheet.el.style.display = 'none'; }); What worked for me (even if it is glitchy) si to add a class and then 20ms later remove that class from the popup or sheet element on close... |
Has anyone written a Radar issue for Apple/Webkit? |
I add |
Oh good, I thought I was the only one with this issue! It's making popups re-appear after they've closed. And just like everyone else discovered, 'display:none' is set on the visible element. For now I'm using an app parameter to make all popups lack animation, but it'd be nice to see an acknowledgement of this from the Safari team. |
t0ggles-create f7 |
Task nolimits4web/F7-78 was created |
Thanks to everyone, i've solved it putting the popup into Block component, I think that's a good compromise. |
Same problem |
Works with actions-sheet, but not works with sheet-modal. Issue appears only in safari with vue and exists even on example page https://framework7.io/vue/action-sheet |
Any chance to see an update to f7 to fix this issue? Seems f7 development is stale |
…to previous place in the dom framework7io#4260
Hi, i'm developing a page with more popups and I've noticed that when i close the popup it remain at the bottom of the page, it does it only on IOS, not on android or PC. I've tried the kitchen sink and also there the popup remains at the bottom.
The text was updated successfully, but these errors were encountered: