You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really an issue but i'm using split view right now and that looks great on a tablet but for mobile it isn't optimal... especially when you put your mobile in landscape and the nav view shows op. So i'm thinking about handling actions different bases on device, for example instead of pushing html to pushSidebarView() using pushBodyView for nav pages.. So i have to make the action bases on the device.
I notice this.winPhone in SplitViewNavigator.js and i thought maybe its an idea to add a var like device = "isMobile" or "isTablet" or something like that to make it possible to have device info and react to that.
I wonder how you think of this, maybe you have advice to handle mobile and tablet in the same code base with different views?
Thanks for you time, Daniel
The text was updated successfully, but these errors were encountered:
Hey Andrew,
Not really an issue but i'm using split view right now and that looks great on a tablet but for mobile it isn't optimal... especially when you put your mobile in landscape and the nav view shows op. So i'm thinking about handling actions different bases on device, for example instead of pushing html to pushSidebarView() using pushBodyView for nav pages.. So i have to make the action bases on the device.
I notice this.winPhone in SplitViewNavigator.js and i thought maybe its an idea to add a var like device = "isMobile" or "isTablet" or something like that to make it possible to have device info and react to that.
I wonder how you think of this, maybe you have advice to handle mobile and tablet in the same code base with different views?
Thanks for you time, Daniel
The text was updated successfully, but these errors were encountered: