DEV Community

Discussion on: Using JavaScript to determine whether the client is iOS or Android

Collapse
 
maintobias profile image
MainTobias

Does that detect apple silicon?

Collapse
 
konyu profile image
@kon_yu • Edited

I tried to do navigator.platform with Chrome in my M2 mac.
I got MacIntel in spite of using apple silicon.
In view of the above we can't apple silicon with that snippet .