REMINDER
SOLVED URL to trigger an event in AppDrag
-
I need a url that will trigger an event in appdrag such as opening the drawer of the user registration/login. Is this possible?
-
@ed-low hey
You can achieve this with some custom JavaScript and url parametersEg: ?myparam=1
And then read the url parameter in JavaScript then ... Do something on your page.
-
@jbenguira sorry but could you elaborate a bit more? Where do I put this custom javascript? I would like to use a URL to trigger the user login drawer to open. I can't seem to access any js files in the AppDrag code editor, although the function seems to be in an appdrag.js file when viewed in the browser debugger.
-
@ed-low you can add a Javascript Embed Code => inside you ready you URL parameter and then call the native AppDrag Function
showUserInterface()
that will open the screen you screenshot.