flipdown icon indicating copy to clipboard operation
flipdown copied to clipboard

IE support

Open renerpdev opened this issue 6 years ago • 8 comments

Recently i tried to display my site in IE and I noticed that flipdown did not work, please update the code so we can use it on this browser. Thanks

note: It seems there is a problem when loading ES format. flipdown error with ES

renerpdev avatar Oct 02 '19 16:10 renerpdev

Which version of IE were you trying this in please?

PButcher avatar Oct 17 '19 10:10 PButcher

IE version 11.

On Thu, Oct 17, 2019 at 6:22 AM Peter Butcher [email protected] wrote:

Which version of IE were you trying this in please?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PButcher/flipdown/issues/15?email_source=notifications&email_token=AHWPQVZVWLXUKZ4DZLTDSUTQPA4ETA5CNFSM4I4YQH72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBPTCRA#issuecomment-543109444, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWPQVZEUOXGQ225BPDA43DQPA4ETANCNFSM4I4YQH7Q .

renerpdev avatar Oct 17 '19 11:10 renerpdev

main.js line 1,13,18 find all "() => " change to "function()" can support IE11

mbdmt avatar Jul 09 '20 13:07 mbdmt

Hello @mbdmt

I changed the lines mentioned, but in IE11 here nothing appears

https://ederribeiro.com.br/test-counter/flip/

ribeiroeder avatar Jul 27 '20 21:07 ribeiroeder

Hello @mbdmt

I changed the lines mentioned, but in IE11 here nothing appears

https://ederribeiro.com.br/test-counter/flip/

you can try path /src change to /dist https://cdn.jsdelivr.net/npm/[email protected]/dist/flipdown.min.js

mbdmt avatar Jul 29 '20 06:07 mbdmt

Great! Now running on IE! thank you

ribeiroeder avatar Jul 29 '20 19:07 ribeiroeder

FYI - visited https://ederribeiro.com.br/test-counter/flip/ and when resize browser to minimal width, numbers are not displayed correctly. IE and Chrome both look wrong so not a browser issue.

genew avatar Jul 29 '20 23:07 genew

Hello @genew thanks!

I appreciate the observation, it was missing a comma in the stylesheet that I must have removed by accident.

ribeiroeder avatar Jul 30 '20 02:07 ribeiroeder