Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Creating AlertDialog inside mapView #35

Closed
nunorpg opened this issue Apr 6, 2018 · 3 comments
Closed

Creating AlertDialog inside mapView #35

nunorpg opened this issue Apr 6, 2018 · 3 comments

Comments

@nunorpg
Copy link
Contributor

nunorpg commented Apr 6, 2018

Hello,

I'm trying to create an AlertDialog when the a marker annotation is tapped, but I'm failing to do so.
I think the problem is related with the 'context' available on flutter (needed from 'showDialog()').
Is there any way of getting the mapView context on flutter?
Or do I have to create a pipe for iOS and Android to handle this matter?

Best Regards

@rajeshzmoke
Copy link

+1

@johnpryan
Copy link
Contributor

Flutter AlertDialogs won't be displayed because those dialogs are drawn on the flutter view. I think the best way do display a dialog would be to close the google map view and then display the dialog

@rogeliotrejo13
Copy link

I have same problem, any idea?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants