Skip to content

Initialization problem in iOS 18 or higher #90

@yr-voigt

Description

@yr-voigt

There seems to be a problem in the initialization of the HybridWebView when using devices with iOS 18 or higher.

The webview does not display any content, or it appears to be stuck on an empty document.

By debugging, I was able to determine that the SchemeHandler does not work.
startURLSchemeTask event no longer appears to be registered.
But I don't know if this is the underlying problem.

I was able to reproduce the problem with the test program from this project and one of my own.
With otherwise identical test settings, I was able to observe that the WebView starts normally on iOS 17.7, for example, but not on iOS 18.
The problem occurs both in the emulator and on real hardware.
Is there possibly a workaround for this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions