05-09-2020, 07:42 PM
(05-08-2020, 07:13 PM)Tim Curtis Wrote: I think disabling Voice Over in the settings turns off 2 tap. Something like that.
I found this info regarding disabling double-tap zoom in html/css. His situation is similar in that he has + and - buttons.
https://stackoverflow.com/questions/4616...ap-to-zoom
Looks like
Code:
button {
touch-action: manipulation;
}
is needed. Although someone mentioned it stopped working in recent IOS versions. Might be worth testing?