Christian Oliff
Christian Oliff
Bump again - this could now actually be updated to 4.7.0
Hi @aksakalli - Bootstrap 4 is a big improvement in many ways, it works better across smaller screen sizes due to the extra viewport media query breakpoint. I don't think...
heya - not sure why you're experiencing an issue with the Modal. It is working in this simple example. https://coliff.github.io/bootstrap-ie11/tests/#modal I'm not a JavaScript expert though so can't help any...
@CecleCW - did you see the reply in https://github.com/coliff/bootstrap-ie11/issues/105 ? Maybe that might help?
Have you tried adding Bootstrap 5.0.0 Beta 2 JS for IE11? ```html ```
I'd love to find a polyfill fix for this, but for now, for a quick fix I suggest users load: `[email protected]/dist/js/bootstrap.bundle.min.js` just for IE11 users like so: ```html window.MSInputMethodContext &&...
Thanks for that PR and the feedback! Interesting info there about where to include the script. I think it would be better to include it in the head though as...
I've looked into this some more... Bootstrap Beta 3 is using `const` alot (230 times :-) ) - which is incompatible with IE11. I think the answer is to use...
@roryheaney thanks for the detailed reply with the solution you found - sounds great. I tried using Babel with latest production src (5.0.1) but it didn't work for me. Do...
Heya. Thanks for reporting this issue. I can reproduce the issue - though it's unfortunately not as simple as adding: ```css figure .img-fluid { width: 100%; } ``` because the...