[GitHub] erisu edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
erisu edited a comment on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414905458
 
 
   @dpogue The beta issue was something different.
   
   In one of my environments that builds for iOS with CocoaPods, I had also 
seen the CocoaPods issue. In that environment, I had also completely removed 
the the `xcconfig` flag. Apps continued to build successfully for iOS with 
CocoaPods after this change.
   
   Since the `xcconfig` is applied for entire project's workspace, during code 
signing step, it tries to signing the libraries that were imported by 
CocoaPods. This caused the build to error.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] erisu edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
erisu edited a comment on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414905458
 
 
   @dpogue The beta issue was something different.
   
   In one of my environment which builds iOS apps with CocoaPods, I have also 
seen the CocoaPods issue. In that environment, I completely removed the 
`xcconfig` flag so that the iOS apps with CocoaPods will pass during build.
   
   Since the `xcconfig` is applied for entire project's workspace, during code 
signing step, it tries to signing the libraries that were imported by 
CocoaPods. This caused the build to error.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] erisu commented on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
erisu commented on issue #394: cocoapods cordova build ios fails with linker 
issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414905458
 
 
   @dpogue The beta issue was something different.
   
   I also seen the CocoaPods issue for a while now, in one of my environments. 
In that environment, I completely removed the xcconfig flag so that the iOS 
with CocoaPods apps will pass during build.
   
   Since the xcconfig is applied for entire project's workspace, during code 
signing step, it tries to signing the libraries that were imported by 
CocoaPods. This caused the build to error.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] knight9999 commented on issue #395: Implement swift support and testing

2018-08-21 Thread GitBox
knight commented on issue #395: Implement swift support and testing
URL: https://github.com/apache/cordova-ios/pull/395#issuecomment-414876530
 
 
   Thanks you!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-21 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on 
Android
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-414849012
 
 
   I crosslinked this one for now, let's see what we do for the migration - as 
the other one also has nice information.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jcesarmobile commented on issue #283: No option to use camera when uploading files on Android

2018-08-21 Thread GitBox
jcesarmobile commented on issue #283: No option to use camera when uploading 
files on Android
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-414846604
 
 
   It's a duplicate of https://issues.apache.org/jira/browse/CB-13652, but as 
we are migrating to github, maybe we should close that one and keep this one?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414839592
 
 
   Alright, so I tried just placing a link to the home page from default and it 
