Coder Social home page Coder Social logo

Comments (13)

t0ggles avatar t0ggles commented on June 15, 2024 1

Task nolimits4web/F7-78 was created

t0ggles task F7-78

from framework7.

11digits avatar 11digits commented on June 15, 2024

I am having the same issue, and it is happening in the browser (safari) on the phone in v7, v8

from framework7.

lopaton avatar lopaton commented on June 15, 2024

I had a similar issue with sheet modals on ios 17.4.1
adding this fixed it from me:
app.sheet.on('close', function (sheet) { sheet.el.style.display = 'none'; });

from framework7.

lonjack avatar lonjack commented on June 15, 2024

I used framework7-vue and had the same issue in IOS 17.4.1

from framework7.

11digits avatar 11digits commented on June 15, 2024

app.sheet.on('close', function (sheet) { sheet.el.style.display = 'none'; });
This is ok but not fully, as it will prevent the popup from opening again.

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...

from framework7.

brian-g avatar brian-g commented on June 15, 2024

Has anyone written a Radar issue for Apple/Webkit?

from framework7.

Peggy2344 avatar Peggy2344 commented on June 15, 2024

I add :animate="false" and solved the problem. But still looking for a better solution.

from framework7.

cepm-nate avatar cepm-nate commented on June 15, 2024

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.

from framework7.

nolimits4web avatar nolimits4web commented on June 15, 2024

t0ggles-create f7

from framework7.

LorenzoRizzolo avatar LorenzoRizzolo commented on June 15, 2024

Thanks to everyone, i've solved it putting the popup into Block component, I think that's a good compromise.

from framework7.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.