[GitHub] [cordova-plugin-file] zorn-v commented on issue #371: [WIP] Native electron support

2020-01-18 Thread GitBox
zorn-v commented on issue #371: [WIP] Native electron support URL: https://github.com/apache/cordova-plugin-file/pull/371#issuecomment-575974434 Currently I don't know how to execute native nodejs `require` for `require('electron')` because cordova override it

[GitHub] [cordova-plugin-file] zorn-v commented on issue #312: Electron platform does not support

2020-01-18 Thread GitBox
zorn-v commented on issue #312: Electron platform does not support URL: https://github.com/apache/cordova-plugin-file/issues/312#issuecomment-575972398 https://github.com/apache/cordova-plugin-file/pull/371 This is an

[GitHub] [cordova-plugin-file] zorn-v commented on issue #334: Electron platform - 'Missing Command Error' on API calls

2020-01-18 Thread GitBox
zorn-v commented on issue #334: Electron platform - 'Missing Command Error' on API calls URL: https://github.com/apache/cordova-plugin-file/issues/334#issuecomment-575971548 https://github.com/apache/cordova-plugin-file/pull/371

[GitHub] [cordova-plugin-file] zorn-v opened a new pull request #371: [WIP] Native electron support

2020-01-18 Thread GitBox
zorn-v opened a new pull request #371: [WIP] Native electron support URL: https://github.com/apache/cordova-plugin-file/pull/371 ### Platforms affected Electron ### Motivation and Context Use native nodejs functions for filesystem instead of writing files to chrome

[GitHub] [cordova-plugin-camera] cleverappdesign edited a comment on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign edited a comment on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575944828 @breautek I still have this issue with my app. ### The gallery works after I added the following

[GitHub] [cordova-plugin-camera] cleverappdesign edited a comment on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign edited a comment on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575944828 ### The gallery works after I added the following permission in the config.xml: ``` ```

[GitHub] [cordova-plugin-camera] cleverappdesign edited a comment on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign edited a comment on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575944828 ### The gallery works after I added the following permission in the config.xml: ``` ```

[GitHub] [cordova-plugin-camera] cleverappdesign commented on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign commented on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575944828 ### The gallery works after I added the following permission in the config.xml: ``` ```

[GitHub] [cordova-android] breautek commented on issue #845: Can't find Gradle (Android Studio)

2020-01-18 Thread GitBox
breautek commented on issue #845: Can't find Gradle (Android Studio) URL: https://github.com/apache/cordova-android/issues/845#issuecomment-575944341 > Workaround: I installed gradle 6.1 to C:\Gradle and added C:\Gradle\bin to my PATH environment variable. Do note that android

[GitHub] [cordova-android] chuchuva commented on issue #845: Can't find Gradle (Android Studio)

2020-01-18 Thread GitBox
chuchuva commented on issue #845: Can't find Gradle (Android Studio) URL: https://github.com/apache/cordova-android/issues/845#issuecomment-575943088 I can confirm, `cordova build android` command started failing with "CordovaError: Could not find an installed version of Gradle..." after I

[GitHub] [cordova-plugin-camera] cleverappdesign commented on issue #393: allowEdit not working when sourceType is PHOTOLIBRARY

2020-01-18 Thread GitBox
cleverappdesign commented on issue #393: allowEdit not working when sourceType is PHOTOLIBRARY URL: https://github.com/apache/cordova-plugin-camera/issues/393#issuecomment-575942723 I have the same issue on Android only, works fine on iOS ``` Ionic: ionic (Ionic CLI)

[GitHub] [cordova-docs] NiklasMerz commented on issue #1047: Plugin search doesn’t work

2020-01-18 Thread GitBox
NiklasMerz commented on issue #1047: Plugin search doesn’t work URL: https://github.com/apache/cordova-docs/issues/1047#issuecomment-575916445 Two fixes have been merged and deployed. The issue should be solved now. Thank you all.

[GitHub] [cordova-docs] NiklasMerz closed issue #1047: Plugin search doesn’t work

2020-01-18 Thread GitBox
NiklasMerz closed issue #1047: Plugin search doesn’t work URL: https://github.com/apache/cordova-docs/issues/1047 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [cordova-ios] Skaaala opened a new issue #768: iOS 13 - Keyboard moving

2020-01-18 Thread GitBox
Skaaala opened a new issue #768: iOS 13 - Keyboard moving URL: https://github.com/apache/cordova-ios/issues/768 Hello everybody # Bug Report Focus input while page is already focused on another cause whole view moving up and down on iOS 13. ## Problem After few tests,

svn commit: r1872951 - in /cordova/site/public: feed.xml static/js/plugins.js

