Weird issue on Safari IOS devices, need double tap to trigger click events
-
I am seeing a weird issue on Safari IOS 12.x devices, a user needs double-tap to trigger click events on components like buttons, another example is I have to double-tap fo focus the q-editor. only happens on Safari mobile as far as I can tell.
I found this article that could possibly be a source of the problem, https://css-tricks.com/annoying-mobile-double-tap-link-issue/
Any help in this regard will be appreciated.
-
Hi Zach,
Did you find a solution for this? I’m having exactly the same problem at the moment, but in my case, it just happens in cordova iOS app, not in regular safari iOS browsing
Thanks
-
Nope - sorry I was hoping to find a solution by now
-
I’ve found many articles with various approaches but none of them has been working. One approach was to remove :hover from button but how to manage it for qbtn? Íll try to create custom button if it helps. Wierd is that btn works when first loaded but later it stops (i use it for navigation among question on qflashcards).
Source:
http://www.shdon.com/blog/2013/06/07/why-your-click-events-don-t-work-on-mobile-safariUpdate: qbt works fine when it appears on the screen and is not part of v-if/v-else or v-show group.