How to disable back button pressed for webview in android?

前端 未结 6 772
时光说笑
时光说笑 2020-12-19 15:38

How to disable back button pressed for webview in android ?

@Override
public boolean onKeyDown(int keyCode, KeyEvent event)
{
     if (wv1 != null &&         


        
6条回答
提交回复
热议问题