- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I am making an app using Intel 2.2 af22 framework, i have found an error regarding view and page redirection. I have created several different view and inside the view created several pages such like Login view, event view, chat view etc and each view contain several inner pages such as signup, forgot password, create event, join event, chat, group chat, etc...now when i moving in same view pages then there is no issue but when i move from one view pages to another view pages then it does not work properly. i am using below funtion for changing view pages.
$.afui.loadContent('#login',false,false,'slide');
1st login view
Login page>edit profile page>Online user>
2nd chat view
Online user>chat screen>Event list
3rd event view
Event list>create event>edit profile(here i am getting problem and Actually its need to be redirect on edit profile which is inside login view but its redirect on chat screen.)
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you using the back button or explicityly stating the view's name as such when a button is pressed on the Edit profile page as follows $.afui.loadContent('#login',false,false,'slide'); .

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