Hi Telerik Team,
I am using RadPageLayout to make pages responsive.Every page works fine except one case i.e When a Page is Opened in RadWindow. Actually it is detecting wrong Resolution/View port. I have read about Viewport breakpoints on http://docs.telerik.com/devtools/aspnet-ajax/controls/pagelayout/creating-responsive-design/viewport-breakpoints and it Says:
Device type Resolution
xs max-width: 360px
sm min-width: 361px / max-width: 768px
md min-width: 769px / max-width: 1024px
lg min-width: 1025px / max-width: 1280px lg
xl min-width: 1281px extra large resolutions
but It seems that RadWindow does not follow these above breakpoints. I have noticed the breakpoints (in case of RadWindow) as below:
Device type Resolution
xs max-width: 376px
sm min-width: 377px / max-width: 784px
md min-width: 785px / max-width: 1040px
lg min-width: 1041px / max-width: 1296px
xl min-width: 1297px
Is there a way to fix this issue ?
Thank you
Sunil