Canvas should be resized when it comes to mobile browser and their points but it's not working?
// это код для создания адаптивного холста
@media screen and (max-width: 360px) { .canvasmobile { width:100% !important; height:100% !important; } }