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
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.13as a workaround making Chrome the default browser solves this strange problem