Touch command bugs in IOS Devices

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Armenhui
Posts: 71
Joined: Fri Oct 16, 2015 12:44 pm

Touch command bugs in IOS Devices

Post by Armenhui » Fri Feb 12, 2016 8:02 am

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.

quailcreek
Posts: 746
Joined: Sun Feb 04, 2007 11:01 pm

Re: Touch command bugs in IOS Devices

Post by quailcreek » Sat Feb 13, 2016 5:23 pm

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.
Tom
MacBook Pro OS Mojave 10.14

Armenhui
Posts: 71
Joined: Fri Oct 16, 2015 12:44 pm

Re: Touch command bugs in IOS Devices

Post by Armenhui » Mon Feb 15, 2016 7:11 am

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

quailcreek
Posts: 746
Joined: Sun Feb 04, 2007 11:01 pm

Re: Touch command bugs in IOS Devices

Post by quailcreek » Mon Feb 15, 2016 5:32 pm

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".
Tom
MacBook Pro OS Mojave 10.14

Post Reply