mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
265 stars 125 forks source link

Starting in popup view #95

Closed mohammedX6 closed 2 years ago

mohammedX6 commented 2 years ago

I want to launch the google maps app in popup mode, on supported devices only, How I can achieve that?

mattermoran commented 2 years ago

can you show an example of that popup mode? I'm not sure if I've seen it before

mohammedX6 commented 2 years ago

Yes sure maps-pip-w596 e

mattermoran commented 2 years ago

This just seems to be a google maps feature and I think it should work the same way if you call showDirections and then select a route, no? Or if there actually apps that open in that popup mode right away?

mattermoran commented 2 years ago

Closing this as this is just a google maps specific feature on android, has nothing to do with this plugin. If you think there's a way to actually toggle picture in picture mode from url scheme let me know :)