How can I access BrowserOpenOptions for @capacitor/browser #6800
Unanswered
andreevnikola
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Ionic with clerk even though it does not have native support. I use there React SDK and everything works well except third party app provider authentication. By default it was openening it in systems default browser, but using this line:
allowNavigation: ["*"]
in my capacitor configuration, made it so for it to open in an In App One. Is there a way of me to open the browser as an popup instead of an fullscrean. Doing my research I found out about **BrowserOpenOptions **. Is there a way of me accessing them or is there any other way of doing this? Thanks!Beta Was this translation helpful? Give feedback.
All reactions