DEV Questions 2: Per-OS customization in cross-platform apps and games
Eric Ahnell

Eric Ahnell @wrldwzrd89

About: Indie game maker, professional user of Python and C#; programming addict in general.

Location:
Ohio
Joined:
Jul 30, 2019

DEV Questions 2: Per-OS customization in cross-platform apps and games

Publish Date: Feb 16 '20
5 0

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?

Comments 0 total

    Add comment