Issue with iOS tablet not loading the correct interface in Mendix PWA

0
Hi everyone,   I’ve developed an app in Mendix using Studio Pro 9 that has both a responsive web navigation profile and a tablet web navigation profile. When I open the app on an Android tablet using Chrome, it correctly loads the tablet web navigation profile designed for tablets. However, when I open the same app on an iOS tablet (via Safari), it loads the responsive web navigation profile instead of the tablet-specific one.   Although I can manually navigate to the tablet web navigation profile using the URL, I would like the app to automatically detect that it’s being accessed from an iOS tablet and then load the tablet web navigation profile by default.   Does anyone know how I can ensure that the app detects the device type correctly and loads the appropriate interface for iOS tablets?   Thanks in advance for any help!
asked
1 answers
1

You could try to use a microflow and in the decision check for the $CurrentDeviceType and then open the correct page and see if this will solve it.

answered