2020-01-18 Thread janpio
Author: janpio Date: Sat Jan 18 11:35:34 2020 New Revision: 1872951 URL: http://svn.apache.org/viewvc?rev=1872951=rev Log: Updated docs Modified: cordova/site/public/feed.xml cordova/site/public/static/js/plugins.js Modified: cordova/site/public/feed.xml URL:

[cordova-docs] branch master updated (367455c -> 90e8f52)

2020-01-18 Thread niklasmerz
This is an automated email from the ASF dual-hosted git repository. niklasmerz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-docs.git. from 367455c Fix typerror in plugin search (#1052) add 90e8f52 Fix "Argument 1 of Range.selectNode is

[GitHub] [cordova-docs] NiklasMerz merged pull request #1053: Fix "Argument 1 of Range.selectNode is not an object"

2020-01-18 Thread GitBox
NiklasMerz merged pull request #1053: Fix "Argument 1 of Range.selectNode is not an object" URL: https://github.com/apache/cordova-docs/pull/1053 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cordova-android] erisu commented on a change in pull request #792: [MAJOR] Gradle upgrade from 4.10.3 to 6.x

2020-01-18 Thread GitBox
erisu commented on a change in pull request #792: [MAJOR] Gradle upgrade from 4.10.3 to 6.x URL: https://github.com/apache/cordova-android/pull/792#discussion_r368208074 ## File path: bin/templates/project/build.gradle ## @@ -28,7 +28,7 @@ buildscript { // NOTE:

[GitHub] [cordova-android] erisu commented on a change in pull request #792: [MAJOR] Gradle upgrade from 4.10.3 to 6.x

2020-01-18 Thread GitBox
erisu commented on a change in pull request #792: [MAJOR] Gradle upgrade from 4.10.3 to 6.x URL: https://github.com/apache/cordova-android/pull/792#discussion_r368208084 ## File path: test/build.gradle ## @@ -28,7 +28,7 @@ buildscript { // NOTE: Do not place your

[GitHub] [cordova-android] erisu commented on a change in pull request #792: [MAJOR] Gradle upgrade from 4.10.3 to 6.x

2020-01-18 Thread GitBox
erisu commented on a change in pull request #792: [MAJOR] Gradle upgrade from 4.10.3 to 6.x URL: https://github.com/apache/cordova-android/pull/792#discussion_r368208058 ## File path: bin/templates/project/app/build.gradle ## @@ -27,7 +27,7 @@ buildscript { }

[GitHub] [cordova-plugin-camera] guillem-sopra opened a new pull request #549: fix(ios): handle video transcoding cancel exception

2020-01-18 Thread GitBox
guillem-sopra opened a new pull request #549: fix(ios): handle video transcoding cancel exception URL: https://github.com/apache/cordova-plugin-camera/pull/549 Closes https://github.com/apache/cordova-plugin-camera/issues/545 If the video transcoding process is interrupted

[GitHub] [cordova-plugin-camera] guillem-sopra commented on issue #547: fix: [iOS - iPad] App crashes if video transcoding is interrupted

2020-01-18 Thread GitBox
guillem-sopra commented on issue #547: fix: [iOS - iPad] App crashes if video transcoding is interrupted URL: https://github.com/apache/cordova-plugin-camera/pull/547#issuecomment-575888481 OK, I'll close this one This is

[GitHub] [cordova-plugin-camera] guillem-sopra closed pull request #547: fix: [iOS - iPad] App crashes if video transcoding is interrupted

2020-01-18 Thread GitBox
guillem-sopra closed pull request #547: fix: [iOS - iPad] App crashes if video transcoding is interrupted URL: https://github.com/apache/cordova-plugin-camera/pull/547 This is an automated message from the Apache Git

[GitHub] [cordova-docs] NiklasMerz opened a new pull request #1053: Fix "Argument 1 of Range.selectNode is not an object"

2020-01-18 Thread GitBox
NiklasMerz opened a new pull request #1053: Fix "Argument 1 of Range.selectNode is not an object" URL: https://github.com/apache/cordova-docs/pull/1053 Fix another error for plugin search initial load. See #1047 This is

[cordova-docs] branch plugin-search updated (5cdf0d0 -> 9c4e583)

2020-01-18 Thread niklasmerz
This is an automated email from the ASF dual-hosted git repository. niklasmerz pushed a change to branch plugin-search in repository https://gitbox.apache.org/repos/asf/cordova-docs.git. discard 5cdf0d0 Fix "Argument 1 of Range.selectNode is not an object" omit 2e2622f Fix typerror in

[cordova-docs] 01/01: Fix "Argument 1 of Range.selectNode is not an object"

2020-01-18 Thread niklasmerz
This is an automated email from the ASF dual-hosted git repository. niklasmerz pushed a commit to branch plugin-search in repository https://gitbox.apache.org/repos/asf/cordova-docs.git commit 9c4e583a01de0b89c111ca09fbbc03a5e44f4fb7 Author: Niklas Merz AuthorDate: Sat Jan 18 11:44:10 2020

[cordova-docs] branch plugin-search updated: Fix "Argument 1 of Range.selectNode is not an object"

2020-01-18 Thread niklasmerz
This is an automated email from the ASF dual-hosted git repository. niklasmerz pushed a commit to branch plugin-search in repository https://gitbox.apache.org/repos/asf/cordova-docs.git The following commit(s) were added to refs/heads/plugin-search by this push: new 5cdf0d0 Fix "Argument

[GitHub] [cordova-docs] NiklasMerz commented on issue #1035: Automatic doc build is broken (Travis CI)

2020-01-18 Thread GitBox
NiklasMerz commented on issue #1035: Automatic doc build is broken (Travis CI) URL: https://github.com/apache/cordova-docs/issues/1035#issuecomment-575886978 Is the automatic build working again? I was about to do a manual deploy but master was already deployed with a SVN commit by janpio.

svn commit: r1872946 - in /cordova/site/public: docs/en/dev/reference/cordova-plugin-splashscreen/index.html feed.xml static/js/plugins.js

2020-01-18 Thread janpio
Author: janpio Date: Sat Jan 18 10:08:52 2020 New Revision: 1872946 URL: http://svn.apache.org/viewvc?rev=1872946=rev Log: Updated docs Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html cordova/site/public/feed.xml

[cordova-docs] branch master updated: Fix typerror in plugin search (#1052)

2020-01-18 Thread niklasmerz
This is an automated email from the ASF dual-hosted git repository. niklasmerz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-docs.git The following commit(s) were added to refs/heads/master by this push: new 367455c Fix typerror in plugin

[GitHub] [cordova-docs] NiklasMerz merged pull request #1052: Fix typerror in plugin search

2020-01-18 Thread GitBox
NiklasMerz merged pull request #1052: Fix typerror in plugin search URL: https://github.com/apache/cordova-docs/pull/1052 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #362: (iOS & Android) Add postMessage API support

2020-01-18 Thread GitBox
NiklasMerz commented on issue #362: (iOS & Android) Add postMessage API support URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/362#issuecomment-575883197 @JoshuvaGeorge03 Please open a new issue with your problem description and link it here. Reporting bugs in merged or

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz edited a comment on issue #362: (iOS & Android) Add postMessage API support

2020-01-18 Thread GitBox
NiklasMerz edited a comment on issue #362: (iOS & Android) Add postMessage API support URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/362#issuecomment-575883197 @JoshuvaGeorge03 Please open a new issue with your problem description and link it here. Reporting bugs in

[GitHub] [cordova-plugin-camera] cleverappdesign removed a comment on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign removed a comment on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575879775 > Yes I still had the problem today. It works after I add this permission > > ``` > > ```

[GitHub] [cordova-plugin-inappbrowser] JoshuvaGeorge03 commented on issue #362: (iOS & Android) Add postMessage API support

2020-01-18 Thread GitBox
JoshuvaGeorge03 commented on issue #362: (iOS & Android) Add postMessage API support URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/362#issuecomment-575880972 After investigating, I have found out that this issue only present in **cordova-plugin-inappbrowser v3.2.0**...

[GitHub] [cordova-plugin-camera] cleverappdesign removed a comment on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign removed a comment on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575879119 Still having this issue, anyone found a solution yet?

[GitHub] [cordova-plugin-camera] cleverappdesign commented on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign commented on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575879775 > Yes I still had the problem today. It works after I add this permission > > ``` > > ```

[GitHub] [cordova-plugin-camera] cleverappdesign commented on issue #486: Android : Camera cannot be opened with Cordova 9

2020-01-18 Thread GitBox
cleverappdesign commented on issue #486: Android : Camera cannot be opened with Cordova 9 URL: https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-575879119 Still having this issue, anyone found a solution yet?

[GitHub] [cordova-plugin-camera] cleverappdesign commented on issue #471: [Android] Permission denied when trying to launch camera

2020-01-18 Thread GitBox
cleverappdesign commented on issue #471: [Android] Permission denied when trying to launch camera URL: https://github.com/apache/cordova-plugin-camera/issues/471#issuecomment-575877909 Having the same issue with cordova 9.0. The camera return 20 when try to access Gallery or take