Page 1 of 1

Integrated web browser in iOS app via Tiggzi?

Posted: Tue Jun 12, 2012 6:59 pm
by Eric Peterson

I would like to build an app that contains a simple integrated web browser. Does the Tiggzi platform support this? If so, how?


Integrated web browser in iOS app via Tiggzi?

Posted: Tue Jun 12, 2012 7:13 pm
by maxkatz

If you create a Mobile App (instead of Mobile Web), you will be able to export the app for iOS as well as access native device features via PhoneGap.

http://help.gotiggr.com/documentation...


Integrated web browser in iOS app via Tiggzi?

Posted: Wed Jul 03, 2013 3:50 am
by Deon

Hi

Does this mean In order to use the Phonegap Inapp Browser, one would need to export the app,bring it in to Eclipse and then continue?


Integrated web browser in iOS app via Tiggzi?

Posted: Wed Jul 03, 2013 4:04 am
by maxkatz

You can use any PhoneGap API inside Appery.io, including In-app browser. However, testing would need to be done on the actual device. You can use Appery.io Mobile App Tester to test apps.


Integrated web browser in iOS app via Tiggzi?

Posted: Wed Jul 03, 2013 6:02 am
by Deon

Hi Max

Thank you for your quick response. I am impressed an appreciate how quickly all my posts are answered.

I am using the Child Browser with the following code.

window.plugins.childBrowser.showWebPage(localStorage.getItem("BarcodeValue"), { showLocationBar: false });

This works perfectly. However I want to open the browser inside my app. I see phonegap has an "InAppBrowser" API which uses "open.window...."

I tried using "open.window....."but this does not work (on Android at least).

How can I use this API to have the browser display within my App? Or would you suggest another way to do this?

I presume the answer to this question would also apply to any other PhoneGap API that I want to use???

Thank you


Integrated web browser in iOS app via Tiggzi?

Posted: Wed Jul 03, 2013 6:14 am
by Maryna Brodina

Hi, please check this post and let me know if it helps https://getsatisfaction.com/apperyio/...


Integrated web browser in iOS app via Tiggzi?

Posted: Wed Jul 03, 2013 6:34 am
by Deon

Hi Marina

We seem to be chatting in three different posts. Please can you refer to

https://getsatisfaction.com/apperyio/...


Integrated web browser in iOS app via Tiggzi?

Posted: Wed Jul 03, 2013 6:43 am
by Maryna Brodina