Прилагается снимок экрана с изображением проблемы.
Я использую iOS/iPadOS 26.0.1, и проблема также наблюдалась в iOS/iPadOS 18.6.
Код: Выделить всё
var canvas = document.getElementById("myCanvas");
var ctx = canvas.getContext("2d");
// Set canvas dimensions
canvas.width = 300;
canvas.height = 400;
// Draw a rectangle
ctx.fillStyle = "blue";
ctx.fillRect(0, 0, canvas.width, canvas.height);Код: Выделить всё
canvas#myCanvas
{
border: 4px solid black;
display: block; /* not working like on div for iOS devices */
}Код: Выделить всё
Canvas Test
Canvas Test

Подробнее здесь: https://stackoverflow.com/questions/798 ... ios-ipados
Мобильная версия