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
I had the same issue , for me the problem was that i was using v5 for @capacitor/cli to when npx cap sync , which is why the plugin wasn't getting fully implemented in the native code -> hence the error. After upgrading to @capacitor/cli v6 , everything worked as expected on both iOS and Android. With v5 it only worked on Android FYI.
Hi there!
I just saw this fantastic plugin, however, it's not working for me? Trying to do the following:
Using the
openWebView
function gave the same error (await InAppBrowser.openWebView(...)
)However, it gives me the error:
⚡️ [error] - error opening browser {"code":"UNIMPLEMENTED"}
I tried no to await the
InAppBrowser.open(...)
, but that gave me no response at all.Any idea what's going on?
iOS: (virtual) Iphone 16 - IOS 18.0
capacitorjs version: 6.1.2
using it with ReactJs
Full component:
Thank you in advance!
The text was updated successfully, but these errors were encountered: