[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #598: [android] Statusbar disappear after inappbrowser window appears

2020-01-06 Thread GitBox
NiklasMerz commented on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571471818 Yes I see the statusbar on Android. A screenshot would probably help to understand this issue

[GitHub] [cordova-ios] VishnuV02 opened a new issue #762: iOS Sms textfield resigned instantly.

2020-01-06 Thread GitBox
VishnuV02 opened a new issue #762: iOS Sms textfield resigned instantly. URL: https://github.com/apache/cordova-ios/issues/762 Step 1: I am calling this.sms.send(this.smsTo, this.SMSMessage).then((data) => { alert("SMS SUCCESS3"); }, (err) => { alert("SMS FAILED3"); }); from ionic

[GitHub] [cordova-plugin-media] breautek commented on issue #239: MIDI (or MP3) file does not stop to play in background

2020-01-06 Thread GitBox
breautek commented on issue #239: MIDI (or MP3) file does not stop to play in background URL: https://github.com/apache/cordova-plugin-media/issues/239#issuecomment-571423661 I assume another way to do this is to simply call on the `pause` API on the `pause` event?

[GitHub] [cordova-plugin-wkwebview-engine] DuBistKomisch commented on issue #108: Content dimensions incorrect at startup on iPhone X

2020-01-06 Thread GitBox
DuBistKomisch commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-571416568 the fact that the height changes before and after rotating means to me that this is clearly an

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

2020-01-06 Thread GitBox
breautek 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_r363558915 ## File path: bin/templates/project/app/build.gradle ## @@ -40,7 +40,7 @@ allprojects { } task

[GitHub] [cordova-android] raphinesse merged pull request #862: chore: replace superspawn & child_process with execa

2020-01-06 Thread GitBox
raphinesse merged pull request #862: chore: replace superspawn & child_process with execa URL: https://github.com/apache/cordova-android/pull/862 This is an automated message from the Apache Git Service. To respond to the

[cordova-android] branch master updated: chore: replace superspawn & child_process with execa (#862)

2020-01-06 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git The following commit(s) were added to refs/heads/master by this push: new fd57909 chore: replace superspawn

[GitHub] [cordova-docs] NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information

2020-01-06 Thread GitBox
NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information URL: https://github.com/apache/cordova-docs/pull/1050#discussion_r363502435 ## File path: www/docs/en/dev/guide/platforms/android/index.md ## @@ -766,6 +766,22 @@ The corresponding

[GitHub] [cordova-docs] NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information

2020-01-06 Thread GitBox
NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information URL: https://github.com/apache/cordova-docs/pull/1050#discussion_r363501694 ## File path: www/docs/en/dev/guide/platforms/android/index.md ## @@ -766,6 +766,22 @@ The corresponding

[GitHub] [cordova-docs] NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information

2020-01-06 Thread GitBox
NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information URL: https://github.com/apache/cordova-docs/pull/1050#discussion_r363498110 ## File path: www/docs/en/dev/guide/platforms/android/index.md ## @@ -766,6 +766,22 @@ The corresponding

[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #598: [android] Statusbar disappear after inappbrowser window appears

2020-01-06 Thread GitBox
mosabab commented on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571288430 > I never had any issues for my apps on Android. I am not sure what is expected behaviour. The IAB

[GitHub] [cordova-plugin-wkwebview-engine] jacobweber commented on issue #108: Content dimensions incorrect at startup on iPhone X

2020-01-06 Thread GitBox
jacobweber commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-571273323 I would suggest at least adding this info to the documentation -- the 100vw thing is, as far as I know,

[GitHub] [cordova-plugin-wkwebview-engine] dpogue closed issue #108: Content dimensions incorrect at startup on iPhone X

2020-01-06 Thread GitBox
dpogue closed issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108 This is an automated message from the Apache Git Service. To respond to

[GitHub] [cordova-plugin-wkwebview-engine] dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X

2020-01-06 Thread GitBox
dpogue commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-571269015 I will say again that this is **not** a Cordova bug. If you are seeing problems then it's related to your

[GitHub] [cordova-plugin-wkwebview-engine] xtassin commented on issue #108: Content dimensions incorrect at startup on iPhone X

2020-01-06 Thread GitBox
xtassin commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-571256734 @jacobweber this solution personally never satisfied me. We are talking about a web browser and HTML specs

[GitHub] [cordova-plugin-wkwebview-engine] jacobweber commented on issue #108: Content dimensions incorrect at startup on iPhone X

2020-01-06 Thread GitBox
jacobweber commented on issue #108: Content dimensions incorrect at startup on iPhone X URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-571245876 @DuBistKomisch @wytlytningNZ Did you guys try the suggested fix, setting the first visible child

[GitHub] [cordova-plugin-inappbrowser] AlexeyMelnik22 removed a comment on issue #598: [android] Statusbar disappear after inappbrowser window appears

2020-01-06 Thread GitBox
AlexeyMelnik22 removed a comment on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571226338 > > > @NiklasMerz do you have any idea regarding this issue ? Nope, i

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #598: [android] Statusbar disappear after inappbrowser window appears

2020-01-06 Thread GitBox
NiklasMerz commented on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571234981 I never had any issues for my apps on Android. I am not sure what is expected behaviour. The

[GitHub] [cordova-ios] JeffBerman commented on issue #682: iOS 13 / Xcode 11 Text Input Errors - Breaks iOS Dictation

2020-01-06 Thread GitBox
JeffBerman commented on issue #682: iOS 13 / Xcode 11 Text Input Errors - Breaks iOS Dictation URL: https://github.com/apache/cordova-ios/issues/682#issuecomment-571229193 Since UIWebView is deprecated, do we really think they will fix this, though? I'm more hopeful that the Cordova folks

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS

2020-01-06 Thread GitBox
breautek commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS URL: https://github.com/apache/cordova-plugin-geolocation/pull/171#issuecomment-571227030 > Apps become available to non GPS hardware on Android, thats the change. It's a breaking change because

[GitHub] [cordova-plugin-inappbrowser] AlexeyMelnik22 commented on issue #598: [android] Statusbar disappear after inappbrowser window appears

2020-01-06 Thread GitBox
AlexeyMelnik22 commented on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571226338 > > > @NiklasMerz do you have any idea regarding this issue ? Nope, i made my

[cordova-common] branch master updated: refactor(xml-helpers): DRY & simplify (#128)

2020-01-06 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-common.git The following commit(s) were added to refs/heads/master by this push: new 4b03d3d refactor(xml-helpers): DRY

[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #598: [android] Statusbar disappear after inappbrowser window appears

2020-01-06 Thread GitBox
mosabab commented on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-571224398 @NiklasMerz do you have any idea regarding this issue ?

[GitHub] [cordova-docs] mosabab commented on a change in pull request #1050: usesCleartextTraffic information

2020-01-06 Thread GitBox
mosabab commented on a change in pull request #1050: usesCleartextTraffic information URL: https://github.com/apache/cordova-docs/pull/1050#discussion_r363377712 ## File path: www/docs/en/dev/guide/platforms/android/index.md ## @@ -766,6 +766,22 @@ The corresponding html:

[GitHub] [cordova-docs] NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information

2020-01-06 Thread GitBox
NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic information URL: https://github.com/apache/cordova-docs/pull/1050#discussion_r363371697 ## File path: www/docs/en/dev/guide/platforms/android/index.md ## @@ -766,6 +766,22 @@ The corresponding

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz closed pull request #602: Adding info about usesCleartextTraffic

2020-01-06 Thread GitBox
NiklasMerz closed pull request #602: Adding info about usesCleartextTraffic URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/602 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #602: Adding info about usesCleartextTraffic

2020-01-06 Thread GitBox
NiklasMerz commented on issue #602: Adding info about usesCleartextTraffic URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/602#issuecomment-571206768 Thank you for creating the new one quickly. I am closing this one as a duplicate, we will look into this.

[GitHub] [cordova-plugin-geolocation] sithwarrior commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS

2020-01-06 Thread GitBox
sithwarrior commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS URL: https://github.com/apache/cordova-plugin-geolocation/pull/171#issuecomment-571205716 > > This is nice, would fix #187 nicely, however default `false` would be even better > > Defaulting

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #546: [WIP] Add top notch detection

2020-01-06 Thread GitBox
NiklasMerz commented on issue #546: [WIP] Add top notch detection URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/546#issuecomment-571205595 No **this one is not ready**. It works for me and might work for you but it is not a proper fix and won't be in 3.2.0 Like

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz opened a new issue #604: Remove fake status bar for iOS

2020-01-06 Thread GitBox
NiklasMerz opened a new issue #604: Remove fake status bar for iOS URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/604 There are some issues with iPhones with a notch and the status bar. PR #546 tries to fix that by removing the status bar for these devices. This

[GitHub] [cordova-plugin-inappbrowser] mosabab edited a comment on issue #546: [WIP] Add top notch detection

2020-01-06 Thread GitBox
mosabab edited a comment on issue #546: [WIP] Add top notch detection URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/546#issuecomment-571194362 @NiklasMerz When you think this pull could be done ? I think it could be better to merge your fix to the 3.2.0 release

[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #546: [WIP] Add top notch detection

2020-01-06 Thread GitBox
mosabab commented on issue #546: [WIP] Add top notch detection URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/546#issuecomment-571194362 @NiklasMerz When you think this pull could be done ? This is an

[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #602: Adding info about usesCleartextTraffic

2020-01-06 Thread GitBox
mosabab commented on issue #602: Adding info about usesCleartextTraffic URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/602#issuecomment-571193163 > Thank you for documenting this. Since this is not only applicable to InAppBrowser. This change should probably done in the

[GitHub] [cordova-docs] mosabab opened a new pull request #1050: usesCleartextTraffic information

2020-01-06 Thread GitBox
mosabab opened a new pull request #1050: usesCleartextTraffic information URL: https://github.com/apache/cordova-docs/pull/1050 The default API level in the Cordova Android platform has been upgraded. On an Android 9 device, clear text communication is now disabled by default.

svn commit: r1872387 [3/5] - in /cordova/site/public: ./ announcements/2020/ announcements/2020/01/ announcements/2020/01/06/ blog/ news/2019/12/24/ static/js/

2020-01-06 Thread janpio
Modified: cordova/site/public/feed.xml URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1872387=1872386=1872387=diff == --- cordova/site/public/feed.xml (original) +++ cordova/site/public/feed.xml Mon

svn commit: r1872387 [4/5] - in /cordova/site/public: ./ announcements/2020/ announcements/2020/01/ announcements/2020/01/06/ blog/ news/2019/12/24/ static/js/

2020-01-06 Thread janpio
Modified: cordova/site/public/sitemap.xml URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1872387=1872386=1872387=diff == --- cordova/site/public/sitemap.xml (original) +++

svn commit: r1872387 [5/5] - in /cordova/site/public: ./ announcements/2020/ announcements/2020/01/ announcements/2020/01/06/ blog/ news/2019/12/24/ static/js/

2020-01-06 Thread janpio
Modified: cordova/site/public/static/js/index.js URL: http://svn.apache.org/viewvc/cordova/site/public/static/js/index.js?rev=1872387=1872386=1872387=diff == --- cordova/site/public/static/js/index.js (original) +++

svn commit: r1872387 [1/5] - in /cordova/site/public: ./ announcements/2020/ announcements/2020/01/ announcements/2020/01/06/ blog/ news/2019/12/24/ static/js/

2020-01-06 Thread janpio
Author: janpio Date: Mon Jan 6 15:40:07 2020 New Revision: 1872387 URL: http://svn.apache.org/viewvc?rev=1872387=rev Log: Updated docs Added: cordova/site/public/announcements/2020/ cordova/site/public/announcements/2020/01/ cordova/site/public/announcements/2020/01/06/

svn commit: r1872387 [2/5] - in /cordova/site/public: ./ announcements/2020/ announcements/2020/01/ announcements/2020/01/06/ blog/ news/2019/12/24/ static/js/

2020-01-06 Thread janpio
Modified: cordova/site/public/blog/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1872387=1872386=1872387=diff == --- cordova/site/public/blog/index.html (original) +++

[GitHub] [cordova-windows] brodybits closed issue #341: WinJS is not copied when adding windows platform

2020-01-06 Thread GitBox
brodybits closed issue #341: WinJS is not copied when adding windows platform URL: https://github.com/apache/cordova-windows/issues/341 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cordova-windows] brodybits commented on issue #341: WinJS is not copied when adding windows platform

2020-01-06 Thread GitBox
brodybits commented on issue #341: WinJS is not copied when adding windows platform URL: https://github.com/apache/cordova-windows/issues/341#issuecomment-571181961 This should be fixed in cordova-windows@7.0.1 patch release. Please report if this issue continues to persist in 7.0.1 or

[GitHub] [cordova-docs] brodybits merged pull request #1048: cordova-windows@7.0.1 (patch) release notes

2020-01-06 Thread GitBox
brodybits merged pull request #1048: cordova-windows@7.0.1 (patch) release notes URL: https://github.com/apache/cordova-docs/pull/1048 This is an automated message from the Apache Git Service. To respond to the message,

[cordova-docs] branch master updated: cordova-windows@7.0.1 (patch) release notes (#1048)

2020-01-06 Thread brodybits
This is an automated email from the ASF dual-hosted git repository. brodybits 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 824e4ca cordova-windows@7.0.1 (patch)

[cordova-common] branch master updated (e0ed53a -> 0a94812)

2020-01-06 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-common.git. from e0ed53a refactor(munge-util): DRY & simplify (#127) add 0a94812 fix: broken lock file from #95

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #602: Adding info about usesCleartextTraffic

2020-01-06 Thread GitBox
NiklasMerz commented on issue #602: Adding info about usesCleartextTraffic URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/602#issuecomment-571169979 Thank you for documenting this. Since this is not only applicable to InAppBrowser. This change should probably done in the

svn commit: r37476 - in /release/cordova/platforms: cordova-windows-7.0.0.tgz cordova-windows-7.0.0.tgz.asc cordova-windows-7.0.0.tgz.sha512 cordova-windows-7.0.1.tgz cordova-windows-7.0.1.tgz.asc cor

2020-01-06 Thread brodybits
Author: brodybits Date: Mon Jan 6 14:57:51 2020 New Revision: 37476 Log: Publish cordova-windows 7.0.1 release to dist Added: release/cordova/platforms/cordova-windows-7.0.1.tgz (with props) release/cordova/platforms/cordova-windows-7.0.1.tgz.asc

[GitHub] [cordova-plugin-camera] breautek commented on issue #543: custom camera

2020-01-06 Thread GitBox
breautek commented on issue #543: custom camera URL: https://github.com/apache/cordova-plugin-camera/issues/543#issuecomment-571169280 This plugin only provides a way to integrate with the default camera application on the device, so the features are limited depending on the installed

[GitHub] [cordova-plugin-camera] breautek closed issue #543: custom camera

2020-01-06 Thread GitBox
breautek closed issue #543: custom camera URL: https://github.com/apache/cordova-plugin-camera/issues/543 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

svn commit: r37477 - /dev/cordova/cordova-windows-7.0.1/

2020-01-06 Thread brodybits
Author: brodybits Date: Mon Jan 6 14:58:31 2020 New Revision: 37477 Log: Remove cordova-windows 7.0.1 release candidate from dist/dev Removed: dev/cordova/cordova-windows-7.0.1/ - To unsubscribe, e-mail:

[GitHub] [cordova-android] breautek commented on issue #873: Android App Bundle: --versionCode ignored with --packageType=bundle

2020-01-06 Thread GitBox
breautek commented on issue #873: Android App Bundle: --versionCode ignored with --packageType=bundle URL: https://github.com/apache/cordova-android/issues/873#issuecomment-571166238 > @breautek > I came across this problem today, did you already do something or is the workaround

[GitHub] [cordova-android] tklaas edited a comment on issue #873: Android App Bundle: --versionCode ignored with --packageType=bundle

2020-01-06 Thread GitBox
tklaas edited a comment on issue #873: Android App Bundle: --versionCode ignored with --packageType=bundle URL: https://github.com/apache/cordova-android/issues/873#issuecomment-571165135 @breautek I came across this problem today, did you already do something or is the workaround

[GitHub] [cordova-android] tklaas commented on issue #873: Android App Bundle: --versionCode ignored with --packageType=bundle

2020-01-06 Thread GitBox
tklaas commented on issue #873: Android App Bundle: --versionCode ignored with --packageType=bundle URL: https://github.com/apache/cordova-android/issues/873#issuecomment-571165135 @breautek came across this problem today, did you already do something or is the workaround through

[GitHub] [cordova-plugin-geolocation] breautek edited a comment on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS

2020-01-06 Thread GitBox
breautek edited a comment on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS URL: https://github.com/apache/cordova-plugin-geolocation/pull/171#issuecomment-571162438 > This is nice, would fix #187 nicely, however default `false` would be even better Defaulting

[GitHub] [cordova-plugin-geolocation] breautek edited a comment on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS

2020-01-06 Thread GitBox
breautek edited a comment on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS URL: https://github.com/apache/cordova-plugin-geolocation/pull/171#issuecomment-571162438 > This is nice, would fix #187 nicely, however default `false` would be even better Defaulting

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS

2020-01-06 Thread GitBox
breautek commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS URL: https://github.com/apache/cordova-plugin-geolocation/pull/171#issuecomment-571162438 > This is nice, would fix #187 nicely, however default `false` would be even better Defaulting to

[cordova-common] branch master updated (077b8cf -> e0ed53a)

2020-01-06 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-common.git. from 077b8cf TEST: Test using GitHub workflows for CI (#95) add e0ed53a refactor(munge-util): DRY &

[GitHub] [cordova-plugin-geolocation] sithwarrior commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS

2020-01-06 Thread GitBox
sithwarrior commented on issue #171: Added ANDROID_GPS_REQUIRED parameter for optional GPS URL: https://github.com/apache/cordova-plugin-geolocation/pull/171#issuecomment-571133398 This is nice, would fix #187 nicely, however default `false` would be even better

[GitHub] [cordova-android] bhandaribhumin closed issue #887: android build error

2020-01-06 Thread GitBox
bhandaribhumin closed issue #887: android build error URL: https://github.com/apache/cordova-android/issues/887 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [cordova-plugin-geolocation] sithwarrior opened a new issue #187: Cant install App on Android devices without GPS hardware

2020-01-06 Thread GitBox
sithwarrior opened a new issue #187: Cant install App on Android devices without GPS hardware URL: https://github.com/apache/cordova-plugin-geolocation/issues/187 # Bug Report Cant install App on Android devices without GPS hardware, as it is required in the manifest, because of this

[GitHub] [cordova-plugin-geolocation] sithwarrior commented on issue #184: Plugin doesn't work when wrapped inside a service on iOS

2020-01-06 Thread GitBox
sithwarrior commented on issue #184: Plugin doesn't work when wrapped inside a service on iOS URL: https://github.com/apache/cordova-plugin-geolocation/issues/184#issuecomment-571122713 I would assume this is a timing issue. Your service is probably starting, before the plugin is

[GitHub] [cordova-plugin-statusbar] mosabab removed a comment on issue #171: [do not merge yet](android) Read config.xml for statusbar overlay preference

2020-01-06 Thread GitBox
mosabab removed a comment on issue #171: [do not merge yet](android) Read config.xml for statusbar overlay preference URL: https://github.com/apache/cordova-plugin-statusbar/pull/171#issuecomment-570937670 > @jcesarmobile I added the default preference so it is consistent with iOS. >