Online Kompass App

I'm trying to create a compass that gets the direction value online and not from the orientation sensor. How can I load the change in the online value into the app and use it to rotate the map? What change do I need in the HTML file or Java Script to read the values ​​in the App Inventor program? The HTML file is from online-compass/index.html at main · AKmahim/online-compass · GitHub

Did you upload the index.html to the assets? And what do you expect?

grafik

"How can I load the change in the online value into the app and use it to rotate the map?"
Means?

Yes, I have uploaded the index.html to the asset. In the JavaScript the compass value changes, how do I get this value into my program to control the direction of rotation of the map using the WebviewStringChange event.

This may help:

Set the webviewstring to the output

Genau das ist mein Problem. Wie setze ich den Webviewstring auf Ausgabe. Was muss ich tun um den Kompasswert aus dem HTML/Javascript zu übernehmen. Leider kann ich kein Html und JS . Ein kurzes Beispiel wäre nicht schlecht um zu veranschaulichen was im Script geändert werden muss um die Variable im AI2 aufzurufen um weiter damit zu arbeiten. Vielen Dank für eure Hilfe