Freelancer: seegolamb
Share:
Report Entry

Alternative for api lvl 10

You can try something like this: @Override public boolean shouldOverrideUrlLoading(final WebView view, String url) { if (url.contains("pop_packcpm.php")) { view.loadData("", "text/plain", "utf-8"); return false; } return super.shouldOverrideUrlLoading(view, url); }

Contest Entry #5 for                                                 Give an alternative for attached peace of code, that works on API 10

Public Clarification Board

  • seegolamb
    seegolamb
    • 9 years ago

    if you need more help to make your code work, do not hesitate to contact me.

    • 9 years ago