0

I am loading web page content with URL linkusing 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.

2
  • 1
    Can you please show some code where you create this.mb variable and where you use it. Commented Jun 17, 2011 at 12:39
  • I am not using 'this.mb' any where in my code. This Error from console only. Commented Jun 20, 2011 at 10:07

1 Answer 1

1

Because you want to show map you need add:

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

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.