- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am currently working my hybrid app. I have done with my login page. Now I am thinking what is the good approach or way to view the page content of my app. What I use in login page(index.html) is redirect method using this code:
location.href = "home.html";
.
So, when user successfully login in. He will redirect to the home page (home.html).
Now my home page will display some of the users data. And also there is a slide navigation here (My Account, My Inbox, My Transactions... etc.).
When I click one of the button in navigation, should I use also the redirect page (and create a landing page account.html) as I used in login page? Or just move the page to the designated div id (#account)? How to move a page to the desired page? Any sample code? Thanks for help.
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
This blog entry, specially at the bottom of point #2 will give you a good advice of the way to go:
If you are new to XDK all the document is very useful.
Regards
Diego
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
This blog entry, specially at the bottom of point #2 will give you a good advice of the way to go:
If you are new to XDK all the document is very useful.
Regards
Diego

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page