Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Detecting device type (mobile/tablet)

Could I use the panel component to create a script in javascript to recognise a device for android? if yes, what's happens if open it in iOS device? Works too? Thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Detecting device type (mobile/tablet)

Yes, you can. You can also use Modernizr library to detect browser features.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Detecting device type (mobile/tablet)

The app-builder solution that I used had a screen that works as a browser. This screen opening html pages (online / offline) that allowed to call other pages. I only need to store these pages in a project folder (eclipse / xcode). Even used a script that randomly open these pages. How this works in Tiggzi? (Please, explain with details). Thanks.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Detecting device type (mobile/tablet)

In Tiggzi you always start with HTML5 mobile app. The final app will be running in the browser -- is that what you are asking? As for scripts, you can include/use any JavaScript. You will find all the information here: http://help.tiggzi.com

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Detecting device type (mobile/tablet)

But I can ́t call html pages directly, like I did in the other solution. I need to create screens and link these screens, correct? In my 1th project I had 50 pages that I opened ramdomly. How to do this in Tiggzi? (example, please).

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Detecting device type (mobile/tablet)

You create a new page by going to Project Create New Screen.

I'm not sure I understand what you mean by opening them randomly -- when the app is running?

Return to “Issues”