Pc.platform not picking up IpadOS

image

Simple issue I’m having on my Ipad Pro. When I use pc.platform on a iPad pro with the latest updates it shows me the following. IOS false and desktop true.

Any reason why this would be happening or is Ipad OS just not implemented yet.

Thank you!

Hi @Frankg92,

It seems like a missing navigator header, exclusive to the iPad Pro. Would you like to submit an issue to the github repo about this?

It would be helpful to include with the issue your navigator userAgent output, when running on the iPad Pro:

console.log(navigator.userAgent);

image

I’ll make a github issue sure, and I could use this as well thank you!

1 Like

iPad Pro now requests the desktop version of the site since iPadOS was introduced. This is probably why the agent is different.

1 Like