flobro / flobro-chrome-app

Chrome app of Flobro, floating browser window
https://chrome.google.com/webstore/detail/faaljkdndnfoagcmhedlmbgieoocemch
MIT License
110 stars 20 forks source link

Geolocation API support #23

Closed arnoldsandoval closed 5 years ago

arnoldsandoval commented 5 years ago

Description The browser/webview does not allow for geolocation.

Steps to reproduce Steps to reproduce the behavior:

  1. Go to any website that requires geolocation API. I am using hulu.com
  2. Confirm that geolocation is not working/automatically declined

Expected behavior You should be asked to authorize geolocation for the given page just as you would on a regular browser.

cornips commented 5 years ago

For now I won't be adding geolocation support. Unfortunately, it is not possible within Chrome App API to request access to geolocation only when a website needs it. The whole application needs permission for this.