Skip to content

Files

Latest commit

 

History

History
14 lines (12 loc) · 930 Bytes

103.md

File metadata and controls

14 lines (12 loc) · 930 Bytes
title date submitter number tags discussion
I want web apps to be able to work in other contexts (like car displays)
2019-11-26 22:44:59 UTC
Anonymous
103
web-apps

Having the ability to promote a web app into a car display (e.g. Android Auto, Apple CarPlay) would help make the web even more capable.

Perhaps we could have a property in the Web App Manifest stating that the app is appropriate for contexts like this. Perhaps we could have a CSS media query that checks if the app is running in "auto mode", so that developers can make the UI more driver friendly. Perhaps we could even have a JavaScript API that triggers an event when the car starts or stops moving so developers can disable certain features that are dangerous while the car is in motion (e.g., disabling the video element unless the user has specified they are a passenger).