was unable to navigate to the page. The path looks correct though:
   
   [Android Debug](https://i.imgur.com/VDMtVG5.png)
   
   I also made a bare bones example program: 
https://github.com/skrawn/MadCapTest This should be build-able in Visual Studio 
and on the command line.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jcesarmobile commented on issue #278: CB-14234: (ios) Don't call handleOpenURL for system URLs

2018-08-21 Thread GitBox
jcesarmobile commented on issue #278: CB-14234: (ios) Don't call handleOpenURL 
for system URLs
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/278#issuecomment-414835280
 
 
   Looks good to me, but remove the comment, if somebody want to know why it's 
changed they can check the git log/blame and the commit already have the issue 
id, so it's easy to spot


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
janpio commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414789073
 
 
   Sorry, I didn't create a Cordova project but downloaded the sample project 
you linked and tested in normal browser to understand what you meant.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414787802
 
 
   Interesting...would you mind sharing your Cordova project?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
janpio commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414786538
 
 
   When I load the `Default.htm` from the example project I am redirected to 
´Content/Home.htm` - which is a pretty standard website. 
   
   What you describe sounds a bit like a problem with loading data based on a 
relative path or something. The "base" in the IAB might be different than when 
loading the file manually in the browser or something - I would try to 
understand that.
   
   One way: Find out how the files that seems to be missing are loaded, add 
links to the same URLs to the homepage and click them. Can the file be loaded?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414785833
 
 
   It's a local URL. I have the files at www/assets/.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
janpio commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414783728
 
 
   What host are you loading the URL from? local or remote?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn edited a comment on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn edited a comment on issue #285: InAppBrowser unable to handle nested 
content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414780026
 
 
   I know it can load external URLs like I can open wikipedia or apache.org in 
the IAB and they seem to work fine. Debugging is tricky though. When I run on 
an Android device, I can use Chrome to inspect the app as it is running, but 
since I launch the IAB with the _blank target, it opens in a new window and I 
can't use the Chrome performance tools to see what happens when the IAB 
initially opens. When I run my app as a Windows app, I run into a similar 
problem where the IAB opens but there is no way to inspect the content in the 
IAB from within the debugger (Visual Studio) nor anyway to see what, if any, 
output is being generated by IAB.
   
   It may also be worth nothing that some things work differently depending on 
the target. For example, as a Windows app, the _system target does not work for 
me (likely due to an IT policy), the _blank target lets the hamburger menu open 
but there is nothing in it, and the _self target doesn't let the hamburger menu 
open at all.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414780026
 
 
   I know it can load external URLs like I can open wikipedia or apache.org in 
the IAB and they seem to work fine. Debugging is tricky though. When I run on 
an Android device, I can use Chrome to inspect the app as it is running, but 
since I launch the IAB with the _blank target, it opens in a new window and I 
then I can't use the Chrome performance tools to see what happens when the IAB 
initially opens. When I run my app as a Windows app, I run into a similar 
problem where the IAB opens but there is no way to inspect the content in the 
IAB from within the debugger (Visual Studio) nor anyway to see what, if any, 
output is being generated by IAB.
   
   It may also be worth nothing that some things work differently depending on 
the target. For example, as a Windows app, the _system target does not work for 
me (likely due to an IT policy), the _blank target lets the hamburger menu open 
but there is nothing in it, and the _self target doesn't let the hamburger menu 
open at all.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
janpio commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414774754
 
 
   I am not sure if you will get anything from IAB, but did you try to remote 
debug the problem and see if it can't load some URLs or there is some output in 
the console? https://ionic.zone/debug/remote-debug-your-app


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414771787
 
 
   If I tell IAB to load Default.htm, the page is blank. I'm not totally 
familiar with what MadCap does with their scripts, but when you open 
Default.htm in a normal browser, the JS in the head loads and it goes to the 
Home.htm page. When you direct the IAB to load Home.htm, it goes to home page 
but none of the dynamic elements in the page or links to other pages are 
working.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
janpio commented on issue #285: InAppBrowser unable to handle nested content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414763067
 
 
   For the example:
   Which file would you load in your IAB instance and then get a blank page? 
Which ones would work?
   
   Can you load the page in your normal native browser?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio edited a comment on issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
janpio edited a comment on issue #285: InAppBrowser unable to handle nested 
content?
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285#issuecomment-414763067
 
 
   For the example:
   Which file would you load in your IAB instance and then get a blank page? 
Which ones would work?
   
   Can you load the page in your normal native browser?
   
   Which platform?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414759541
 
 
   Lucky me I'm in the process of writing my build scripts for the first time 
and was tearing my hair out wondering what I did wrong with them only to find 
out there's some sort of cordova-xcodebuild bug right now. So I'm just going to 
be using xcodebuild straight up for the time being until the root cause is 
diagnosed and fixed.
   
   I'm happy to at least have found a workaround so I can automate things in 
the meantime because I do not want to manually build these things all the time. 
路‍♂️


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414759541
 
 
   Lucky me I'm in the process of writing my build scripts for the first time 
and was tearing my hair out wondering what I did wrong with them only to find 
out there's some sort of cordova-xcodebuild bug right now. So I'm just going to 
be using xcodebuild straight up for the time being until the root cause is 
diagnosed and fixed.
   
   I'm at least happy to have found a workaround so I can automate things in 
the meantime. 路‍♂️


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell commented on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell commented on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414759541
 
 
   Lucky me I'm in the process of writing my build scripts for the first time 
and was tearing my hair out wondering what I did wrong with them only to find 
out there's some sort of cordova-xcodebuild bug right now. So I'm just going to 
be using xcodebuild straight up for the time being until the root cause is 
diagnosed and fixed


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] skrawn opened a new issue #285: InAppBrowser unable to handle nested content?

2018-08-21 Thread GitBox
skrawn opened a new issue #285: InAppBrowser unable to handle nested content?
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/285
 
 
   I have some help docs that I want to render in the InAppBrowser. They are a 
series of nested HTML, JS and CSS files; when I point to the top level .htm 
file, the IAB comes up blank since there is nothing in the body; it is used to 
load other HTML files. However, when I point to a file deeper in the nest, say 
Home.htm, I can see that page's content, but none of the dynamic content works: 
the hamburger menu doesn't function, navigation to other pages does not work, 
etc. The site was built using MadCap Flare; here is one of their example 
projects that exhibits the same symptoms: 
https://github.com/skrawn/madcap_example Any ideas about what could cause it?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jpgilchrist commented on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jpgilchrist commented on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414741146
 
 
   @jonathanrevell yes I have deduced the same thing and @dpogue is correct 
it's something to do with the -xcconfig but no one really knows what. The 
trouble I'm finding is that no one seems to know if it's a crodova issue or an 
xcodebuild issue, but it seems people are learning towards an xcodebuild issue. 
   
   I too am still waiting on a decent solution. I really don't want to change 
all of my automated build scripts because of this issue.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] TimHambourger commented on issue #242: CB-13570 -- (android, ios, windows) Handle multi-byte UTF-8 characters that cross a chunk boundary

2018-08-21 Thread GitBox
TimHambourger commented on issue #242: CB-13570 -- (android, ios, windows) 
Handle multi-byte UTF-8 characters that cross a chunk boundary
URL: 
https://github.com/apache/cordova-plugin-file/pull/242#issuecomment-414740072
 
 
   UPDATE: It looks like CI has confirmed that this bug is indeed present on 
the browser platform, due to the new test I added. Again, from my point of 
view, I don't think that needs to hold up this PR, b/c no existing 
functionality was regressed. But I'm happy to discuss more.
   
   Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dpogue commented on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
dpogue commented on issue #394: cocoapods cordova build ios fails with linker 
issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414739309
 
 
   I believe @erisu had run into a similar build issue where removing 
`-xcconfig` fixed the problem, but I thought he was testing against Xcode beta 
and I don't know if his attempt involved CocoaPods. He was trying to make a 
minimal reproducible test case to investigate further, so CC'ing him in case 
this issue provides some additional details.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #153: Spinner and autohide "false" is not working with CLI 8.0.0

2018-08-21 Thread GitBox
janpio commented on issue #153: Spinner and autohide "false" is not working 
with CLI 8.0.0
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/153#issuecomment-414735628
 
 
   If you have additional problems, open additional issues. Nobody will see it 
here as the title doesn't mention it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   ?xml version=1.0 encoding=UTF-8?
   !--
   https://www.matrixprojects.net/p/xcodebuild-export-options-plist/
   --
   !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
   plist version=1.0
   dict
   keyteamID/key
   stringYOUR_TEAM_ID/string
   keyprovisioningProfiles/key
   dict
   keyYOUR.BUNDLE.ID/key
   stringPROVISIONING_PROFILE_UUID OR XCODE 
NAME/string
   /dict
   keymethod/key
   stringad-hoc OR app-store OR enterprise OR 
development/string
   keyuploadSymbols/key
   true/
   /dict
   /plist
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPORT_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414541641
 
 
   I was able to find a workaround which involves bypassing cordova for now:
   Reconstruct the command being passed to xcodebuild from cordova, you can see 
the list of arguments passed in at the bottom of the stack trace, but remove 
the -xcconfig argument altogether. (Based on this 
[comment](https://issues.apache.org/jira/browse/CB-14057?focusedCommentId=16487056=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16487056))
   
   Your command should look something like this:
   **EDIT: See next comment for full details**
   
   Replace YourProjectName with your project name, and note that the ... paths 
should be your actual paths


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
janpio edited a comment on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734554
 
 
   (Use \`\`\` to format XML)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #110: Timeout exception Android 8+9 (v2.4.3), Android 8 (v4.0.1)

2018-08-21 Thread GitBox
janpio commented on issue #110: Timeout exception Android 8+9 (v2.4.3), Android 
8 (v4.0.1)
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414735327
 
 
   @SimonSoft93 If you are using Android 6 and 7, you definitely don't have the 
"same problem" as this is about Android 8 and 9. 
   Also you are not using the newest `cordova-android`, so this problem might 
be caused by this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   `?xml version=1.0 encoding=UTF-8?
   !--
   https://www.matrixprojects.net/p/xcodebuild-export-options-plist/
   --
   !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
   plist version=1.0
   dict
   keyteamID/key
   stringYOUR_TEAM_ID/string
   keyprovisioningProfiles/key
   dict
   keyYOUR.BUNDLE.ID/key
   stringPROVISIONING_PROFILE_UUID OR XCODE 
NAME/string
   /dict
   keymethod/key
   stringad-hoc OR app-store OR enterprise OR 
development/string
   keyuploadSymbols/key
   true/
   /dict
   /plist`
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   \```
   
   http://www.apple.com/DTDs/PropertyList-1.0.dtd;>
   
   
   teamID
   YOUR_TEAM_ID
   provisioningProfiles
   
   YOUR.BUNDLE.ID
   PROVISIONING_PROFILE_UUID OR XCODE NAME
   
   method
   ad-hoc OR app-store OR enterprise OR development
   uploadSymbols
   
   
   ```\
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   ?xml version=1.0 encoding=UTF-8?
   !--
   https://www.matrixprojects.net/p/xcodebuild-export-options-plist/
   --
   !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
   plist version=1.0
   dict
   keyteamID/key
   stringYOUR_TEAM_ID/string
   keyprovisioningProfiles/key
   dict
   keyYOUR.BUNDLE.ID/key
   stringPROVISIONING_PROFILE_UUID OR XCODE 
NAME/string
   /dict
   keymethod/key
   stringad-hoc OR app-store OR enterprise OR 
development/string
   keyuploadSymbols/key
   true/
   /dict
   /plist
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   \```
   
   http://www.apple.com/DTDs/PropertyList-1.0.dtd;>
   
   
   teamID
   YOUR_TEAM_ID
   provisioningProfiles
   
   YOUR.BUNDLE.ID
   PROVISIONING_PROFILE_UUID OR XCODE NAME
   
   method
   ad-hoc OR app-store OR enterprise OR development
   uploadSymbols
   
   
   
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   `
   
   http://www.apple.com/DTDs/PropertyList-1.0.dtd;>
   
   
   teamID
   YOUR_TEAM_ID
   provisioningProfiles
   
   YOUR.BUNDLE.ID
   PROVISIONING_PROFILE_UUID OR XCODE NAME
   
   method
   ad-hoc OR app-store OR enterprise OR development
   uploadSymbols
   
   
   `
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   ?xml version=1.0 encoding=UTF-8?
   !--
   https://www.matrixprojects.net/p/xcodebuild-export-options-plist/
   --
   !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
   plist version=1.0
   dict
   keyteamID/key
   stringYOUR_TEAM_ID/string
   keyprovisioningProfiles/key
   dict
   keyYOUR.BUNDLE.ID/key
   stringPROVISIONING_PROFILE_UUID OR XCODE 
NAME/string
   /dict
   keymethod/key
   stringad-hoc OR app-store OR enterprise OR 
development/string
   keyuploadSymbols/key
   true/
   /dict
   /plist
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
janpio edited a comment on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734554
 
 
   (Use tiple \` to format XML)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
janpio commented on issue #394: cocoapods cordova build ios fails with linker 
issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734554
 
 
   (Use `\`\`\`` to format XML)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   
   
   http://www.apple.com/DTDs/PropertyList-1.0.dtd;>
   
   
   teamID
   YOUR_TEAM_ID
   provisioningProfiles
   
   YOUR.BUNDLE.ID
   PROVISIONING_PROFILE_UUID OR XCODE NAME
   
   method
   ad-hoc OR app-store OR enterprise OR development
   uploadSymbols
   
   
   
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell edited a comment on issue #394: cocoapods cordova build ios 
fails with linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   ` 
   
   http://www.apple.com/DTDs/PropertyList-1.0.dtd;>
   
   
   teamID
   YOUR_TEAM_ID
   provisioningProfiles
   
   YOUR.BUNDLE.ID
   PROVISIONING_PROFILE_UUID OR XCODE NAME
   
   method
   ad-hoc OR app-store OR enterprise OR development
   uploadSymbols
   
   
`
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] jonathanrevell commented on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
jonathanrevell commented on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414734117
 
 
   I did quite a bit more exploring and was able to successfully get an IPA 
exported with the following process:
   
   Step 1: Build the app and archive using the following command
   `xcodebuild clean build -workspace YourApp.xcworkspace -scheme YourApp 
-configuration Debug -destination generic/platform=iOS -archivePath 
.../YourApp.xcarchive archive 
CONFIGURATION_BUILD_DIR=.../cordova/platforms/ios/build/device 
SHARED_PRECOMPS_DIR=.../cordova/platforms/ios/build/sharedpch 
EMBEDDED_CONTENT_CONTAINS_SWIFT=YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO 
LD_RUNPATH_SEARCH_PATHS="@executable_path/Frameworks"`
   
   
   Step 2: Create a **ExportOptions.plist** file with the following information:
   `
   
   http://www.apple.com/DTDs/PropertyList-1.0.dtd;>
   
   
   teamID
   YOUR_TEAM_ID
   provisioningProfiles
   
   YOUR.BUNDLE.ID
   PROVISIONING_PROFILE_UUID OR XCODE NAME
   
   method
   ad-hoc OR app-store OR enterprise OR development
   uploadSymbols
   
   
   `
   
   Step 3: Export the archive to build the IPA
   `xcodebuild -exportArchive -archivePath .../SmartPiggy.xcarchive -exportPath 
$(EXPOR_PATH) -exportOptionsPlist .../ExportOptions.plist`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] TimHambourger opened a new pull request #242: CB-13570 -- (android, ios, windows) Handle multi-byte UTF-8 characters that cross a chunk boundary

2018-08-21 Thread GitBox
TimHambourger opened a new pull request #242: CB-13570 -- (android, ios, 
windows) Handle multi-byte UTF-8 characters that cross a chunk boundary
URL: https://github.com/apache/cordova-plugin-file/pull/242
 
 
   
   
   ### Platforms affected
   Android, iOS, Windows.
   
   My organization hit this one in production in a highly visible (to the end 
user) setting. So I've gone ahead and fixed the 3 platforms we target. I 
haven't yet tested on OSX or browser, but looking at the source it looks like 
fixes are likely needed on those platforms too. I don't think that needs to 
hold up this PR, b/c I've made my change in a backwards compatible way. But 
that could be an area to discuss.
   
   ### What does this PR do?
   Fixes [CB-13570](https://issues.apache.org/jira/browse/CB-13570) on the 
specified platforms. Specifically, this PR changes the JS-to-native interface 
for the readAsX methods. Previously the JS side expected the native side to 
return the read value (be it a text string, ArrayBuffer, data URL, etc.) With 
this PR, the JS side now can handle two result formats from the native side:
   1. An object like `{ value: any, numBytesConsumed: number }`, where `value` 
is the read value (text, ArrayBuffer, etc.) and `numBytesConsumed` is the 
number of bytes consumed to read that value. `numBytesConsumed` can differ from 
the specified `READ_CHUNK_SIZE` for reasons that will be clear shortly.
   1. The previous format, for backwards compatibility with platforms/read 
methods that haven't yet had their native sides updated for this change.
   
   Then, on Android, iOS, and Windows, the native side uses this new 
flexibility to change its handling for readAsText specifically. Depending on 
the specified encoding, if the end offset requested by the JS side would cause 
a multi-byte character to get split, the native side extends the end offset as 
needed to prevent splitting. The native side then returns an accurate 
`numBytesConsumed` to reflect the extra bytes needed.
   
   
   ### What testing has been done on this change?
   I added an automated test that exposes the bug and now passes on the fixed 
platforms. I also did manual testing in the app that exposed the bug for us.
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
   - [x] Added automated test coverage as appropriate for this change.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] SimonSoft93 commented on issue #110: Timeout exception Android 8+9 (v2.4.3), Android 8 (v4.0.1)

