Mendix responsive tablet

0
Hi all In my mendix application I created a tablet navigation profile with a homepage build for tablet use. After logging in, there is a microflow that checks the enumeration “DeviceType” to see which device is connected and to redirect the user to the device-specific homepage. However, whenever I logon with my tablet, mendix keeps telling me that this device is recognized as a phone.  Where can I find these predefined values for the enumeration devicetype so that I can adapt them? I guess I would need to add a new subset of properties regarding to pixels in order for my tablet to be recognized.   Any help would be welcome.    ps: I would also need to adapt this for the phonegap build, but I do not seem to find the manifest file.
asked
1 answers
0

Hi Kevin, did you check the docs under https://docs.mendix.com/refguide7/navigation-in-72-and-73#3-redirection-to-profiles-a-name-redirection-a or https://docs.mendix.com/refguide/navigation#redirection It should be possible to define custom settings via https://docs.mendix.com/refguide7/custom-settings#9-web-client-settings

answered