Hello
I used Phaser input plugin(orange-games/phaser-input) in my game in order to type some value.
But all touch events don't work in Internet Explorer for mobile (but all works in IE of desktop , only not working in mobile device)
So, if I remove this plugin, all events works well.
I will share this input plugin URL here: https://github.com/orange-games/phaser-input
In order to fix it, I used <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, width=device-width" /> .
BUT still not working!
How can I solve this problem?