• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Problem with .org and loadUrl

RonChipp

Lurker
Is there a problem using .org extensions with the loadUrl WebView code? I use the same code for three(3) other buttons and it takes me to the desired webpage, no problem. However on the fourth button, after clicking nothing happens, and no error given. The only thing between the fourth button click and the other three is that the fourth button link does not point to .com, but to .org! Any suggestions?
 
Change the url of the fourth button to another non-.com page. If it works, the page you're pointing to might have a problem. (A non-working mobile theme could be causing a problem you won't find using computer.) If it doesn't work it probably means a typo somewhere in the code for that button.
 
Thanks for your response, the problem ended up being the "finish();" code I had after the lloadUrl! Again, thanks for your response.
 
Back
Top Bottom