Hi,
Is there any way that I can understand/detect that the browser is resized. I am looking for a solution to call a page.refresh after the user has resized the browser after the page is loaded.
I have found that the Footer of the page is not drawn correctly if things happens in the following sequence
After the page is loaded
Here is the screen snapshot of the Demo application. I just eliminated/reduced the contents in the page just below the Navigation bar, so that this issue can be reproduced. Please note the position of the footer
Is there any way that I can understand/detect that the browser is resized. I am looking for a solution to call a page.refresh after the user has resized the browser after the page is loaded.
I have found that the Footer of the page is not drawn correctly if things happens in the following sequence
After the page is loaded
- Browser is resized (ie reduced the browser size, may be from desktop size to mobile size, height lesser as possible). The contents of the page are re-aligned perfectly as expected.
- User clicked refresh page. The contents of the page are re-aligned perfectly as expected.
- User maximized the browser window size. Now the Footer is not fixed at the bottom, instead it is painted as per the previous size of the browser. ( To reproduce this issue, there should be very less contents below the Navigation Bar. If there are enough contents on the page to fill the entire height of the browser, then this issue is not there. )
- Now a refresh is to be called to draw the footer at the bottom of the page
Here is the screen snapshot of the Demo application. I just eliminated/reduced the contents in the page just below the Navigation bar, so that this issue can be reproduced. Please note the position of the footer