Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Latest System WebView Changes Reading UX #700

Closed
dosiecki opened this issue Jun 7, 2015 · 3 comments
Closed

Android: Latest System WebView Changes Reading UX #700

dosiecki opened this issue Jun 7, 2015 · 3 comments

Comments

@dosiecki
Copy link
Contributor

dosiecki commented Jun 7, 2015

On devices running Android version 5.0 or greater, the system WebView component is now updated more regularly, out-of-sync with overall OS updates. The latest update pushed out to users (43.0.2357.121) greatly changed the behaviour of HTML links within an app.

The old, desired behaviour of opening links in the user's chosen browser has been replaced by opening the link within the same WebView View within the app. This has caused countless bugs:

  • Pages not conditioned (with our custom CSS) to be viewed in-app tend not to render entirely on-screen
  • Scrolling of content can be badly broken
  • Back-button functionality is broken - if a link is clicked, hitting back exits the Reading activity rather than going back to the page that contained the link
  • In-app browser state is not shared with the user's browser, so logins don't work, nor does history get populated
  • Much JavaScript tends to be broken in a constrained app View

I've had several reports from people saying this makes the app "unusable", so pursuing a fix for this ASAP.

@samuelclay
Copy link
Owner

Wait, which reports? Are you just getting direct emails or does this show up somewhere that's not GS? Did I miss it somehow?

@dosiecki
Copy link
Contributor Author

dosiecki commented Jun 8, 2015

Just verbal reports. (I try to convert as many people to NewsBlur as possible!)

Fix is done in 245d0d4. I am tempted to say this should go into the next prod push, as it is quite an awful experience once your 5.0+ devices get that update.

samuelclay added a commit that referenced this issue Jun 9, 2015
Android: Ensure links in stories open in browser on all platforms. (#700)
@dosiecki
Copy link
Contributor Author

Fixed in #702.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants