Browser Desktop vs Mobile...
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 20
- Joined: Tue Jun 14, 2011 2:35 pm
Browser Desktop vs Mobile...
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...
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
Cheers
Monte
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
Re: Browser Desktop vs Mobile...
That should come in handy for a little while.monte wrote:I just created a custom control to handle the fact that Android doesn't have a native scroller.

Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Browser Desktop vs Mobile...
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
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
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/