GitHub user durkiewicz opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/75
On WP 8.0 `execScript` need to be used instead of `eval`.
Executing `browser.InvokeScript("eval", new string[] { anyJsExpression })`
on WP 8.0 ends up with an excep
GitHub user durkiewicz opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/95
[CB-7927] Encoding data to bytes instead of chars when writing a file.
This solves: https://issues.apache.org/jira/browse/CB-7927
You can merge this pull request into a Git
Github user durkiewicz closed the pull request at:
https://github.com/apache/cordova-plugin-geolocation/pull/34
---
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
GitHub user durkiewicz opened a pull request:
https://github.com/apache/cordova-plugin-geolocation/pull/34
Android unavailable gps
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/durkiewicz/cordova-plugin-geolocation
android
Hi,
There is a bug in the File plugin that is quite severe from a point of view
of a project I'm currently in:
https://issues.apache.org/jira/browse/CB-7927
I've attached a patch file to the Jira issue. This fix is also available on
my fork of the plugin:
https://github.com/durkiewi