[GitHub] [cordova-plugin-file] anitha-suraj commented on issue #389: Issue with version 6.0.2 when using Xcode 11.4 and iOS 13.4

2020-04-21 Thread GitBox
anitha-suraj commented on issue #389: URL: https://github.com/apache/cordova-plugin-file/issues/389#issuecomment-617558377 Please note that the issue occurs when we try to sign and upload our app to app store. 'cordoa build ios' will succeed. --

[GitHub] [cordova-ios] jcesarmobile removed a comment on issue #819: Text selection does not happen on iOS 13.4

2020-04-22 Thread GitBox
jcesarmobile removed a comment on issue #819: URL: https://github.com/apache/cordova-ios/issues/819#issuecomment-617264384 Ah, sorry, that's for ionic wkwebview plugin, in Apache wkwebview plugin the preference is ``, but true is the default value. If you are using a different wkweb

[GitHub] [cordova-plugin-file] erisu commented on issue #389: Issue with version 6.0.2 when using Xcode 11.4 and iOS 13.4

2020-04-22 Thread GitBox
erisu commented on issue #389: URL: https://github.com/apache/cordova-plugin-file/issues/389#issuecomment-617605610 The error message you are showing in the ticket description: >Error messages: .../ios/CordovaLib/Classes/Public/CDVURLProtocol.m:20:9: AssetsLibrary is deprecated a

[GitHub] [cordova-docs] sajt opened a new pull request #1079: A little change based on the system.

2020-04-22 Thread GitBox
sajt opened a new pull request #1079: URL: https://github.com/apache/cordova-docs/pull/1079 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run th

[GitHub] [cordova-plugin-inappbrowser] guirip commented on issue #675: iOS: opening with target="_blank" not working

2020-04-22 Thread GitBox
guirip commented on issue #675: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/675#issuecomment-617649064 Thank you @mzl1988 Your comment has been very helpful :clap: This is an automated message from

[GitHub] [cordova-plugin-inappbrowser] danishashfaq opened a new issue #677: Deprecated API Usage - Apple will stop accepting submissions of app updates that use UIWebView APIs

2020-04-22 Thread GitBox
danishashfaq opened a new issue #677: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/677 ### Issue Type - [ ] Bug Report - [ ] Feature Request - [x] Support Question ## Description After updating InAppBrowser plugin with commit [remove U

[GitHub] [cordova-docs] breautek commented on issue #1079: A little change based on the system.

2020-04-22 Thread GitBox
breautek commented on issue #1079: URL: https://github.com/apache/cordova-docs/pull/1079#issuecomment-617763663 I approve but without the explicit green check because I think only the files inside `/dev/` is suppose to be modified. I'm pretty sure the other versioned files are suppose to b

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617763783 Yes! I have found the error, was not using safari inspector at first. Here is the error I am getting, I am not sure why though or how to fix. Any help wo

[GitHub] [cordova-docs] breautek edited a comment on issue #1079: A little change based on the system.

2020-04-22 Thread GitBox
breautek edited a comment on issue #1079: URL: https://github.com/apache/cordova-docs/pull/1079#issuecomment-617763663 I approve but without the explicit green check because I think only the files inside `/dev/` is suppose to be modified. I'm pretty sure the other versioned files are suppo

[GitHub] [cordova-docs] erisu commented on issue #1079: A little change based on the system.

2020-04-22 Thread GitBox
erisu commented on issue #1079: URL: https://github.com/apache/cordova-docs/pull/1079#issuecomment-617773612 @breautek There is a script that can be used to update the current latest docs (9.x) from dev, but it will pull all of dev docs into 9.x. ```gulp snapshot``` If 10.x do

[GitHub] [cordova-docs] erisu edited a comment on issue #1079: A little change based on the system.

2020-04-22 Thread GitBox
erisu edited a comment on issue #1079: URL: https://github.com/apache/cordova-docs/pull/1079#issuecomment-617773612 @breautek There is a script that can be used to update the current latest docs (9.x) from dev, but it will pull all of dev docs into 9.x. ```gulp snapshot``` If

[GitHub] [cordova-plugin-inappbrowser] breautek commented on issue #677: Deprecated API Usage - Apple will stop accepting submissions of app updates that use UIWebView APIs

