iOS 26 new safari issues

Hello,

Issue :

In safari in iOS 26 on iPhone i noticed very big design issues regarding modals
Modals that used to take the whole screen height do not anymore so it has a

  1. bad look but mainly if there is a scroll in it then
  2. the scrolling behaviour is horrible and migh need to close and re-open the popup for it to work

Finding

In one of my previous dialogs, i do not know Why or how but there is this “dialog“ element in it.

It actually prevents this space created at the bottom of the modal ! and the scrolling behaviour is less impacted.

I have a lot of modals impacted and i was wondering if it was possible to copy/paste the Dialog in the modal (currently impossible)

This could solve completely my problem and I think this is critical !

Please tell me how i could copy paste the elements in the other modals (maybe there is a quick hack to do so)

Thanks !

PS : i did not find answers here : Safari display issues

Hi Philbert :waving_hand:

Can you share some screenshots or videos of this behavior?

In the meantime I’ll ask our tech team if they know about this issue.

Hi @Agustin_Carozo,

Thanks for getting back to me

Here are 2 bottom screen shots :

  1. (good) Whith the dialog element, it creates a “white overlay” on the search bar area

  2. (not good)

    Whithout the Dialog element, all around the search bar / url bar / navigation, the Modal does not display anymore and lives blank stuff (and this strange scrolling behaviour) + it makes the design not clear anymore, users are lost and i get complains

By the way this is the dialog element i reffer to : (it’s just here, never toggled or reffered to in my code, don’t even know why it’s here on this modal and not on the other ones)

Thanks a lot and if you find anything that could fix this issue easily i’d love to know !

Have a good one

Hi Philbert,

I see that you are using our old and deprecated modal, meaning we are not releasing updates and fixes for it.

Could you try to recreate your features with our new Popup System?
Perhaps that will do the trick.

Let me know how it goes.

Hi Augustin,

I did try with the new Popup and does not work either … (and i may have 100 modals so changing all would take days … anyway it does not work)

=> I have a new hint however, I’ve seen some websites where the “old“ behaviour of the search bar is maintained and it’s not void around it so we can’t see through (has a background) … this could be a big fix that solves it all with a line of code i guess ?

=> this fix would mean getting rid of the glass experience of ios26 but would solve it all

I made a website in a few clicks using hostinger builder and it keeps a background under the serach bar (dont pay attention to the design)

Any new clues on your side ?

And result (the nav bar has a background now) :

I noticed some weird stuff happening with modals on Safari on Mac and IOS 26 as well

what I encountered was if the height of the page container with all regular content (not the modal) is less than the height of the screen, then when the modal is triggered, anything below the container height isn’t rendered at all.

I solved this by adding a min-height of 1080px, but I realise this isn’t an elegant solution.

Attached screenshot gives some idea. Apologies for the potato quality.

Hey guys, thanks for the update, I’ll ask our tech team if they know about this!

OK thanks !

BTW, the best solution less DIY would be that the modal/popup content is displayed under the liquid glass search bar/url like the page is … :wink:

I’ll be watching your updates closely :slight_smile:

Have a good one

Hi @Philibert !

Thanks for the report. Unfortunately, I’m having issues replicating the issue. Can you please make a ticket here support.weweb.io with the link to your project so we can take a better look?

Hi @DanielL ! What do you mean you cannot replicate the issue ?

I could make a ticket but they often dont get any response …

Please tell me what you can’t replicate