Re: Mobile Scroller Advice

2021-04-14 Thread Brian Milby via use-livecode
Thanks to a little off list help from Jacque, I was able to get this working. Here's the key piece: wait 10 milliseconds -- Panos workaround, bug #18924 mobileControlSet pName, "hScroll", the hScroll of control pName mobileControlSet pName, "vScroll", the vScroll of control pName The wo

Re: Mobile Scroller Advice

2021-04-14 Thread Brian Milby via use-livecode
It starts zoomed out with the whole image showing. A tap will zoom in about 25% each time until fully zoomed in (pixel match to display). The idea is that the image will zoom from the center instead of from the top/left. No transition effects are currently used. At each size, the user can sc

Re: Mobile Scroller Advice

2021-04-14 Thread J. Landman Gay via use-livecode
I'm a little confused. Do you want the zoom to happen within a group with a scroller? I've done this a different way. Delete any existing scroller, lock the screen, resize the image and its group, unlock the screen with a visual effect like zoom in or whatever. Then recreate the scroller at th

Mobile Scroller Advice

2021-04-13 Thread Brian Milby via use-livecode
Greetings on this lovely Tuesday evening. I'm in need of a little mobile scroller wisdom. I'm working on an app that runs on mobile devices (Apple and Android). We are presenting an image and have enabled the ability for the user to tap on the image to zoom in. Everything is working except the