We have portal which requires plugin to be downloaded. When we try to open it in Windows 8 metro mode it gives the message to switch to desktop mode since metro mode does not allow add ins.It shows the message as below.
The Site xxxx.com uses add-ons that requires IE on Desktop. It show three button
- Open
- Don't Show again for this site
- Close
When we click "open" it will switch to desktop mode.Normally Users has tendency not to click on open button and webpage stops there it self.
I come to following conclusion that if we can achieve any of the two below option we can solve mode issue in windows 8.
Show big pop up message that will ask user to switch to desktop mode or cancel operation.Windows doesn't provide any API to detect the Metro mode.Is there any way to do this.
Can we customize the message to look more bigger and understandable to most of the user.
Note: I tried using screen size vs windows size it is working but I dont know its long term solution or not