OmGosh - Off course! Thank you very very much!
OmGosh - Off course! Thank you very very much!
Thank you, wildo!
Thank you Evgene,
I will have a look again, it probably is some css override.
Thank you Maryna!
This piece of code saved me so much trouble. Was able to assign the text of a button (inside html component) from "appery" JS (outside html component) with:
$( "button.buttonclass" ).html("test");
very cool!
In case anyone else comes across this problem ('X-Frame-Options' to 'DENY' etc), it IS do-able; just a huge mission
In case anyone else comes across this problem ('X-Frame-Options' to 'DENY' etc), it IS do-able; just a huge mission
Hello, can I ask a follow-up question on the above - i got the same error with a different situation ('X-Frame-Options' to 'DENY' etc);
Does this mean that what we are trying to do can only be done in browser? I.e. not with the installed apk on phone?