You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
Are you running the latest SDK version?
Are you reporting to the correct repository (magic-sdk)?
๐ Description
On ios safari scrolling breaks after init. I am making an ios capacitor app and after init no elements are scrollable.
After narrowing it down the issue was introduced at v28.3.1
In this version, a white screen flashes a few times and then disappears and scrolling stops working. There is an issue for this - (#787) - and while it is resolved and the white screen doesnt happen, the scrolling issue remains.
Specifically, I am using Capacitor to build my app, however it uses safari as the webview.
๐งฉ Steps to Reproduce
Open site in safari
Wait for magic to init
Attempt to scroll
๐ค Expected behavior
Scrolling works as normal
๐ฎ Actual behavior
Scrolling does not work
๐ป Code Sample
๐ Environment
Software
Version(s)
magic-sdk
28.18.0
Browser
Safari
yarn
Operating System
iOS
The text was updated successfully, but these errors were encountered:
I encountered a similar issue and spent a significant amount of time debugging my CSS, initially assuming the problem was caused by a third-party component. Upon further investigation, I discovered that the issue stemmed from the visibility transition (changing from display: none to visibility: hidden).
โ Prerequisites
magic-sdk
)?๐ Description
On ios safari scrolling breaks after init. I am making an ios capacitor app and after init no elements are scrollable.
After narrowing it down the issue was introduced at v28.3.1
In this version, a white screen flashes a few times and then disappears and scrolling stops working. There is an issue for this - (#787) - and while it is resolved and the white screen doesnt happen, the scrolling issue remains.
Specifically, I am using Capacitor to build my app, however it uses safari as the webview.
๐งฉ Steps to Reproduce
๐ค Expected behavior
Scrolling works as normal
๐ฎ Actual behavior
Scrolling does not work
๐ป Code Sample
๐ Environment
magic-sdk
yarn
The text was updated successfully, but these errors were encountered: