Hi all.
Someone knows why touchStart commands not well works on IOS devices ?
It works but sometimes i need touch the screen two or more times for start working it.
In android devices it works good. Only problem occure in IOS Devices.
Touch command bugs in IOS Devices
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 746
- Joined: Sun Feb 04, 2007 11:01 pm
Re: Touch command bugs in IOS Devices
Hi Armenhui,
I use touchStart, touchEnd and touchMove quite a lot. They all work fine in iOS. Please share the code that's causing the problem.
I use touchStart, touchEnd and touchMove quite a lot. They all work fine in iOS. Please share the code that's causing the problem.
Tom
MacBook Pro OS Mojave 10.14
MacBook Pro OS Mojave 10.14
Re: Touch command bugs in IOS Devices
My group is difficalt it is vertical group within horizontal grous, when i touch the horizontal group it works only when i do double touch on the screen.
Code: Select all
on touchStart
on touchStar
set itemdel to "id"
put the word 1 of the item -3 of the long id of the target into tScrollGroupID
end touchStart
-
- Posts: 746
- Joined: Sun Feb 04, 2007 11:01 pm
Re: Touch command bugs in IOS Devices
What is it that you are trying to accomplish with you code?
What is "on touchStar"? Is the string "id" contained in the long id of this particular target? This should probably be "/" instead of "id".
What is "on touchStar"? Is the string "id" contained in the long id of this particular target? This should probably be "/" instead of "id".
Tom
MacBook Pro OS Mojave 10.14
MacBook Pro OS Mojave 10.14