“Hello, WebView” example

后端 未结 3 1252
谎友^
谎友^ 2021-01-07 15:22

I\'m new in android development and I am trying out the WebView example in the official android site.

http://developer.android.com/guide/tutorials/views/hello-webvie

3条回答
  •  無奈伤痛
    2021-01-07 16:06

    in oncreate method add WebView.enablePlatformNotifications();

    in manifest file add

    
    

    now it works fine...

提交回复
热议问题