Vue Capacitor Ios App, @capacitor/browser not implemented with @capacitor/ios 6.0.1 #417
Open
6 tasks done
Labels
bug
This points to a verified bug in the code
Checklist
Description
Following the Ionic & Capacitor (Vue) quickstart guide on a minimal implementation, at:
A NOT IMPLEMENTED error is logged in with IOS in xcode (works on android), appears to be related to Browser.open(
Downgrading packages below from version 6.0.1 to the following fixed the issue:
"@capacitor/core": "5.7.7",
"@capacitor/ios": "5.7.7",
Reproduction
Minimal implementation with Capacitor using packages below resulted in the error:
"@capacitor/core": "6.0.1",
"@capacitor/ios": "6.0.1",
Additional context
auth0-vue sample app does not use capacitor.
Thanks.
auth0-vue version
2.3.3
Vue version
3.4.30
Which browsers have you tested in?
Safari
The text was updated successfully, but these errors were encountered: