NOtherDev / whatwebcando

An overview of the device integration HTML5 APIs
https://whatwebcando.today/
MIT License
836 stars 61 forks source link

Missing "Checks" and/or "X" #4

Closed Artmann closed 8 years ago

Artmann commented 8 years ago

There is neither a checkmark or an X after HOMESCREEN INSTALATION or POINT DEVICE ADAPTATION.

I'm running Chrome 45 on Ubuntu 15.10

NOtherDev commented 8 years ago

Yes, that is true. It's because I couldn't find an easy way to check the availability of these features from the code itself (i.e. through JavaScript). Do you maybe know how to do that? 1 gru 2015 08:10 "Christoffer Artmann" notifications@github.com napisał(a):

There is neither a checkmark or an X after HOMESCREEN INSTALATION or POINT DEVICE ADAPTATION.

I'm running Chrome 45 on Ubuntu 15.10

https://www.dropbox.com/s/kddaohdi9iyl2t6/Markering_003.png?dl=0

— Reply to this email directly or view it on GitHub https://github.com/NOtherDev/whatwebcando/issues/4.

Artmann commented 8 years ago

Okey :) I've haven't really used those features myself so I got no idea on how to check for their availability.

2015-12-01 8:28 GMT+01:00 Adam Bar notifications@github.com:

Yes, that is true. It's because I couldn't find an easy way to check the availability of these features from the code itself (i.e. through JavaScript). Do you maybe know how to do that? 1 gru 2015 08:10 "Christoffer Artmann" notifications@github.com napisał(a):

There is neither a checkmark or an X after HOMESCREEN INSTALATION or POINT DEVICE ADAPTATION.

I'm running Chrome 45 on Ubuntu 15.10

https://www.dropbox.com/s/kddaohdi9iyl2t6/Markering_003.png?dl=0

— Reply to this email directly or view it on GitHub https://github.com/NOtherDev/whatwebcando/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/NOtherDev/whatwebcando/issues/4#issuecomment-160882561 .

NOtherDev commented 8 years ago

Fixed for Pointer Device Adaptation. For Home Screen Installation currently there's no way to detect the support. So there's nothing I can do here apart from UA sniffing and I don't want to do that - closing the issue.