How Can I Detect IPAD MINI IN HTML5?
pro-tek 0 Newbie Poster
Recommended Answers
Jump to PostI don't think you can detect user agent using html. You have to use javascript.
But you can find the screen size that matches the ipad mini use @ media css query.
i.e.
@media screen and (max-width: 300px) { body { background-color: lightblue; } }
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.