This is a migrated thread and some comments may be shown as answers.

Resisze window by touch

4 Answers 57 Views
Window
This is a migrated thread and some comments may be shown as answers.
axel
Top achievements
Rank 1
axel asked on 08 Apr 2014, 09:15 AM
Hi,

I try to resize the window by touching the frame of the window, and if my finger is not 100% over the 2 pixels of the frame, I will not be able to resize it. Even a broader frame doesn't help.

Kind regards
Axel

4 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 10 Apr 2014, 06:50 AM
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
 
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
0
Alexander Valchev
Telerik team
answered on 14 Apr 2014, 07:56 AM
Hi Axel,

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...
Tags
Window
Asked by
axel
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
axel
Top achievements
Rank 1
Share this question
or