Page 1 of 1

Embedded browser apps

Posted: Wed Oct 22, 2014 10:53 pm
by paoloriz
Hi, I am a newbie so excuse me if my question is kind of basic.
I need to create an iOS and Android app that simply acts as a wrapper of an existing mobile site (perfectly running on the device Browser).
I knwo that both platforms allows the usage of embedded browser inside the application, how can this be done with LiveCode?

Thanks a lot in advance.
P

Re: Embedded browser apps

Posted: Wed Oct 22, 2014 11:00 pm
by Klaus
Hi Paolo,

1. welcome to the forum! :D

2. You can use "mobilecontrolcreate" (check the dictionary) to create a native browser object.
And here a lesson from the mothership, looks like it's made for you :)
http://lessons.runrev.com/m/4069/l/2283 ... er-control

And here some more hints and tips for mobile development:
http://lessons.runrev.com/m/4069

Best

Klaus

Re: Embedded browser apps

Posted: Thu Oct 23, 2014 9:57 am
by paoloriz
Thanks Klaus!
Much appreciated, I'll get back to study/work :D

Re: Embedded browser apps

Posted: Thu Oct 23, 2014 2:23 pm
by FourthWorld
Have you considered just making a responsive Web site?