You’re right, we are using LoadContent right now for testing and we used LoadHTML prior to that for reading a file on a sdcard. The ideal solution for us would be to allow for opening HTML files outside of the application, we currently store most of our data on a sdcard so we can quickly switch out what we need for each situation. And the LoadFile function did not allow for that, tomorrow I will implement LoadFile and test with that.
Do you have any plans on implementing a solution for opening files outside the application by path?
If not I suppose a solution for us would be to use DOM manipulation after the initial LoadFile, and correct accordingly.
Thank you for quick the response! ![]()