- Notifications
You must be signed in to change notification settings - Fork855
Add fullscreen check for Internet explorer 11#485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fixing marker position in Internet Explorer 11 in fullscreen mode.Fixing:google-map-react#484
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thisif
is getting really big, could we create a function calledisFullScreen
and move all this logic there to make it cleaner? Thanks.
Code is moved to function |
Great job guys, would love to see this merged as well to complete#452. Thanks! |
nicolasdelfino left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good, go for it
@omladek Good job, thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixing marker position in Internet Explorer 11 in fullscreen mode.
Fixing:#484