-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I downloaded your project and used the DemoSplitview.html.
On iPad, I have the splitview with menu and main div area. On iPhone I see the main area, but I want to see the menu area instead. How can I achieve this?
Also if I check this demo in a desktop web browser with full screen size, I see the slit view. Everything fine. Resizing the web browser and make the dimensions smaller, at some point, it only shows the main area, but I want to display the menu area (I think it is the same "problem" iPhone <-> iPad, described above).
Resizing the screen again and make it bigger again (not reloading the page), the split view does not fit anymore to the big screen size. The width of the main and menu area are fixed. Reloading the page in any size, the splitview fits well again. So is there a possibility to "refresh" the page while resizing, so the split view will looks after any resizing of the web browser well?