Hi there,
I am looking for a way to change the input window position.
I looked into to plugin but couldn't find the right parameters to adjust. I just managed to remove it form the center and put it on top.
I would also like to have the window displayed on top or inside a message without deleting the message. Any idea how I could achieve that?
Unfortunately, It does not solve easily.
IME provides in a browser, so it is displayed at an independent position from a game canvas. so to display in the correct place, you need to know the CSS.
This plugin is directly accessing using JavaScript to CSS and In fact it is a bad way.
It is pretty hard to display in the correct place. However, I think that you can also easily specify up the position by using the JS-library like as Bootstrap.
But, to do that, you may need to understand what CSS and JS are doing in this plugin.