Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

thepassenger's avatar

Compatibility with IE11 or other mobile browsers.

Hi, I developed an app and deployed it. Works ok (far slower than I thought it would be) but the main problem is while accessing it with my windows phone the components wouldn't load. I managed to get it working using babel polyfill as ie doesnt support full es6 promises but now all css is messed up. Divs are on top of each other and the app is not usable. This is not happening with desktop or iOS. I don't own an android so I can't test that. Anyways seems to me something is wrong with internet explorer. Before I start trying to fix the css I want to be really sure it's not something on compatibility end. Also I believe there are no codes errors otherwise on desktop or ipad I would have noticed. Any idea?

0 likes
7 replies
Reached's avatar

What kind of method are you using for page layout? Flex box? CSS grid?

Jaytee's avatar

all Internet Explorer versions don't fully support flex. You can use a great website called: caniuse.com.

Please or to participate in this conversation.