Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] iPad keyboard does not appear on input focus #1

Open
othmar52 opened this issue Mar 1, 2022 · 2 comments
Open

[BUG] iPad keyboard does not appear on input focus #1

othmar52 opened this issue Mar 1, 2022 · 2 comments

Comments

@othmar52
Copy link
Owner

othmar52 commented Mar 1, 2022

steps to reproduce:

  • ensure safari is the default browser on your iPad
  • add instrupella to your home screen
  • open the shortcut icon on the homescreen
  • try to search for a track

in "normal" Safari or other browser this is not reproduceable
adding a form markup did not help

  <form action="#" v-on:submit.prevent>
    <input type="search" ... >
  </form>

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

@janinou
Copy link

janinou commented Apr 27, 2023

Hi,

  • 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.

image

@othmar52
Copy link
Owner Author

  • 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants