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
I have an error when using this lib, where on all Android phones if a user clicks on Text input it will quickly lose focus and the keyboard will be shown for a short amount of time and then quickly hidden right after it. I tested it on multiple browsers, and multiple Typeforms, and the issue is present on all text inputs.
On iPhone devices, everything works fine.
Do you experience the same issue?
The text was updated successfully, but these errors were encountered:
Hello, is it possible the whole typeform is being refreshed when the keyboard is displayed? If yes, you might be using hooks / props / state that triggers a re-render on viewport resize - see #611.
I found the issue, it was on our side. Typeform trigger button we rendered inside of the Cakra UI modal and the modal was trapping focus. Strangely enough, it only happened on Android phones.
Hey,
First of all, thank you for this awesome lib.
I have an error when using this lib, where on all Android phones if a user clicks on Text input it will quickly lose focus and the keyboard will be shown for a short amount of time and then quickly hidden right after it. I tested it on multiple browsers, and multiple Typeforms, and the issue is present on all text inputs.
On iPhone devices, everything works fine.
Do you experience the same issue?
The text was updated successfully, but these errors were encountered: