并且给出错误是
I/chromium: [INFO:CONSOLE(1)] "[blocked] The page at 'https://paynetzuat.atomtech.in/paynetz/ipg' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.example.com/url-return.php': this content should also be submitted over HTTPS.
", source: https://paynetzuat.atomtech.in/paynetz/ipg (1)
I/chromium: [INFO:CONSOLE(0)] "[blocked] The page at 'https://paynetzuat.atomtech.in/paynetz/ipg' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.example.com/url-return.php': this content should also be submitted over HTTPS.
", source: https://paynetzuat.atomtech.in/paynetz/ipg (0)
谢谢,请帮助我
答案 0 :(得分:2)
Hey Buddy向他们询问名为Libary_MobilePaymentSDK的新sdk 使用此代码: -
WebSettings settings= webView.getSettings();
if (Build.VERSION.SDK_INT >= 21) {
webview.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW );
}