I am working on an android app and am using webview to display a
podcast feed.
The default setup from
http://code.google.com/apis/ajax/playground/#dynamic_feed_control_-_vertical
seems to work ok on android 2.1 but not on 2.3. These are the only two
devices I have to test on. It will work without error if I just load
the html file into the stock browser but not when I click on the links
from within my app. I have noticed that the rss feed link will load
the rss url in the browser. However, Clinking on the link within the
app gives this error when using 'adb logcat'.
"I/ActivityManager( 164): Starting: Intent
{ act=android.intent.action.VIEW
cat=[android.intent.category.BROWSABLE] dat=http://www.89xradio.com/
podcast/Interviews/JH_FINGER%20ELEVEN%201_10_11.mp3
cmp=com.android.browser/.BrowserActivity (has extras) } from pid 6578
W/InputManagerService( 164): Starting input on non-focused client
com.android.internal.view.IInputMethodClient$Stub$Proxy@40aef1f0
(uid=10082 pid=6578)
I/ActivityManager( 164): Starting: Intent
{ act=android.intent.action.VIEW dat=http://www.89xradio.com/podcast/
Interviews/JH_FINGER%20ELEVEN%201_10_11.mp3 typ=audio/mpeg cmp=android/
com.android.internal.app.ResolverActivity } from pid 5187
D/webviewglue( 5187): nativeDestroy view: 0xc49be0
I/ActivityManager( 164): moveTaskToBack: 7"
I know this is not an android group but is there a way to handle or
override the links when they are clicked on? Maybe link target option
or something?
I am using the css and javascript locally within the app.
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.