Software Archive
Read-only legacy content
17061 Discussions

Get error in Intel 2.2 af22 framework

Parth_D_
Beginner
401 Views

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.)

0 Kudos
1 Reply
Elroy_A_Intel
Employee
401 Views

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'); .

0 Kudos
Reply