Capacitor Webview with https not in http #6621
Unanswered
Bijit-Mondal
asked this question in
General
Replies: 1 comment
-
new Capacitor 5 apps use https by default, if your app was a Capacitor 4 app or older it will use http to avoid web data loss (since localStorage and other forms of web storage are bound to the url). But if you don't mind about that web data, you can just set the scheme to https. Check |
Beta Was this translation helpful? Give feedback.
0 replies
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 want to integrate https://otpless.com, but it's SDK works only with https, and that's why I am unable to work with it as capacitor works on http. How to resolve that
Beta Was this translation helpful? Give feedback.
All reactions