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
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
Yes, you can. You can also use Modernizr library to detect browser features.
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.
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
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).
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?