heyyyyyyyyyy
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/
heyyyyyyyyyy
Hello.
Please learn here how to work with Storage variables https://devcenter.appery.io/documenta...
If you use old builder you can get localstorage variable value this way:
prelocalStorage.getItem('name'));/pre
where name- localstorage variable name.
ok how can i change url in the attached photo on run time
answer me please
Hello,
You can use JS below:
preApperyio("htmlComponent").find("iframe").attr("src", "http://example.com");/pre
here:
"htmlComponent" - name of the html component
"http://example.com" - new photo's URL