bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Show pop up in stead of whole page

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Show pop up in stead of whole page

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.

bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Show pop up in stead of whole page

I have tried this, but nothing is happening. Are you sure?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Show pop up in stead of whole page

Just tried with this code: http://i.imgur.com/8dhX88Q.png

bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Show pop up in stead of whole page

ok tx Illya! I had a typo ;)

Return to “Issues”