beeminder / beedroid

This is a repository to keep track of issues with the Beeminder Android app
6 stars 0 forks source link

Handle users without a browser #250

Closed adamwolf closed 1 year ago

adamwolf commented 1 year ago

Almost 1% of our users don't have a browser on their devices. Right now, when they try to open a URL from the app, the app crashes.

We should not do this. One option is to make a toast pop up with an error and the URL we were trying to go to.

adamwolf commented 1 year ago

I added a fix in 5.0.1. Let's see if it fixes it in the field.