Page 1 of 1

popup and navigate to a new page

Posted: Tue May 07, 2013 1:27 pm
by prot984

is it possible to navigate to a a page from a popup window?
in my app i have a popup window that is opened in pag1.
inside the popup window i have a list of contacts and when i click on some list item i would like to navigate to a pag 2 (different from the pag where the popup has been opened.
i tried by adding a close popup action and a navigate to page action on click event on my list items, but when i test the app on the browser it looks like the navigate to works just for a while and the the page from where the popup has been opened is loaded again


popup and navigate to a new page

Posted: Tue May 07, 2013 4:58 pm
by Sergey Kozyr

Navigation from popup to any page could be done with "Navigate To Page" action. You don't need to close popup previously. If after opening page 2 application navigates to page 1 maybe it is caused by some actions on the second page.