Page 1 of 1

How to call Appery io method from javascript?

Posted: Wed May 06, 2015 5:56 pm
by Dandy Ling Kwong

How do I call Appery io method (e.g. open popup) from within Javascript?

What I want to do is, I want to open a popup using a button click only when certain condition are fulfilled. For example:

if(condition_fulfilled) {
// open popup
}

What is the javascript equivalent for the open Appery.io popup function?


How to call Appery io method from javascript?

Posted: Wed May 06, 2015 7:26 pm
by Serhii Kulibaba

Hello Dandy,

Use JS code below in order to open popup "mobilepopupName":

Apperyio("mobilepopupName").popup("open");