schmielson wrote:
> Thanks for the quick reply.  Unfortunately, that does not work.  The
> link text becomes highlighted to indicate that it has been clicked,
> but the URL is never loaded and the code in shouldOverrideUrlLoading
> is never called. 

Visit http://commonsware.com/Android/, and download the source code to 
Version 1.3 of my book. Here's the direct link to the ZIP file:

http://commonsware.com/Android/source_1.3.zip

Check out WebKit/Browser3 in the ZIP. This sample loads a 
dynamically-generated Web page via loadDataWithBaseUrl(), intercepts 
clicks on the link with shouldOverrideUrlLoading(), and updates the page.

If it works for you (and I'm fairly certain I tested it this past 
weekend on Android 1.0), perhaps you can see what the differences are 
between the sample and your project, to determine how to get the 
technique to work in your case.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.3 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to