4 Answers, 1 is accepted
0
Hello Axel,
Could you please specify the device and OS you are testing with? I tried to reproduce the behaviour on iPad device but to no avail.
Could you please check my sample page and let me know what I am missing?
On my side I did not experienced issues with the resizing of Kendo window control.
Regards,
Alexander Valchev
Telerik
Could you please specify the device and OS you are testing with? I tried to reproduce the behaviour on iPad device but to no avail.
Could you please check my sample page and let me know what I am missing?
On my side I did not experienced issues with the resizing of Kendo window control.
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
axel
Top achievements
Rank 1
answered on 10 Apr 2014, 11:19 AM
Hello Alexander,
you can test it with any touch device. I need several attempts to hit the 2 pixel wide resizing area with my finger. Is it possible to increase this range with css, something like k-window{ resize-border: 10px} ?
Regards
Axel
you can test it with any touch device. I need several attempts to hit the 2 pixel wide resizing area with my finger. Is it possible to increase this range with css, something like k-window{ resize-border: 10px} ?
Regards
Axel
0
Hi Axel,
Yes it is possible to increase the resize elements size with CSS. Here is the syntax:
For your convenience I updated the sample page:
Regards,
Alexander Valchev
Telerik
Yes it is possible to increase the resize elements size with CSS. Here is the syntax:
.k-window .k-resize-n,.k-window .k-resize-s { height: 26px;}.k-window .k-resize-e,.k-window .k-resize-w { width: 26px;}.k-window .k-resize-se,.k-window .k-resize-sw,.k-window .k-resize-ne,.k-window .k-resize-nw { height: 26px; width: 26px;}For your convenience I updated the sample page:
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
axel
Top achievements
Rank 1
answered on 16 Apr 2014, 04:50 PM
Great!
Thank you...
Thank you...