2018-08-21 Thread GitBox
SimonSoft93 commented on issue #110: Timeout exception Android 8+9 (v2.4.3), 
Android 8 (v4.0.1)
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414730678
 
 
   Hi,
   I've the same issue.
   Cordova: 8.0.0
   Android platform: 6.4.0
   I tried many times with all configs and all time i get Timeout exception on 
2 devices with Android 6 and 7.
   I tried with latest version (4.0.1) and with 2.4.3 version but i still get 
the error


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit commented on issue #153: Spinner and autohide "false" is not working with CLI 8.0.0

2018-08-21 Thread GitBox
desmeit commented on issue #153: Spinner and autohide "false" is not working 
with CLI 8.0.0
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/153#issuecomment-414726734
 
 
   and 
   
   ``
   
   is also not working. I get a fade on the end. nothing is working with this 
plugin and CLI 8.0.0.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] s-pace commented on issue #874: Documentation search is not working

2018-08-21 Thread GitBox
s-pace commented on issue #874: Documentation search is not working
URL: https://github.com/apache/cordova-docs/issues/874#issuecomment-414683048
 
 
   Happy to help here  


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] NeoLSN edited a comment on issue #64: Network.type is throwing as none after 24 hours of idle

2018-08-21 Thread GitBox
NeoLSN edited a comment on issue #64: Network.type is throwing as none after 24 
hours of idle
URL: 
https://github.com/apache/cordova-plugin-network-information/issues/64#issuecomment-414609468
 
 
   I can also confirmed that.
   Phone Model - Xiao Mi Mix 2.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit edited a comment on issue #153: Spinner and autohide "false" is not working with CLI 8.0.0

