webview.loadUrl() problem in android?
Posted
by androidbase Praveen
on Stack Overflow
See other posts from Stack Overflow
or by androidbase Praveen
Published on 2010-02-13T09:06:12Z
Indexed on
2010/04/16
5:43 UTC
Read the original article
Hit count: 1157
android
Hi guys,
I am loading a URL whose datatype is String in a WebView
. Using something like:
webview.loadUrl(string_variable);
but it is automatically redirected to the browser.
I got this in my LOGCAT,
02-13 14:11:08.586: INFO/ActivityManager(5Cool: Displayed activity com.example.brown/.Bru_Press_MostRecent_ArticleView: 2583 ms (total 2583 ms)
02-13 14:11:09.376: INFO/ActivityManager(5Cool: Starting activity: Intent { act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=http://mobile.twitter.com/brownuniversity/statuses/8681812931 cmp=com.android.browser/.BrowserActivity (has extras) }
02-13 14:11:09.506: INFO/ActivityManager(5Cool: Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=285 uid=10014 gids={3003, 1015}
© Stack Overflow or respective owner