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
Deploying HelloGluon with the BrowserService to a device running iOS 17+, after the provided URL is opened in the external browser, going back to the application causes a white screen.
Only after rotating the device to landscape, the screen is back.
when the service succeeds:
[AttachLog] 2024-04-05 13:43:20.185 jboolean Java_com_gluonhq_attach_browser_impl_IOSBrowserService_launchURL(JNIEnv *, jclass, jstring)_block_invoke: 62 Opened url successfully
Application was paused
and when going back:
Application was resumed
[AttachLog] 2024-04-05 13:44:12.468 void sendNotch():150 Notch is UNKNOWN
(white screen, and no exceptions or other indications of could be wrong)
The text was updated successfully, but these errors were encountered:
Deploying HelloGluon with the BrowserService to a device running iOS 17+, after the provided URL is opened in the external browser, going back to the application causes a white screen.
Only after rotating the device to landscape, the screen is back.
when the service succeeds:
and when going back:
(white screen, and no exceptions or other indications of could be wrong)
The text was updated successfully, but these errors were encountered: