Problem with (Google My Maps) maps

I created an app in which there is a web viewer that opens a map created with Google My Maps. Inside the map I placed some markers. If I click on it I see the directions that I entered in "my map" but when I try to start the navigator an error appears. Why does this happen?

The webviewer only handles http / https / file / data urls. it cannot handle an intent.

You will need to go out to the native browser for that.

So, what can i do?

Here is what I know about Google Maps and intents ( and possibly My Maps )

The way to work with intents when you work with App Inventor is to use the ActivityStarter control.

Will this do what you want? I don't know. You have the My Map link to you will have to explore and experiment. :thinking:

You might also want to look here:

(works in AppInventor)