You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on the search input on mobile devices, the react-plaid-link plugin adds a zoom and it's not possible to return back to default zoom.
It only happens on real mobile devices.
I was suspecting on the font size of the input, but I inspected and saw that it was 17px, so I really don't know why it happens.
In my app, I have other third party plugins that also have their own inputs and it doesn't add that zoom.
As a workaround, I temporally disabled the app's zoom, but I think that it would be better solved in the library itself, without the need to disable the entire app zoom.
In the video below, I show this behavior.
The device used was: Redmi Note 7 - Android, Chrome browser. But it was also tested on other devices.
plaid-bug.mp4
The text was updated successfully, but these errors were encountered:
The issue might be that the font size of the input is lower than 16px, which inevitably results in automatic zooming on iOS devices. It's an accessibility thing.
Hello!
When I click on the search input on mobile devices, the
react-plaid-link
plugin adds a zoom and it's not possible to return back to default zoom.It only happens on real mobile devices.
I was suspecting on the font size of the input, but I inspected and saw that it was 17px, so I really don't know why it happens.
In my app, I have other third party plugins that also have their own inputs and it doesn't add that zoom.
As a workaround, I temporally disabled the app's zoom, but I think that it would be better solved in the library itself, without the need to disable the entire app zoom.
In the video below, I show this behavior.
The device used was: Redmi Note 7 - Android, Chrome browser. But it was also tested on other devices.
plaid-bug.mp4
The text was updated successfully, but these errors were encountered: