I have set up a mmenu plugin that enables you to slide swipe menus at the sides, but it makes my content text unable to be selected / highlighted.
Do you guys have any suggestion how I can debug or trace the code if issues like this persist?
I tried checking if there are CSS styles like the following,
html, body{
user-select:none;
MozUserSelect:none;
webkitUserSelect: none;
}
but no, it doesnt have anything like that..
What im trying to say, if it is caused by the plugin, how do you find the code that makes it unselectable? because im pretty sure the author of the plugin did not use that CSS because I could not see a CSS code like that.
Plugin URL: https://github.com/BeSite/jQuery.mmenu extends Hammer plugin: http://cdnjs.cloudflare.com/ajax/libs/hammer.js/1.0.5/jquery.hammer.js