Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Is there a way to circumvent this behaviour in IE11?



  • Hi folks,

    I am working on a hybrid mobile app using Angular/Onsen UI.

    I am currently running the app in Visual Studio 2015 using the Windows emulator. This runs Internet Explorer 11 within the emulator.

    The problem is that even for input text fields, the apps will not allow the user to select/highlight text.

    Even adding -ms-user-select or user-select, either text or initial with or without !important tags in the CSS, does not fix this issue.

    Others have suggested that the problem is wrapping the element in a div, but even trying a very basic page layout with no Angular/Onsen elements does not resolve this problem.

    Is there a way to circumvent this behavior in IE11?

    Thank you