-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicit requirements/capabilities section #756
Comments
Can you elaborate on the use cases? I'm concerned that this shifts the burden of showing the user a good message about why an application is not compatible with their device from the application to the browser and the browser is likely in a worse position to do that properly. |
Yeah, we definitely don't want to add anything like this. On the web, we require developers to ask users for permissions at time of use. Closing as duplicate of #319 Please see also: |
Hello again, The proposal was not about permissions etc - it was about capabilities and the matching/filter process. It would help to get the right app onto a device. The permission game is a different beast and works when the app is loaded and running. Agreed. Capability matching would help any discovery stage for complex/intelligent web components or app. I know - this kind of stuff is currently more oriented towards vertical/embedded solutions but it could also be of importance for mobile apps or TV sets. After browser based apps did loose against QT and other UI solutions big time in the past (i know this first hand) now time has come to come back to the browser based UI/UX approach. We are talking millions of devices - from kitchen appliances to smart home systems to ebikes to cars to infrastructure. Not all components of a solution may be known right at initial compile time - but there is still some need to discover newly available components and to add those during runtime in a dynamically fashion. Maybe i was not clear enough about the scope/impact/direction of the proposal. |
The scope is clear... sorry for conflating this with permissions. However, the principle stands: we definitely don't want to add this kind of thing to the web, as web technologies try to be device/capability independent (as much as possible). For instance, say with fps... that's not possible to determine, because it's variable and could be based on a number of factors (e.g., low battery could slow down the gpu or cpu, as happens on Macs). Same with say, "mic"... a user could unplug or plug in a new one at any point, and so on... |
Marco, At least i gave it a try ... :-) Do you know of discussions/groups inside of W3C, which are covering these kind of (my) issues/topics? |
@jfey, best place to discuss is https://discourse.wicg.io . Happy for you to expand on your ideas there and maybe we can find some kind of compromise or new thing to add. |
What about an explicit section for app requirements/capabilities to make sure, that the app will be loaded/run only if capability matching gives it a go. Like:
This could be very useful for PWA, service discovery and more embedded use cases etc.
Juergen
The text was updated successfully, but these errors were encountered: