gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Takes additional tap to show keyboard on iPhone in web version.

delay opened this issue · comments

The first tap focuses a textfield you can see the cursor becomes active. The second tap brings up the keyboard. I have noticed this problem in my own flutter web app. See attached video. This is browsing the web version of the app on iOS.

I would expect the first tap where the form field gets focus and the cursor blinks to bring up the keyboard.

FullSizeRender.mov
commented

Could you please log this here with a minimal reproduction case?
https://github.com/flutter/flutter/issues/

If you are able to reproduce it in your own code, it is likely not an issue with the app, but we'd love to track this issue against the main one.

I will add it once I am working on a web version of my flutter app again. I am currently working on another project. If I have some free time I will try to make a reproduction.