#stickybattle-vue-ssl
1 messages · Page 1 of 1 (latest)
hello! how does this framework/stack work on mobile? is it displayed in a webview? or like from a file?
Uses webpack. and compiles using webview
what url does the webview display? like I assume you display some page in your webview, where is your actual webpage hosted?
Yeah, it loads into localhost is my understanding.
for web (not mobile) when you're using it in production, then it would have a real deployed server right where you're hosting your webpage, right?
Yes correct, we plan to be hosting on Firebase Hosting
yeah so in that case, your mobile app would be displaying a webview and loading the same Firebase hosted URL right? which would be over HTTPS so it would work fine, right?
sorry I'm not the most informed on Vue/Nuxt/Capacitor so I'm trying to piece together how things work here
Yeah for the web version... When on a mobile the android emulator gives me this error.
2021-11-01 14:25:22.197 5968-5968/myapp W/Capacitor/Console: File: https://js.stripe.com/v3 - Line 1 - Msg: You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS.
Even though i'm running on https://localhost:8000
yeah I'm not sure off hand what the issue there is. Try deploying that webpage somewhere (still in test mode) and seeing if you get that warning there still in Android emulator?