Hacker News new | ask | show | jobs
Ask HN: Quality difference between accessing sensors via a browser vs. natively?
2 points by StefanWestfal 1018 days ago
I would like to build a proof-of-concept (POC) app. For this, I need to access a device's geolocation and orientation in space. I have been reading about web APIs on Mozilla Developer Network. The app should run on mobile devices, but I have never published anything on the Play Store or App Store. I assume that maintaining multiple platforms takes a lot of work. How viable would a webpage be that users can visit from their devices, which prompts for access to sensors like the gyroscope and geolocation? Would there be a quality difference between accessing sensors via the web and via a native app?

Note: Time delays is not really an issue