Hello all,
I'm facing couple issues using Grid and List view(mobile) in a same mobile view.
Issue #1:
When I add list view after grid, the list view will overlap grid if I setup mobile: "phone" or mobile: "tablet" setting on grid. When setting mobile is removed, everything works as expected. Is this behavior expected? What I'm doing wrong?
Demo: http://jsbin.com/nohux/1/
Issue #2:
This issue occurs when I'm using my Android 4.3.1(CyanogenMod 10.2.0-i9300) native browser. When I add to view first list view and after that Grid and use mobile: "phone" or mobile: "tablet" setting and editable: "popup" so the edit page will open on grid view, I'm not able to click edit or cancel buttons. I have not been able reproduce this issue with other browsers. However I can overcome this issue by setting mobile: false on grid, but when edit is open and I rotate my screen, the popup box will come off-centered.
Demo: http://jsbin.com/pizoq/1/
Thank you.
I'm facing couple issues using Grid and List view(mobile) in a same mobile view.
Issue #1:
When I add list view after grid, the list view will overlap grid if I setup mobile: "phone" or mobile: "tablet" setting on grid. When setting mobile is removed, everything works as expected. Is this behavior expected? What I'm doing wrong?
Demo: http://jsbin.com/nohux/1/
Issue #2:
This issue occurs when I'm using my Android 4.3.1(CyanogenMod 10.2.0-i9300) native browser. When I add to view first list view and after that Grid and use mobile: "phone" or mobile: "tablet" setting and editable: "popup" so the edit page will open on grid view, I'm not able to click edit or cancel buttons. I have not been able reproduce this issue with other browsers. However I can overcome this issue by setting mobile: false on grid, but when edit is open and I rotate my screen, the popup box will come off-centered.
Demo: http://jsbin.com/pizoq/1/
Thank you.