[GitHub] janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-10-03 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-426823874
 
 
   Confirmed that the switch to Xcode8.3 is not the cause for the test failures:
   https://github.com/apache/cordova-plugin-inappbrowser/pull/312


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-10-03 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-426726557
 
 
   And as it came it's gone - now the tests are just failing because they don't 
get their results from Saucelabs :/


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-10-03 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-426693917
 
 
   Ok thanks, so the iOS 9.3 test I readded should probably fail.
   
   But currently both are failing:
   ```
   ...
   cordova-paramedic: waiting for test results
   appium: Error: [execute(null,[])] getaddrinfo ENOTFOUND 
ondemand.saucelabs.com ondemand.saucelabs.com:80
   cordova-paramedic: Tests failed to complete; ending appium session. The 
error is:
   Error: waitForTests: Seems like device not connected to local server in 540 
secs
   at null._onTimeout (/private/tmp/paramedic/lib/paramedic.js:467:24)
   at Timer.listOnTimeout (timers.js:92:15)
   ...
   ```
   
   *sigh (Investigating)


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-10-03 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-426676178
 
 
   Don't worry - that way I can "abuse" your PR to fix all this stuff ;)
   
   You updated the test configuration from `xcode7.3` to `xcode8.3` - is this 
fully required for this PR? Will people not be able to build with Xcode 7.3 any 
more? (Is Xcode 7.3 related in any way any more?)


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-10-03 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-426670960
 
 
   Ok, I found out _any_ commit will trigger a merge and thus use the updated 
test configuration from `master` - so I did a commit on this branch and am now 
waiting for test results ;)


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-10-01 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-425896071
 
 
   The test failure was caused by a timeout - the test seemed to need a tiny 
bit more than the 5 minutes that were configured as timeout. As I was working 
on similar problems with Android, I just doubled that for now to 10 minutes. 
Didn't help a thing.
   
   Closer look at the tests on Saucelabs show that there is some code looping: 
https://saucelabs.com/beta/tests/04cc3e87441e4252af89a7587e240d73/commands#12 
No idea what and why (yet).
   
   But:
   You could rebase (hopefully) one last time onto `master`, I have re-enabled 
another iOS test on Travis that was disabled for no good reason and most 
importantly fixed the unrelated Android test(s) that are failing here as well.


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-09-30 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-425728887
 
 
   Simplest answer: 
   Because the testing setup for plugins is all messed up, see a WIP issue 
here: https://github.com/apache/cordova/issues/36


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-09-19 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-422700927
 
 
   So the websites you display in the InAppBrowser were using local storage, 
which was not there after the switch to WKWebView? How did you solve this 
@svanzoest?


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-09-08 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-419664068
 
 
   (Oh great, I think that is from another PR.)


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-09-03 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-418090998
 
 
   As soon as 1) @dpa99c had the time to fix the conflicts, 2) someone or 
multiple ones from Apache Cordova (or the community, like you 
@rafaelberrocalj!) had time to test and review (hopefully with Approval), 3) 
then someone from Apache Cordova who takes the responsibility of merging the PR 
and finally 4) someone from Apache Cordova creates a new release of the plugin.


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 #271: CB-7179 (iOS): Add WKWebView support for iOS

2018-08-30 Thread GitBox
janpio commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-417232889
 
 
   Just an aside: `master` is being updated mainly because other PRs were 
reviewed and merged.


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