Hello!
Help me please, is it possible to parse HTML pages in Thunkable ✕ Cross Platform?
I need to get some text from the HTML page that contains: {«status»: 200, «data»: «486F6D6553616D6F676F6C312C3737372E302C3737372E302C302C»}
I know that the text starts at «status»: 200, «data»: « and ends at 302C»}, can I get this part of the text: 486F6D6553616D6F676F6C312C3737372E302C3737372E302C302C ?
Thank Actech!
But you misunderstood me
Only the anchors of the beginning and end of the text are known, the text itself is unknown (and it should be parsed)
While in Thunakble X there is no possibility of data exchange between WebViewer and App, but you can use JavaScript to work with WebViewer and create hybrid applications.
In my project, for example, JavaScript is used on the screens:
Data is taken from a page similar to this: https://samogon.pro/uart.htm
The content and length of the text change every 5 seconds
Only the beginning {“status”: 200, “data”: " and the end 302C"} aways unchanged.