MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 239 forks source link

[A11Y]: Font size in login browser window #375

Closed 838 closed 1 year ago

838 commented 1 year ago

Could this be possible that the browser window uses the device font size setting when the window opens instead of manually increasing the font size from the app bar?

Fx. I have set the font size to 300% on the device, but when I open the login window the font size is 100%.

IMG_904C50754233-1

MaikuB commented 1 year ago

As far I know this has nothing to do with this plugin that you would see the same behaviour even if you were to open the site in a regular Safari browser session. Most of the work isn't actually done by this plugin either as it leverages other SDKs to do that is actually responsible for requests etc