Files
react-native/ReactAndroid/src/main/java/com/facebook/react
Jon Vassbø b7bf24bc7f Support geolocation in android webview
Summary:
Makes sure request for geolocation use in the webview is handled.
This solves issue #7609

Currently use of geolocation in webview fails silently, as the permission request is never received by the native app.

**Test plan (required)**

1. Create new project with webview
2. Add javascript for geolocation:
```javascript
navigator.geolocation.getCurrentPosition(function (position) {
  console.log('success', position)
}, function (error) {
  console.log('could not determine position', error)
})
```
3. Run code and assert geolocation permission is requested, resulting in success (or error) callback being called
Closes https://github.com/facebook/react-native/pull/8305

Differential Revision: D3592887

fbshipit-source-id: 84fe2383fba8873431c5e89d154c0a4fd58ffb70
2016-07-20 05:43:25 -07:00
..
2016-04-23 02:37:28 -07:00
2016-01-22 16:20:13 +00:00
2016-07-14 15:28:46 -07:00
2016-02-16 16:51:39 -08:00
2016-06-22 04:13:36 -07:00
2016-06-17 04:13:29 -07:00
2016-06-17 04:13:29 -07:00