Open Dante1349 opened 1 week ago
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.
Please see the Contributing Guide for how to create a Sample App.
Thanks! Ionitron 💙
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