简体   繁体   中英

Android webview is not loading a URL

I am loading web page content with URL link using web view, But i am facing an error:

ERROR/Web Console(889): TypeError: Result of expression 'this.mb' [null] is not an object.

How can I resolve this problem. Please help me.

Because you want to show map you need add:

webview.getSettings().setBuiltInZoomControls(true);
webview.getSettings().setSupportZoom(true);

EDIT: webview.getSettings().setDomStorageEnabled(true); helped.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM