Re: Browser Widget Layer on mobile

2018-06-25 Thread Dan Friedman via use-livecode
Monte, Ok, good to know I wasn’t losing my mind! I have put in the bug report. I have to release this app in about a month. Maybe it will get fixed by then. https://quality.livecode.com/show_bug.cgi?id=21386 Thank you!! > Hi Dan > > This sounds like a bug to me. For widgets that are in g

Re: Browser Widget Layer on mobile

2018-06-24 Thread Monte Goulding via use-livecode
Hi Dan This sounds like a bug to me. For widgets that are in groups we create an extra container layer view to put them in so they should be clipped to the group rect and also as close as possible respect the layering of objects on the card. It sounds like it’s working correctly for you on mac

Re: Browser Widget Layer on mobile

2018-06-23 Thread Dan Friedman via use-livecode
Brian, I think that’s true for Native Controls, but I’m seeing different results for the bowser widget. I find that if I put the bowser widget in a group, it draws within the group’s bounds like other controls. What I’m experiencing is that on Mobile (at least iOS), it’s acting like a standar

Re: Browser Widget Layer on mobile

2018-06-22 Thread Brian Milby via use-livecode
I may not be stating it in the right terms, but native controls are above everything else in their own layer. On Jun 22, 2018, 5:37 PM -0500, Dan Friedman via use-livecode , wrote: > Greetings! > > I am working on a mobile app where I have a bowser widget in a group that is > scrollable. It scro

Browser Widget Layer on mobile

2018-06-22 Thread Dan Friedman via use-livecode
Greetings! I am working on a mobile app where I have a bowser widget in a group that is scrollable. It scrolls just fine (frankly, smoother that I thought it would!). However, there is a problem when the widget gets scrolled past the bounds of the group’s rect. On my mac, it’s working correc