Hi,
on a Starter template: sidemenu, I encounter problems with the “ion-menu” on old iOS 10.0.2 - Chrome v.71.0.3578.89. The sidemenu not rendered content (see attachment).
Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.
(As this is Chrome, not Safari, probably combine the instructions of Android and iOS)
No error on console, but I verified that if I set the “type” property of the “ion-menu” element to “overlay” and if I set the element “ion-content” with "style = 'height: 2000px '“the” sidemenu "is displayed correctly. Instead the overlay on the page is not displayed and therefore it is not possible to close the menu by clicking on the overlay.
Testing on an updated iPhone the page is displayed correctly without making changes to the starting template. The problem is that with the 10.0.2 version of ios it is not possible to update Chrome over the v.71.0.3578.89.
Another problem if I try to set the “side” property of the “ion-menu” element to “end”. It is not minimally considered and the menu is still displayed on the left. (Always on iOS 10.0.2)