Hi all, I need to detect if my web application (pure HTML / Javascript) is opened from:
- Safari from a Mac
- Safari from an iPad but by asking for the desktop version
I tried to check for many properties (including the navigator.useragent) but no difference were visible. Anyone could help me?
Thank you