Open google maps app from webview page

Hello everyone!
I'm trying to open google maps from a webview module and it gives me an error, it's funny because with thunkables and apple it works fine for me and in android there is no way to open it with any idea how to do it?
Thanks in advance!!

Welcome.

It's not funny. Thunkable has a Google Maps control. App Inventor 2 does not; MIT elected to use the OpenStreetMaps platform to display map tiles.

App Inventor 2 developers can open Google Maps using the ActivityStarter as shown below (used with a LocationSensor to provide your present location on the map).

or they use the MIT Map control Map components .

What you do depends on what you want to do with the 'map'.

Regards,
Steve

You can try CustomWebView extension.