How to read game score in webviewer

I have to make an app which read the game score and gives point according to it, All games are made with Html5.

1 Like

Hi @jeet.bhandari15xa, I am not sure you can do that with a web viewer. Maybe you could make the game again with a canvas component or put the points system in HTML5 and just stick a web viewer in thunkable.

1 Like

Use the Post / Get to communicate between the web page and the web viewer.

See this example