How can i navigate to a popup window. Not it works, but it shows a whole page, in stead of a popup window. I have also tried:
.navigateTo('MessagePopup',{transition: 'pop'});
Im using the IOS7 theme. What is going wroing?
How can i navigate to a popup window. Not it works, but it shows a whole page, in stead of a popup window. I have also tried:
.navigateTo('MessagePopup',{transition: 'pop'});
Im using the IOS7 theme. What is going wroing?
Hi -
navigateTo(...); - method works and basically returns data in association with a URL.
For popup you can use this code:
pre
codeApperyio("Mypopup_10").popup( "open" );/code
/pre
where "Mypopup_10" is a name of your popup component.
I have tried this, but nothing is happening. Are you sure?
Just tried with this code: http://i.imgur.com/8dhX88Q.png
ok tx Illya! I had a typo ![]()