Is there any way to adjust an editor on the screen, in the mobile version, without using css: zoom:0.1
or transform:scale(0.1)
. I need to make the CSS element: .main{}
which is the CSS of the container of the entire editor, if it fits on the screen of the phone, but when I use the zoom or scale attributes of CSS3, it totally loses the origin of the pen scribble I do not know what I'm doing wrong ... It may be in javascript, or with some meta tag of viewport, I do not know how to do this scroll, I already tried to do using transform, and readjusting the editor plugin passing new ones coordinates, however it does not suit all the screen platforms, it gets very distorting ... Anyone have an idea how to do this?