Software Archive
Read-only legacy content
17061 Discussions

How to make any page main page

Mohamed_S_
Beginner
194 Views

Hi ,

Please , I need your help !

I am using a Template to create an Android App with XDK and my question is :

How can I make any page from those which I created in my project to be the main one ?

for example I created 20 page , so I need the simulator to open on number 17 not number 1 .. so how can I control that ?

Thanks in advance >

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
194 Views

Creating multi-page HTML apps is very difficult to do well in a Cordova app (the XDK creates standard Cordova, aka PhoneGap, apps). Please see this Cordova intro article for more information > https://cordova.apache.org/docs/en/latest/guide/next/#best-practices-cordova-app-development < In essence, you should create a single-page app that simulates multiple pages by hiding and showing individual segments of a single index.html file. Search the web for "creating a single page web app" for more help.

0 Kudos
Mohamed_S_
Beginner
194 Views

Thank you for your help and support .

0 Kudos
Reply