katzvelraj / npr-android-app

Automatically exported from code.google.com/p/npr-android-app
0 stars 0 forks source link

Redirect links in story pages to other NPR stories to stay within the app #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to a story with links in the body text
2. Find an example link that points to another NPR story
3. The link punts you out of the app to the mobile website

What is the expected output? What do you see instead?
I would expect to stay within the app if the link is to another NPR story.

Original issue reported on code.google.com by jpenn...@gmail.com on 2 Jun 2011 at 7:56

GoogleCodeExporter commented 9 years ago
Tech note: To do this just add a WebViewClient to the WebView and return true 
for all http/s links. See the WebView tutorial at developer.android.com

Original comment by jeremy.w...@gmail.com on 15 Jun 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Sound like a low LOE?

Original comment by jpenn...@gmail.com on 17 Jun 2011 at 7:43