Page 1 of 1
Browser Desktop vs Mobile...
Posted: Sun May 13, 2012 6:50 pm
by campsoftware
Is there a super class for controlling a web browser in LiveCode? I feel like I'm missing something having to code revBrowserOpen and iphoneControlCreate separately for Mac/Windows and iOS/Android...
Re: Browser Desktop vs Mobile...
Posted: Mon May 14, 2012 12:27 am
by monte
If you have the time it would be a worthwhile custom control to create. I just created a custom control to handle the fact that Android doesn't have a native scroller. Once you've created the control you can then use it in all your projects and ignore the platform your working in.
Cheers
Monte
Re: Browser Desktop vs Mobile...
Posted: Mon May 14, 2012 4:32 pm
by jacque
monte wrote:I just created a custom control to handle the fact that Android doesn't have a native scroller.
That should come in handy for a little while.

Re: Browser Desktop vs Mobile...
Posted: Wed May 16, 2012 9:20 am
by monte
Hmm... Do you know something I don't. Maybe I should recheck the release notes...
Even when android does have a scroller unless auto creation of a scroll view is built into the data grid the control will remain useful. I'd just mod it to use the native scroller.
Cheers
Monte