Dandy Ling Kwong
Posts: 0
Joined: Sat Jan 10, 2015 9:06 am

How to call Appery io method from javascript?

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to call Appery io method from javascript?

Hello Dandy,

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

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

Return to “Issues”