Hello,
I'm creating a news fed app, with articles that get loaded into a WebView. The WebView articles contain links, and those links open in a new window. It works! It's great.
The new window is a bit bland in Android (haven't tried in iOS yet), with the the default gray header containing the app name. I'd love to take a little more control over this window if possible. Any thoughts on where to start? Instead of loading links in a "_blank" window, should I capture the chosen link instead and make the app handle it from there?
Thanks for the feedback in advance. :D