Android Question WebView & Stripe payments

ray richardson

New Member
Created an apk from -
Exploring the apk I find B4A is used.
App creates problem with Stripe payments - "Sorry, there was a problem loading Checkout. If this persists, please try a different browser."
Has been solved on StackOverflow with this change

webView.getSettings().setUserAgentString("Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1");

Can anyone advise where in the B4A structure this can be coded.
Apologies for a simple question, simple person asking it, just starting with apps.
 
Last edited by a moderator:
Top