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
This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.
Bug Report
Plugin(s)
Capacitor Version
Platform(s)
Current Behavior
Viewport stays white, back button has no function.
No error logs in console.
Close button in notch safe-area.
Expected Behavior
Page loads correctly.
Back button click makes user return to app.
Close button below notch safe-area.
Code Reproduction
Browser.open({ url: url }).catch((error) => {
console.error("Cannot open url in browser", error);
});
Other Technical Details
The issue only occurs in the iOS simulator but not on a real iOS devices that also has iOS 18. No issues, no hint whats going on atm.
Additional Context
Screenshot
The text was updated successfully, but these errors were encountered: