dhtmlxScheduler in dhtmlxLayout -> fonts and lines fuzzy

Hi all,

i tried to attach a dhtmlxScheduler object to a dhtmlxLayout´s cell. Everything should work with iPad support, so i included the neccessary css files.

Basically everything works fine, but the displayed fonts and lines look a bit fuzzy / blurred.

In the “normal” view via non-touch-screen everything is very sharp, as it should be.

I´ve noticed, that other fonts are used for touch-support, but i don´t think that this is the problem, because everything is sharp on your demo calender as well. So i think that the reason is the combination of dhtmxScheduler and dhtmlxLayout.

I hope, you can ease my pain… :neutral_face:

br
Michael

Do you have something like next on your page?

<meta name = "viewport" content = "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no">

without such meta tag, ipad will scale page which can result in blurred image.

Hi Stanislav,

thank you for your reply. This is the solution.

br
Michael