Hello,
How to distinguish an iOS phone from an Android phone?
I have 2 different layouts:
• Web for Desktop
• Phone (FMGo or Safari)
But how can I detect Phones when they are not running iOS?
I would like to redirect Android device to the Phone layout and not to the Web Desktop layout.
Regards
Ben
Hi Ben,
You could use Get(Device) function to detect android phone which returns 5 and then you could design a WebDirect layout for it.
Windows return 2, Mac returns 1 and iPhone or iPod touch returns 4.