Page 1 of 1
Touch command bugs in IOS Devices
Posted: Fri Feb 12, 2016 8:02 am
by Armenhui
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.
Re: Touch command bugs in IOS Devices
Posted: Sat Feb 13, 2016 5:23 pm
by quailcreek
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.
Re: Touch command bugs in IOS Devices
Posted: Mon Feb 15, 2016 7:11 am
by Armenhui
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
Re: Touch command bugs in IOS Devices
Posted: Mon Feb 15, 2016 5:32 pm
by quailcreek
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".