Webview not able to load https url in android?

前端 未结 9 1342
别跟我提以往
别跟我提以往 2020-12-29 08:14

I am implementing webview application in android. When i am trying to load https url one or two times it finishes the activity. Agian tryin

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 08:19

    Add internet settings in your manifest.xml

    
    

    and check can you access internet on your device.

提交回复
热议问题