Skip to main content

All Questions

0 votes
1 answer
51 views

Web Applications Switching Browsers

At my company we all got upgraded this year to Windows 10. We have Microsoft Edge and Internet Explorer 11 installed. I have set my default browser to Edge, but I notice that sometimes I will click ...
David P's user avatar
  • 2,073
-3 votes
1 answer
98 views

CSS class/properties targeting to IE as well as Edge

I want to combine @media and @support so that I do not have to put same css class and properties two times for IE11 and Edge. Please refer following code snippet: /* IE 10+ */ @media screen and (-ms-...
tejas033's user avatar
  • 175
7 votes
3 answers
5k views

Can you detect "Tablet Mode" in Edge and IE11 using JavaScript on Windows 10?

I am thinking of making my UI to dynamically change to a more touch-friendly layout when the user switches "Tablet Mode" on, and switch back to our "desktop" layout if they turn Tablet Mode off. That ...
robocat's user avatar
  • 5,373