2020-04-22 Thread GitBox
breautek commented on issue #677: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/677#issuecomment-617776105 You need to use `cordova-ios@5.1.1` with a wkwebview plugin, along with the [WKWebViewOnly](https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html) prefer

[GitHub] [cordova-plugin-wkwebview-engine] breautek commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
breautek commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617780800 With `WKWebView`, you have to obey [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). Normally, you have to modify your webserver to add th

[GitHub] [cordova-android] HansKrywaa commented on issue #924: Crash Report: ConcurrentModificationException

2020-04-22 Thread GitBox
HansKrywaa commented on issue #924: URL: https://github.com/apache/cordova-android/issues/924#issuecomment-617782118 So just to let you know: We release a new Version with the Fork included tomorrow 🎉 Currently we had two Versions released before. Within these we had for now over

[GitHub] [cordova-plugin-wkwebview-engine] elmartino commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
elmartino commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617794065 I had the same problem with my Angular8+ app. I ended up using hash routing for mobile devices: `RouterModule.forRoot(routes, { preloadingStrategy: Preload

[GitHub] [cordova-plugin-wkwebview-engine] elmartino edited a comment on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
elmartino edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617794065 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617796403 This app was written in AngularJS. Below is the code that is being used to load the views. Any suggestions how I would implement either @breautek or @el

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard edited a comment on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617796403 This app was written in AngularJS. Below is the code that is being used to load the views. Any suggestions how I would implement either @breautek

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard edited a comment on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617796403 This app was written in AngularJS. Below is the code that is being used to load the views. Any suggestions how I would implement either @breautek

[GitHub] [cordova-plugin-wkwebview-engine] breautek commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
breautek commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617803433 I'm not overly familiar with angular (i used angular a very long time ago...) but based on the callstack, it looks like angular is the one that is making the

[GitHub] [cordova-plugin-wkwebview-engine] elmartino commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
elmartino commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617804144 I'm only familiar with Angular2+ but i think you could try only the 2nd part of my solution. --

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617807551 @breautek so you think that just by installing that plugin it could solve the problem?

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617816228 Update: Still getting the same error. This is an automated message from the Apache Git S

[GitHub] [cordova-plugin-wkwebview-engine] elmartino commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
elmartino commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617816983 Try: `document.write('');` Inside your `` ---

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617853027 Like this I'm assuming? Still didn't fix the white screen :( Thank you for all the help! ![Screen Shot 2020-04-22 at 11 32 29 AM](https://us

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617855726 Is there any possibility that [cordova-plugin-wkwebview-engine-localhost](https://www.npmjs.com/package/cordova-plugin-wkwebview-engine-localhost) could

[GitHub] [cordova-plugin-wkwebview-engine] BradCB commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BradCB commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617868130 @BraydenGirard you need both plugins, cordova-plugin-wkwebview-engine, and cordova-plugin-wkwebview-engine-localhost

[GitHub] [cordova-plugin-wkwebview-engine] BradCB edited a comment on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BradCB edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617868130 @BraydenGirard I think you need both plugins, cordova-plugin-wkwebview-engine, and cordova-plugin-wkwebview-engine-localhost -

[GitHub] [cordova-plugin-wkwebview-engine] elmartino commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
elmartino commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617868975 You should remove the other base element Verstuurd vanaf mijn iPhone > Op 22 apr. 2020 om 17:33 heeft Brayden Girard het volgende geschreven:

[GitHub] [cordova-plugin-wkwebview-engine] BradCB edited a comment on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BradCB edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617868130 @BraydenGirard I think you need cordova-plugin-wkwebview-engine plugin AND cordova-labs-local-webserver plugin AND cordova-plugin-wkwebview-engine-loc

[GitHub] [cordova-plugin-wkwebview-engine] BradCB edited a comment on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BradCB edited a comment on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617868130 @BraydenGirard I think you need cordova-plugin-wkwebview-engine plugin AND cordova-labs-local-webserver plugin AND cordova-plugin-wkwebview-engine-loc

[GitHub] [cordova-plugin-inappbrowser] tavolondono commented on issue #675: iOS: opening with target="_blank" not working

2020-04-22 Thread GitBox
tavolondono commented on issue #675: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/675#issuecomment-617892500 That's right @mzl1988, with that version 4.1.3 works fine `cordova plugin add cordova-plugin-ionic-webview@4.1.3` --

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

2020-04-22 Thread GitBox
BraydenGirard commented on issue #143: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617993755 @BradCB ok, I will try that. @elmartino Which base element are you suggesting I remove? The one in my screenshot looks like it is being inserted dy

[GitHub] [cordova-android] hammadjamil commented on issue #822: Back button event on full screen video closes application

2020-04-22 Thread GitBox
hammadjamil commented on issue #822: URL: https://github.com/apache/cordova-android/issues/822#issuecomment-618041636 > add this in MainActivity.java > it works. > > ```java > @Override > public void onBackPressed() { > this.appView.loadUrl("javascript:if (document.web

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413353431 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-22 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618079465 > @dpogue I've tested with a UUID instead of a name and it works for me. My fix might have been what's been necessary all along to fix this issue, but it would be good if others c

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413440919 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413440919 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413440919 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413440919 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413440919 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-plugin-statusbar] SchnWalter commented on a change in pull request #134: feat: get statusbar height (top-inset)

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#discussion_r413468163 ## File path: src/android/StatusBar.java ## @@ -206,6 +212,16 @@ public void run() { return false; } +private float

[GitHub] [cordova-plugin-splashscreen] SchnWalter commented on a change in pull request #206: Enable colors Android for status bar and navigation bar

2020-04-22 Thread GitBox
SchnWalter commented on a change in pull request #206: URL: https://github.com/apache/cordova-plugin-splashscreen/pull/206#discussion_r413440919 ## File path: src/android/SplashScreen.java ## @@ -307,12 +311,45 @@ public void run() { // Create and show the d

[GitHub] [cordova-ios] LynGao opened a new issue #828: Can not load Html file in local sandbox

2020-04-22 Thread GitBox
LynGao opened a new issue #828: URL: https://github.com/apache/cordova-ios/issues/828 Hi,I had download the source code (6.0.0-dev) and Integrated into my project . I need to load a local h5 by Cordova, but i found it did work. Here is my code to load h5: MySubCDVViewControlle

[GitHub] [cordova-plugin-inappbrowser] ShaneJohnsonCC commented on issue #675: iOS: opening with target="_blank" not working

2020-04-22 Thread GitBox
ShaneJohnsonCC commented on issue #675: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/675#issuecomment-618175205 Hey @mzl1988 , @guirip , or @tavolondono , can one of you help me connect the dots? In app browser was working perfectly fine for me on ios and then I updat

[GitHub] [cordova-plugin-inappbrowser] ShaneJohnsonCC edited a comment on issue #675: iOS: opening with target="_blank" not working

2020-04-22 Thread GitBox
ShaneJohnsonCC edited a comment on issue #675: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/675#issuecomment-618175205 Hey @mzl1988 , @guirip , or @tavolondono , can one of you help me connect the dots? In app browser was working perfectly fine for me on ios and then I

[GitHub] [cordova-ios] pepenemo commented on issue #823: Change to use PROVISIONING_PROFILE_SPECIFIER for manual signing

2020-04-22 Thread GitBox
pepenemo commented on issue #823: URL: https://github.com/apache/cordova-ios/pull/823#issuecomment-618183122 @chriscant and @dpogue, I got an issue here for details: https://github.com/apache/cordova-ios/issues/536#issuecomment-618079465 ---

[GitHub] [cordova-ios] pepenemo edited a comment on issue #823: Change to use PROVISIONING_PROFILE_SPECIFIER for manual signing

2020-04-22 Thread GitBox
pepenemo edited a comment on issue #823: URL: https://github.com/apache/cordova-ios/pull/823#issuecomment-618183122 @chriscant and @dpogue, I got an issue here: https://github.com/apache/cordova-ios/issues/536#issuecomment-618079465 for details --

[GitHub] [cordova-plugin-inappbrowser] danishashfaq commented on issue #677: Deprecated API Usage - Apple will stop accepting submissions of app updates that use UIWebView APIs

2020-04-23 Thread GitBox
danishashfaq commented on issue #677: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/677#issuecomment-618218703 Thanks @breautek for your response. I would like to know is it neccessary to move to cordova-ios@5.1.1 (I am curious if I update it, then I have to update

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618079465 > @dpogue I've tested with a UUID instead of a name and it works for me. My fix might have been what's been necessary all along to fix this issue, but it would be good if o

[GitHub] [cordova-ios] chriscant commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
chriscant commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618255852 @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIdentity, pa

[GitHub] [cordova-android] logictrix opened a new issue #961: Android resource linking failed

2020-04-23 Thread GitBox
logictrix opened a new issue #961: URL: https://github.com/apache/cordova-android/issues/961 I,m new in cordova please advice me ![image](https://user-images.githubusercontent.com/11404055/80076374-bf8d7300-8569-11ea-83c5-c0183cc92a1d.png) -

[GitHub] [cordova-ios] Zzzzzzhen opened a new issue #829: cordova version 5.1.1 uiwebview

2020-04-23 Thread GitBox
Zzhen opened a new issue #829: URL: https://github.com/apache/cordova-ios/issues/829 Using CDVWKWebViewEngine is still warned cordova version 5.1.1 No other plugins are used This is an automated message from the Apache

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIdentit

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIden

[GitHub] [cordova-plugin-inappbrowser] marutifh commented on issue #476: InAppBrowser window closes when the website loaded inside it refreshes automatically

2020-04-23 Thread GitBox
marutifh commented on issue #476: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/476#issuecomment-618296431 @janpio @mv83 Did you find any solution to this? Looks like this is still there. This is an aut

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIden

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIden

[GitHub] [cordova-plugin-statusbar] SchnWalter commented on a change in pull request #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
SchnWalter commented on a change in pull request #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#discussion_r413468163 ## File path: src/android/StatusBar.java ## @@ -206,6 +212,16 @@ public void run() { return false; } +private float

[GitHub] [cordova-plugin-statusbar] SchnWalter commented on a change in pull request #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
SchnWalter commented on a change in pull request #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#discussion_r413468163 ## File path: src/android/StatusBar.java ## @@ -206,6 +212,16 @@ public void run() { return false; } +private float

[GitHub] [cordova-plugin-statusbar] 0x253 commented on a change in pull request #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
0x253 commented on a change in pull request #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#discussion_r413696510 ## File path: src/android/StatusBar.java ## @@ -206,6 +212,16 @@ public void run() { return false; } +private float getS

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIden

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618322947 For additional information my project is working on cordova-ios@4.5.5 but when I tried to switch to the 5.1.1 got an issue... ---

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIden

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618291745 > @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIden

[GitHub] [cordova-ios] chriscant commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
chriscant commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618330782 @pepenemo I had worked out that that was your set up. I do use VC2017 on Windows but build Android by hand and don't use its remote build for iOS. I get error code 70 when

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on issue #677: Deprecated API Usage - Apple will stop accepting submissions of app updates that use UIWebView APIs

2020-04-23 Thread GitBox
NiklasMerz commented on issue #677: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/677#issuecomment-618341286 You need to update all plugins to versions that fixed the UIWebView issue. Then I would suggest removing the ios platform and add it in the latest version with

[GitHub] [cordova-ios] NiklasMerz commented on issue #829: cordova version 5.1.1 uiwebview

2020-04-23 Thread GitBox
NiklasMerz commented on issue #829: URL: https://github.com/apache/cordova-ios/issues/829#issuecomment-618342687 You need to set WKWebViewOnly and follow these instructions: https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html

[GitHub] [cordova-ios] NiklasMerz edited a comment on issue #829: cordova version 5.1.1 uiwebview

2020-04-23 Thread GitBox
NiklasMerz edited a comment on issue #829: URL: https://github.com/apache/cordova-ios/issues/829#issuecomment-618342687 You need to set WKWebViewOnly and follow these instructions: https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html Feel free to go to Slack for support que

[GitHub] [cordova-plugin-statusbar] 0x253 commented on issue #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
0x253 commented on issue #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#issuecomment-618345601 > @breautek FWIW, we are running this branch in a production application on iOS and Android without issues. Tested this changes on various devices (iOS and Android)

[GitHub] [cordova-plugin-statusbar] 0x253 edited a comment on issue #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
0x253 edited a comment on issue #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#issuecomment-618345601 > @breautek FWIW, we are running this branch in a production application on iOS and Android without issues. Tested these changes on various devices (iOS and

[GitHub] [cordova-plugin-camera] jasonsultana opened a new issue #587: Getting error taking a photo

2020-04-23 Thread GitBox
jasonsultana opened a new issue #587: URL: https://github.com/apache/cordova-plugin-camera/issues/587 04-23 11:20:51.740 2495 2495 W System.err: java.io.IOException: ExifInterface only supports saving attributes on JPEG formats. 04-23 11:20:51.740 2495 2495 W System.err:at andro

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618351326 @chriscant I take a screenshot on Mac at fyi I redacted my provisioning profile... This is an automated message f

[GitHub] [cordova-js] mathiasscheffe commented on issue #222: Stable error handling for loaded Cordova plugins

2020-04-23 Thread GitBox
mathiasscheffe commented on issue #222: URL: https://github.com/apache/cordova-js/pull/222#issuecomment-618351839 The pull request now also contains unit tests for the newly added functionality. If you want to debug the unit tests you need a modified karma.conf.js and the build tools ne

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618351326 @chriscant I take a screenshot on Mac at fyi I redacted my provisioning profile... my code content in /build.json file. "ios": { "debug": { "codeS

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618351326 @chriscant I take a screenshot on Mac at fyi I redacted my provisioning profile... my code content in <--project name-->/build.json file. "ios": { "debug":

[GitHub] [cordova-ios] chriscant commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
chriscant commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618354737 @pepenemo OK. I wouldn't include the team project name in the codesignidentity. Just have it as exactly "iPhone Distribution" or "iPhone Developer". ---

[GitHub] [cordova-plugin-statusbar] 0x253 edited a comment on issue #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
0x253 edited a comment on issue #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#issuecomment-618345601 > @breautek FWIW, we are running this branch in a production application on iOS and Android without issues. Tested these changes on various devices (iOS and

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618356500 @chriscant I try it now thanks... This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [cordova-plugin-inappbrowser] guirip commented on issue #675: iOS: opening with target="_blank" not working

2020-04-23 Thread GitBox
guirip commented on issue #675: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/675#issuecomment-618377505 @ShaneJohnsonCC **Some context about WebKit webview** WebKit webview in itself is a big subject. In short, Apple deprecated UIWebView during summer 2018.

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618380395 @chriscant I got same issue again in the ss below... ![BuildErrorAgain](https://user-images.githubusercontent.com/40771612/80100708-e916c080-85a2-11ea-98c4-ae8bf7b405f9.png)

[GitHub] [cordova-plugin-inappbrowser] jcesarmobile commented on issue #676: How to show website title instead of url in ionic inappbrowser?

2020-04-23 Thread GitBox
jcesarmobile commented on issue #676: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/676#issuecomment-618381530 no, it's not possible This is an automated message from the Apache Git Service. To respond to

[GitHub] [cordova-plugin-inappbrowser] jcesarmobile commented on issue #675: iOS: opening with target="_blank" not working

2020-04-23 Thread GitBox
jcesarmobile commented on issue #675: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/675#issuecomment-618381960 it's a bug on ionic webview plugin https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/551

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618381593 @chriscant I got same issue again in the ss below... ![BuildErrorAgain](https://user-images.githubusercontent.com/40771612/80100708-e916c080-85a2-11ea-98c4-ae8bf7b405f9.png)

[GitHub] [cordova-ios] pepenemo removed a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo removed a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618381593 @chriscant I got same issue again in the ss below... ![BuildErrorAgain](https://user-images.githubusercontent.com/40771612/80100708-e916c080-85a2-11ea-98c4-ae8bf7b405f9.

[GitHub] [cordova-ios] pepenemo edited a comment on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo edited a comment on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618380395 @chriscant I got same issue again in the ss below by trying "iPhone Developer" in 'codeSignIdentity' in build.json for running debug... ![BuildErrorAgain](https://user-i

[GitHub] [cordova-ios] chriscant commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
chriscant commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618424370 @pepenemo Getting the right incantations is tricky - I've spent days trying to get it right at times :-( Thi

[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #656: (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch

2020-04-23 Thread GitBox
mosabab commented on issue #656: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/656#issuecomment-618481634 @NiklasMerz Did you try to build iOS for this pull ? I try to build iOS using cordova build, but the build failed for this pull. -

[GitHub] [cordova-plugin-inappbrowser] PDLMobileApps commented on issue #656: (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch

2020-04-23 Thread GitBox
PDLMobileApps commented on issue #656: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/656#issuecomment-618484360 > @NiklasMerz > > Did you try to build iOS for this pull ? > > I try to build iOS using cordova build, but the build failed for this pull. I

[GitHub] [cordova-plugin-inappbrowser] yigitbacakoglu opened a new issue #678: IOS __weak ref and Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT) errors

2020-04-23 Thread GitBox
yigitbacakoglu opened a new issue #678: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/678 # Bug Report On Xcode 11, Build Fails because of __weak reference at CDVWKInAppBrowser.m > dispatch_async `__weak CDVWKInAppBrowser* weakSelf = self;` I changed tha

[GitHub] [cordova-ios] pepenemo commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
pepenemo commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618505995 @chriscant thank you so much spending time on this big help :) . Btw, I added an ss below fyi in my Xcode 10.1 project running in macOS High Sierra version 10.13.6 :) https

[GitHub] [cordova-ios] chriscant commented on issue #536: Provisioning Profile not setup correctly with new build system

2020-04-23 Thread GitBox
chriscant commented on issue #536: URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-618511303 @pepenemo FYI: Apple say "Starting April 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later." And: "Xcode

[GitHub] [cordova-plugin-inappbrowser] yigitbacakoglu commented on issue #678: IOS __weak ref and Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT) errors

2020-04-23 Thread GitBox
yigitbacakoglu commented on issue #678: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/678#issuecomment-618511470 I added this plugin to my config.xml as blow; ` ` and rebuilt the IOS, then browser worked but; 1- If I close it with 'Close' link and

[GitHub] [cordova-plugin-inappbrowser] yigitbacakoglu edited a comment on issue #678: IOS __weak ref and Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT) errors

2020-04-23 Thread GitBox
yigitbacakoglu edited a comment on issue #678: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/678#issuecomment-618511470 I added this plugin to my config.xml as below; ` ` and rebuilt the IOS, then browser worked but; 1- If I close it with 'Close'

[GitHub] [cordova-browser] MiguelQueiroz opened a new issue #93: favicon overwrite

2020-04-23 Thread GitBox
MiguelQueiroz opened a new issue #93: URL: https://github.com/apache/cordova-browser/issues/93 # Bug Report I have a favicon.ico in my root project file, and also in the www folder just in case, And during build browser, that icon gets replaced by the default cordova icon, the little bo

[GitHub] [cordova-plugin-statusbar] SchnWalter commented on a change in pull request #134: feat: get statusbar height (top-inset)

2020-04-23 Thread GitBox
SchnWalter commented on a change in pull request #134: URL: https://github.com/apache/cordova-plugin-statusbar/pull/134#discussion_r414012427 ## File path: src/android/StatusBar.java ## @@ -206,6 +212,16 @@ public void run() { return false; } +private float

[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #656: (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch

2020-04-23 Thread GitBox
mosabab commented on issue #656: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/656#issuecomment-618568558 @pdlmobileapps My friend, i create a new empty app and add platform and build it Try many times also by removing the platforms and folders but the build

[GitHub] [cordova-plugin-inappbrowser] nomaam opened a new issue #679: inAppBrowser executeScript File Does Not Work with Local File

2020-04-23 Thread GitBox
nomaam opened a new issue #679: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/679 # Bug Report // none of these file paths work var toInject = cordova.file.applicationDirectory + "www/js/inject.js"; //var toInject = "www/js/inject.js"; //va

[GitHub] [cordova-plugin-inappbrowser] mosabab edited a comment on issue #656: (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch

2020-04-23 Thread GitBox
mosabab edited a comment on issue #656: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/656#issuecomment-618568558 @pdlmobileapps My friend, i create a new empty app and add platform and build it Try many times also by removing the platforms and folders but the

[GitHub] [cordova-plugin-inappbrowser] mosabab edited a comment on issue #656: (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch

2020-04-23 Thread GitBox
mosabab edited a comment on issue #656: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/656#issuecomment-618568558 @pdlmobileapps My friend, i create a new empty app and add platform and build it Try many times also by removing the platforms and folders but the

  1   2   3   4   5   6   7   8   9   10   >