Hi,
Would it be possible to use split-pane component of ionic to create master->detail pattern on tablets and have it navigate normally on phones ?
With best regards,
Robin
Hi,
Would it be possible to use split-pane component of ionic to create master->detail pattern on tablets and have it navigate normally on phones ?
With best regards,
Robin
Does this require a lot of custom logic when navigating ? We’re using angular navigation and this means i need to have an if else on every navigation point to check if i’m on a mobile and actually navigate or when on desktop somehow load a page into a second or third column ?
I’ve found a nice tutorial however this is based on ionic 3. Not sure how to implement this with angular routing and lazy loading https://medium.com/@blewpri/master-detail-with-ionic-3-split-panes-866293608d47