Hello,
just asked myself if there is a possibility in servoy mobile filling the servoy mobile bean with data out of a imported HTML file directly.
Currently I store all the HTML data in a variable and pass it to the servoy bean like that:
elements.beanTest.innerHTML=beanContent //beanContent contains the HTML data
Instead of this solution I want to file the bean with data of an imported HTML-file directly.
I really appreciate any kind of advice.
Greetings