Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internet Explorer 11 #13

Closed
claudiopj opened this issue Jul 21, 2016 · 6 comments
Closed

Internet Explorer 11 #13

claudiopj opened this issue Jul 21, 2016 · 6 comments
Labels

Comments

@claudiopj
Copy link

I have experiencing problems on internet explorer 11, modal is not opening...

        $("#modal-custom").iziModal({
                overlayClose: false,
                closeOnEscape: false,               
                width: 600,
                autoOpen: true
        });

In firefox and google chrome is opening

Can you help me?

@tofanelli
Copy link

Hey @claudiopj ....

I just tested here and it's working flawlessly.... mind to test it using this pens?

http://codepen.io/tofanelli/pen/EyEkpK

Cheers =)

@claudiopj
Copy link
Author

Ok! I have found... the error occurs when i set autoOpen to true, then internet explorer takes no action.

@claudiopj
Copy link
Author

Ok, i find a solution... thank you very much

@marcelodolza
Copy link
Owner

What was your solution @claudiopj ? Thx!

@claudiopj
Copy link
Author

claudiopj commented Jul 21, 2016

I need to put in head...

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

@marcelodolza
Copy link
Owner

ok @claudiopj , thanks!

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

No branches or pull requests

3 participants