popup and navigate to a new page
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