i am trying to open a payment gateway. i am using a webview control.
and get following error :
Failed to load file:///zzzz/op/v1/redirect?_r=0.5466419911248204&paymentId=///: Cross origin requests are only supported for protocol schemes: http, data, chrome, https. in file:/// (Line: 43)
i am using android v7 in the phone
b4a version is 7.3
chrome ver 66.0.3359.158
any help ?
B4X:
j.PostMultipart("https://secure.zzzzzz.in/_zzzzent",mapjson,Null)
and get following error :
Failed to load file:///zzzz/op/v1/redirect?_r=0.5466419911248204&paymentId=///: Cross origin requests are only supported for protocol schemes: http, data, chrome, https. in file:/// (Line: 43)
i am using android v7 in the phone
b4a version is 7.3
chrome ver 66.0.3359.158
any help ?