Losing my mind with scrollbars and vertical swipes....on the Android. First - I removed the extra code discussed previously because it was interfering with clicking on the item. So I rewrote everything to move the input fields away from the datagrids with scrollbars. So now I'm just dealing with datagrids with vertical swipe scrollbars on an Android.
My vertical swipe scrollbar doesn't work...and it works...
In my test stack, it works. You can swipe down and you can choose a document. It's lovely.
When I put it in my main stack, it doesn't work (or it sometimes works a bit sporadically - not at all smoothly like the test stack). You can see part of the scrollbar moving, but the items don't move. I stripped all the other cards and all the other code, including the code at the stack level so it matches the test stack and it still doesn't work. I removed everything I could find to see where there might be a conflict - so I just have the datagrid, a button to load the datagrid and the card script to operate the scroll.
My test works on an Android, my other one doesn't.
I'm including the url for the one that works here:
http://www.toolsforbusiness.info/test_stack.livecode
and the url for the one that doesn't work here:
http://www.toolsforbusiness.info/disast ... 3.livecode
I have probably been staring at this for way too long and it's obvious to someone else, but I am losing my mind.
