Miles Adamson

Results 22 comments of Miles Adamson

My app currently has a Google Play policy issue because I submitted a build with this permission but cannot properly prove I need it. I really need to open files,...

I just ran into this, it's a big issue I think

Any updates on this? I would like to have TextField's input text a particular style without needing to be specified on every single instance in the app

Looks like this issue happens when users have firefox as their default browser. Firefox is not opening the app link properly. If I tap the "open in app" button in...

> I just ran into this as well. What fixed it was changing 'https' to a custom scheme. > > https://community.auth0.com/t/flutter-gives-not-found-instead-of-redirecting-to-app/98929 In general, if android app links are not set...

Users are also reporting this issue on the default Samsung browser as well

I have the exact same thing in my app ``` if (e.code == "USER_CANCELLED" || e.code == "a0.authentication_canceled") { // user closed the login webpage store.dispatch(const LoginFailedAction("Login cancelled")); return; }...

Not that I know of. Users are not able to pick files on certain tablets in my app either