The hamburger menu icon to toggle the side menu disappears for large screens. So the side menu pane stays open permanently. I was unable to get the menu icon on such screens so users can toggle on and off the side menu. I did not find the solution from previous queries, but found it in the documentation. May be someone will find it useful. Solution: I was able to use the ion-split-pane property.
OR
See: https://ionicframework.com/docs/api/split-pane
Thanks!
See above - the answer is included. Code is below.
OR