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
changing type="search" to type="input" makes no difference
maybe some issues with <meta name="viewport" ...?
maybe related to vue issue #7526? but instrupella uses vue 3.2.13
as a workaround making Chrome the default browser solves this strange problem
The text was updated successfully, but these errors were encountered:
Is your bug that the keyboard doesn't appear altogether or does it show up as a blank screen?
If you quit the app and reopen it, does the keyboard appear?
I'm working on student.lalilo.com and have a similar issue (keyboard opening blank after pinning to homescreen), that I found almost no information about except the VueJS issue you linked & this issue.
Is your bug that the keyboard doesn't appear altogether or does it show up as a blank screen?
As far as i remember i did not get a blank keyboard area.
i would have mentioned this in the problem description...
simply nothing changes when the input field gets focus
If you quit the app and reopen it, does the keyboard appear?
pretty sure i reopened the app a lot of times during testing with the same result.
but i am going to verify this within the next few days...
steps to reproduce:
in "normal" Safari or other browser this is not reproduceable
adding a form markup did not help
changing
type="search"
totype="input"
makes no differencemaybe some issues with
<meta name="viewport" ...
?maybe related to vue issue #7526? but instrupella uses
vue 3.2.13
as a workaround making Chrome the default browser solves this strange problem
The text was updated successfully, but these errors were encountered: