javascript code to open a popup?
I looked into the javascript api but couldn't understand it correctly.
If I want to open a popup using javascript, how do I do it?
let's say the popup name in the app builder is addPlayer.
I tried using Tiggr('addPlayer').open();
but it won't work.
thanks!