DEV Questions 2: Per-OS customization in cross-platform apps and games
Eric Ahnell
Posted on February 16, 2020
Post 2 in a running series of questions for DEV!
How do you tailor your native/web apps for quirks of each OS/browser they might run on? For native apps/games, shortcut conventions are different enough between OSes, so if you want to use the standards, you have to first figure out what OS you're on. (Notice that I didn't say "keyboard shortcuts", because of things like long-press on mobile OSes.) Likewise, browsers support a different set of web features differently, for which feature detection is usually used (in JS, anyway). What adaptations and/or techniques have I not thought of? What do YOU use personally?
๐ ๐ช ๐
๐ฉ
Eric Ahnell
Posted on February 16, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
css CSS Is Not Hard(You 're Just Missing These Basics)- Mastering the Foundation(Part 2)
November 29, 2024