Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/296#issuecomment-148325630
  
    @zalun, just tried create a new blank app with file-transfer and 
geolocation plugins, and it seems to fork for me:
    
    _config.xml_:
    ```xml
        <permission name="systemXHR" privileged="true" />
        <permission description="Required for accessing user location." 
name="geolocation" />
    ```
    _manifest.webapp_:
    ```json
        "permissions": {
            "systemXHR": {},
            "geolocation": {
                "description": "Required for accessing user location."
            }
        }
    ```
    
    Could you please double check, if the issue still exists using latest 
`master`?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to