[GitHub] cordova-plugin-dialogs pull request: On iOS8+ allow this dialog to...

2015-09-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/57#issuecomment-138215304 There is already a pull request for other issue that fixes this problem too https://github.com/apache/cordova-plugin-dialogs/pull/54 --- If

[GitHub] cordova-lib pull request: CB-9407 Fixes incorrect applying of plug...

2015-09-07 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/296 CB-9407 Fixes incorrect applying of plugin-provided config changes. See [CB-9407](https://issues.apache.org/jira/browse/CB-9407) for details. This PR is an alternative to #274,

Re: Embedding Android activity into WebView, is it possible?

2015-09-07 Thread Jan Velecký
There must be a way to do this. There are plugins like Flash, Java, PDF Reader or Silverlight which integrates itself into browser with some plugin interface. Why not common native view? Velda -- Původní zpráva -- Od: julio cesar sanchez Komu:

[GitHub] cordova-lib pull request: CB-9590 - Ubuntu support for the new plu...

2015-09-07 Thread david-barth-canonical
Github user david-barth-canonical commented on the pull request: https://github.com/apache/cordova-lib/pull/294#issuecomment-138310314 It does work both with old style plugin names, like "org.apache.cordova.battery-status" and new style names "cordova-plugin-media-capture". I can add

[GitHub] cordova-lib pull request: Cb 9618

2015-09-07 Thread david-barth-canonical
Github user david-barth-canonical closed the pull request at: https://github.com/apache/cordova-lib/pull/298 --- 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

Re: Embedding Android activity into WebView, is it possible?

2015-09-07 Thread julio cesar sanchez
Most of them don't work on mobile devices, and a webivew isn't a browser, it has more limitations You can create your own browser with native view support if you want, but you have to do it from scratch El lunes, 7 de septiembre de 2015, Jan Velecký escribió: > There must be a

[GitHub] cordova-plugin-media pull request: CB-9619 Fixed tests waiting for...

2015-09-07 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-media/pull/66 CB-9619 Fixed tests waiting for precise position https://issues.apache.org/jira/browse/CB-9619 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-lib pull request: icon parameter should not be relative to...

2015-09-07 Thread david-barth-canonical
GitHub user david-barth-canonical opened a pull request: https://github.com/apache/cordova-lib/pull/299 icon parameter should not be relative to the www directory on Ubuntu You can merge this pull request into a Git repository by running: $ git pull

Geolocation plugin for Android & Location services off

2015-09-07 Thread Sergey Shakhnazarov (Akvelon)
Hi guys, I wanted to discuss an issue with Geolocation plugin for Android - fail callback is not called if Location services are turned off. Is this a known issue? I have noticed that it was previously handled by native code [1], which has been removed in favor of HTML5 in [2]. Is there a way

[GitHub] cordova-lib pull request: CB-9617 Fixes incorrect project state af...

2015-09-07 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/297#issuecomment-138317036 @TimBarham, please review when possible. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-lib pull request: CB-9617 Fixes incorrect project state af...

2015-09-07 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/297 CB-9617 Fixes incorrect project state after adding/removing plugins This fixes [CB-9617](https://issues.apache.org/jira/browse/CB-9617) The cause of problem is that

Re: [VOTE] 3.8.0 BlackBerry Release (take 2)

2015-09-07 Thread Bryan Higgins
Thanks Shaz! The post is live now. On Mon, Sep 7, 2015 at 3:22 AM, Shazron wrote: > Added you and merged. > > On Sat, Sep 5, 2015 at 2:11 PM, Bryan Higgins > wrote: > > > I've published the artifacts, but no luck with the blog post. > > > > Could

Re: Geolocation plugin for Android & Location services off

2015-09-07 Thread Joe Bowser
1. There isn't a way to check the Location Services state in WebView 2. No, it is still not worth getting the native code back for this. It's already bad enough that I might have to resurrect this plugin for permissions, but bringing this plugin back would be a huge step backwards for the

[GitHub] cordova-lib pull request: CB-9617 Fixes incorrect project state af...

2015-09-07 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/297#issuecomment-138394389 LGTM. I've merged it. --- 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

[GitHub] cordova-lib pull request: CB-9617 Fixes incorrect project state af...

2015-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/297 --- 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

Re: Marshmallow Update and Cordova-Android 5.0

2015-09-07 Thread Karen Tran
I tested your camera plugin through mobilespec and the permissions are working. On Thu, Sep 3, 2015 at 12:10 PM, Joe Bowser wrote: > On Thu, Sep 3, 2015 at 8:07 AM Karen Tran wrote: > > > Hi Joe, > > > > I tested your patch and it works for the most part

[GitHub] cordova-plugin-camera pull request: [android] allowedit: fix not C...

2015-09-07 Thread Anu2g
Github user Anu2g commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/103#issuecomment-138353711 This pull request worked fantastically for my team. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear

Re: CordovaPlugin lifecycle differs from Activity lifecycle

2015-09-07 Thread Kai Schlamp
Opened the issues: https://issues.apache.org/jira/browse/CB-9620 https://issues.apache.org/jira/browse/CB-9621 2015-08-28 0:19 GMT+02:00 Kai Schlamp : > Wouldn't it make sense to have "onCreate" and "onRestart" also in > CordovaPlugin? We could then interact on the full