2018-08-21 Thread GitBox
desmeit edited a comment on issue #153: Spinner and autohide "false" is not 
working with CLI 8.0.0
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/153#issuecomment-414609316
 
 
   I solved it now with this fork:
   
   ```
   if ((showSplashScreenSpinnerValue == nil) || 
[showSplashScreenSpinnerValue boolValue])
   {
   //[parentView addSubview:_activityView];
   }
   ```
   
   https://github.com/desmeit/cordova-plugin-splashscreen
   
   But I think this is just a temporary solution.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] NeoLSN commented on issue #64: Network.type is throwing as none after 24 hours of idle

2018-08-21 Thread GitBox
NeoLSN commented on issue #64: Network.type is throwing as none after 24 hours 
of idle
URL: 
https://github.com/apache/cordova-plugin-network-information/issues/64#issuecomment-414609468
 
 
   I can also confirmed that.
   Phone Model - Xiao Mi 8.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit commented on issue #153: Spinner and autohide "false" is not working with CLI 8.0.0

2018-08-21 Thread GitBox
desmeit commented on issue #153: Spinner and autohide "false" is not working 
with CLI 8.0.0
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/153#issuecomment-414609316
 
 
   I solved it now with this fork:
   
   https://github.com/desmeit/cordova-plugin-splashscreen.git#985d6a7
   
   But I think this is just a temporary solution.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit commented on issue #154: Can't set AutoHideSplashScreen to false in IOS 
(CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414608511
 
 
   There was one more
   
   `navigator.splashscreen.hide();`
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
janpio commented on issue #154: Can't set AutoHideSplashScreen to false in IOS 
(CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414608258
 
 
   Can you share what the problem was? Future readers might benefit from your 
solution.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit edited a comment on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit edited a comment on issue #154: Can't set AutoHideSplashScreen to false 
in IOS (CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414606596
 
 
   Okay, Autohide is solving. But the spinner is still showing although I set 
it to false. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit closed issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit closed issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 
8.0.0)
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/154
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit commented on issue #154: Can't set AutoHideSplashScreen to false in IOS 
(CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414606596
 
 
   Okay, Autohide is solving. But the spinner is already showing although I set 
it to false. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit removed a comment on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit removed a comment on issue #154: Can't set AutoHideSplashScreen to 
false in IOS (CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414596487
 
 
   This is not helping. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] llinaresvicent commented on issue #110: Timeout exception Android 8+9 (v2.4.3)

2018-08-21 Thread GitBox
llinaresvicent commented on issue #110: Timeout exception Android 8+9 (v2.4.3)
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414604142
 
 
   Ok, after testing on other devices and with an app that only takes your 
location  I can confirm the plugin works on Android 9 too but with 2.1.0 
version. I think the issue should remain still opened because it doesn't work 
properly on the last version. @crapthings, check if works for you with 2.1.0 
version.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit commented on issue #154: Can't set AutoHideSplashScreen to false in IOS 
(CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414596487
 
 
   This is not helping. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
janpio commented on issue #154: Can't set AutoHideSplashScreen to false in IOS 
(CLI 8.0.0)
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-414596132
 
 
   1. Why did you create a second issue when you already mentioned this problem 
in https://github.com/apache/cordova-plugin-splashscreen/issues/153? Please 
update the other one not to mention the problem any more.
   2. As you are the only one reporting this, it is highly unprobable that this 
is generally broken.
   3. I think you misread the repo organisation. It is "apache", as in "Apache 
Software Foundation", not "Adobe".


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #110: Timeout exception Android 8+9

2018-08-21 Thread GitBox
janpio commented on issue #110: Timeout exception Android 8+9
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414594925
 
 
   I changed the title to reflect that.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #284: CB-12875: (iOS) Pushes the inappbrowser window to a higher UI level then the existing…

2018-08-21 Thread GitBox
janpio commented on issue #284: CB-12875: (iOS) Pushes the inappbrowser window 
to a higher UI level then the existing…
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/284#issuecomment-414594672
 
 
   磊 Thanks for your first merged PR @maltenorstroem!  


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-plugin-inappbrowser] branch master updated: CB-12875: (iOS) Pushes the inappbrowser window to a higher ui level than the existing apps window. (#284)

2018-08-21 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
 new dc5329d  CB-12875: (iOS) Pushes the inappbrowser window to a higher ui 
level than the existing apps window. (#284)
dc5329d is described below

commit dc5329d15757cca1c327e87a309fddbb58e554ed
Author: Malte Norström 
AuthorDate: Tue Aug 21 10:28:56 2018 +0200

CB-12875: (iOS) Pushes the inappbrowser window to a higher ui level than 
the existing apps window. (#284)
---
 .gitignore| 1 +
 src/ios/CDVInAppBrowser.m | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4474e73..f63dbbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ Thumbs.db
 *.log
 *.swp
 *.user
+*.idea
 
 node_modules
 
diff --git a/src/ios/CDVInAppBrowser.m b/src/ios/CDVInAppBrowser.m
index 5bdb3e1..fcd8d98 100644
--- a/src/ios/CDVInAppBrowser.m
+++ b/src/ios/CDVInAppBrowser.m
@@ -244,8 +244,9 @@
 tmpWindow = [[UIWindow alloc] initWithFrame:frame];
 }
 UIViewController *tmpController = [[UIViewController alloc] init];
+double baseWindowLevel = [UIApplication 
sharedApplication].keyWindow.windowLevel;
 [tmpWindow setRootViewController:tmpController];
-[tmpWindow setWindowLevel:UIWindowLevelNormal];
+[tmpWindow setWindowLevel:baseWindowLevel+1];
 
 [tmpWindow makeKeyAndVisible];
 [tmpController presentViewController:nav animated:YES 
completion:nil];


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio closed pull request #251: CB-12875: (ios) Magnifiying glass is showing wrong content with inappbrowser window

2018-08-21 Thread GitBox
janpio closed pull request #251: CB-12875: (ios) Magnifiying glass is showing 
wrong content with inappbrowser window
URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/251
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/ios/CDVInAppBrowser.m b/src/ios/CDVInAppBrowser.m
index f5d05f013..588e8e065 100644
--- a/src/ios/CDVInAppBrowser.m
+++ b/src/ios/CDVInAppBrowser.m
@@ -243,7 +243,7 @@ - (void)show:(CDVInvokedUrlCommand*)command
 UIWindow *tmpWindow = [[UIWindow alloc] initWithFrame:frame];
 UIViewController *tmpController = [[UIViewController alloc] init];
 [tmpWindow setRootViewController:tmpController];
-[tmpWindow setWindowLevel:UIWindowLevelNormal];
+[tmpWindow setWindowLevel:UIWindowLevelNormal + 1];
 
 [tmpWindow makeKeyAndVisible];
 [tmpController presentViewController:nav animated:YES 
completion:nil];


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] llinaresvicent commented on issue #110: Timeout exception Android 9

2018-08-21 Thread GitBox
llinaresvicent commented on issue #110: Timeout exception Android 9
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414594363
 
 
   @janpio "yes". It's broken the last version of the plugin (2.4.3) for 
Android 8 and for Android 9. Trying to fix it for my project I installed older 
versions of the plugin and it worked with 2.1.0 version for Android 8 but not 
for 9.  Look at "Edit:" on last line.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #251: CB-12875: (ios) Magnifiying glass is showing wrong content with inappbrowser window

2018-08-21 Thread GitBox
janpio commented on issue #251: CB-12875: (ios) Magnifiying glass is showing 
wrong content with inappbrowser window
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/251#issuecomment-414594514
 
 
   https://github.com/apache/cordova-plugin-inappbrowser/pull/284 has been 
merged as an improved version of this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio closed pull request #284: CB-12875: (iOS) Pushes the inappbrowser window to a higher UI level then the existing…

2018-08-21 Thread GitBox
janpio closed pull request #284: CB-12875: (iOS) Pushes the inappbrowser window 
to a higher UI level then the existing…
URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/284
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index 4474e73b4..f63dbbf71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ Thumbs.db
 *.log
 *.swp
 *.user
+*.idea
 
 node_modules
 
diff --git a/src/ios/CDVInAppBrowser.m b/src/ios/CDVInAppBrowser.m
index 5bdb3e1eb..fcd8d984e 100644
--- a/src/ios/CDVInAppBrowser.m
+++ b/src/ios/CDVInAppBrowser.m
@@ -244,8 +244,9 @@ - (void)show:(CDVInvokedUrlCommand*)command
 tmpWindow = [[UIWindow alloc] initWithFrame:frame];
 }
 UIViewController *tmpController = [[UIViewController alloc] init];
+double baseWindowLevel = [UIApplication 
sharedApplication].keyWindow.windowLevel;
 [tmpWindow setRootViewController:tmpController];
-[tmpWindow setWindowLevel:UIWindowLevelNormal];
+[tmpWindow setWindowLevel:baseWindowLevel+1];
 
 [tmpWindow makeKeyAndVisible];
 [tmpController presentViewController:nav animated:YES 
completion:nil];


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #110: Timeout exception Android 9

2018-08-21 Thread GitBox
janpio commented on issue #110: Timeout exception Android 9
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414591921
 
 
   @llinaresvicent So you are saying it is not only Android 9 but also Android 
8 that is broken?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] desmeit opened a new issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

2018-08-21 Thread GitBox
desmeit opened a new issue #154: Can't set AutoHideSplashScreen to false in IOS 
(CLI 8.0.0)
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/154
 
 
   I added the following code to the config:
   
   ```
   
   
   
   ```
   
   and try to hide it with 
   
   navigator.splashscreen.hide();
   
   Thats not working. The Splashscreen hides automatically.
   
   I tried also:
   
   ```
   
   
   
   
   ```
   
   as I read hier: 
https://stackoverflow.com/questions/17821526/setting-autohidesplashscreen-has-no-effect-in-cordova-3-0-0-for-ios
   
   I cannot believe that such basic features are not working in cordova. Why is 
Adobe not solving such issues?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #875: document Embed Cordova in native apps android webview ant jar deprecated

2018-08-21 Thread GitBox
janpio commented on issue #875: document Embed Cordova in native apps android 
webview ant jar deprecated
URL: https://github.com/apache/cordova-docs/issues/875#issuecomment-414585747
 
 
   They @8427003, thanks for your issue. What exactly is deprecated? Is there a 
working alternative?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] llinaresvicent edited a comment on issue #110: Timeout exception Android 9

2018-08-21 Thread GitBox
llinaresvicent edited a comment on issue #110: Timeout exception Android 9
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414553335
 
 
   I made a little app just for testing that problem. With the version 2.4.3 I 
get timeout exception on android 8 but works fine on android 6. The function:
   ```
getCurrentPosition() {
return new Promise(function (resolve, reject) {
function onSuccess(position) {
alert('latitud : ' + position.coords.latitude);
alert('longitud : ' + 
position.coords.longitude);
resolve([position.coords.latitude, 
position.coords.longitude]);
};
function onError(error) {
alert('Error getCurrentPosition : ' +
'code: ' + error.code + '\n' +
'message: ' + error.message + '\n');
reject("KO");
};
navigator.geolocation.getCurrentPosition(onSuccess, 
onError, { timeout: 3 });
});
}
   ```
   Edit: 2.1.0 version works fine on android 8.0.0 and before but still not 
working on android 9.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] crapthings edited a comment on issue #110: Timeout exception Android 9

2018-08-21 Thread GitBox
crapthings edited a comment on issue #110: Timeout exception Android 9
URL: 
https://github.com/apache/cordova-plugin-geolocation/issues/110#issuecomment-414527208
 
 
   cordova-plugin-geolocation 4.0.1
   
   same here to
   nexus6 with android 7 
   pixel with android 8
   
   ```js
   testGeo = () => {
   alert('try')
   get(navigator, 'geolocation.getCurrentPosition') && 
navigator.geolocation.getCurrentPosition(resp => {
 alert(JSON.stringify(resp, null, 2));
   }, err => {
 alert(JSON.stringify(err, null, 2));
   }, {
 enableHighAccuracy: true
   });
 }
   ```
   
   works on ios but not android
   
   add
   
timeout: 2000,
 maximumAge: 3000,
   
   doesn't work too
   
   ```
   
 test32111
   
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org