Okay, I’ve got some fearsome THUNKing to do and I need the hard core thunkers to help me out.
As many of you know, the Web App does not support the Map component :-(. But it SHOULD be possible to use the WebViewer and the Google API to to re-create the Thunkable mapping features of Polyline, Polygon, and markers.
Any of you crossover programmers know how to do this? And yes, I know it will require a google API key. I am willing to pay for the Google API key, but I would like ot avoid using any pay-to-play APIs other than Google or Thunkable if possible.
Thanks for the w3 link. I undertstand that using the Goolge API will involve some non-thunkable coding. But let’s say I write an HTML page with java script. How can I run that page from thunkable?
So, you can just add a web viewer and make it invisible and if you want to get any info from the web viewer just use the web viewer post message option, and if you just don’t know in javascript how to message to the thinkable, then I suggest you see this git hub source code of the js code (how to post a message to thinkable by js). I hope that works for you and set up link:https://thunkable.github.io/webviewer-extension/thunkableWebviewerExtension.js and this is to post a message if you know, ignore this
ThunkableWebviewerExtension.postMessage(‘hello world’);