gluonhq/attach

BrowserService causes white screen on iOS 17+

Opened this issue · 0 comments

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)