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
Some things, such as react-helmet, use window.requestAnimationFrame. This will be on our Capacitor web view. We need to keep the Capacitor web view alive and ticking for this to work...
Changing iOS to use a child view controller instead of presenting our root view controller fixed it. However therefore we expect it to still be broken when presenting a modal!
The text was updated successfully, but these errors were encountered:
Some things, such as react-helmet, use
window.requestAnimationFrame
. This will be on our Capacitor web view. We need to keep the Capacitor web view alive and ticking for this to work...Changing iOS to use a child view controller instead of presenting our root view controller fixed it. However therefore we expect it to still be broken when presenting a modal!
The text was updated successfully, but these errors were encountered: