#stickybattle-vue-ssl

1 messages · Page 1 of 1 (latest)

tight igloo
#

hello! how does this framework/stack work on mobile? is it displayed in a webview? or like from a file?

astral bobcat
#

Uses webpack. and compiles using webview

tight igloo
#

what url does the webview display? like I assume you display some page in your webview, where is your actual webpage hosted?

astral bobcat
#

Yeah, it loads into localhost is my understanding.

tight igloo
#

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?

astral bobcat
#

Yes correct, we plan to be hosting on Firebase Hosting

tight igloo
#

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

astral bobcat
#

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.

tight igloo
#

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?