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?