What is the Before Load event?
I tried to set up a local storage variable in the Before Load event and use it in the Load, however nothing seems to happen. Is the Before Load used and if yes how?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I tried to set up a local storage variable in the Before Load event and use it in the Load, however nothing seems to happen. Is the Before Load used and if yes how?
Hi Dimitris!
What is the expected result?
Share please screen shot of Events settings you have done.
Looks like this event is only supported by Webkit browsers (Chrome, Safari): https://developer.apple.com/library/s...
I couldn't find such event in Firefox:
https://developer.mozilla.org/en-US/d...
It's safer to just use 'load' or 'page show' events.
Thanks Max for the answer