[jira] [Closed] (CB-12032) AppVeyor tests are failing

2018-09-30 Thread Jan Piotrowski (Sujan) (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-12032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) closed CB-12032.
---
Resolution: Duplicate

Rereported at Github, moving there: 
https://github.com/apache/cordova-paramedic/issues/37

> AppVeyor tests are failing
> --
>
> Key: CB-12032
> URL: https://issues.apache.org/jira/browse/CB-12032
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-paramedic
>Reporter: Shazron Abdullah
>Priority: Critical
>
> "Error: Can not run this platform with administrative permissions. Must be 
> run from a non-admin prompt."
> Might be related? 
> https://github.com/appveyor/ci/issues/201#issuecomment-180349566



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Closed] (CB-13783) Broken tests on cordova-plugin-file

2018-09-30 Thread Jan Piotrowski (Sujan) (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-13783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) closed CB-13783.
---
Resolution: Duplicate

https://github.com/apache/cordova-plugin-file/issues/257

> Broken tests on cordova-plugin-file
> ---
>
> Key: CB-13783
> URL: https://issues.apache.org/jira/browse/CB-13783
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-paramedic, cordova-plugin-file
>Reporter: jcesarmobile
>Assignee: Jesse MacFadyen
>Priority: Major
>
> The tests of cordova-plugin-file for browser-safari are failing. Other 
> platforms are ok.
>  There are multiple specs failing
> See [https://travis-ci.org/apache/cordova-plugin-file/jobs/327439711] for 
> reference



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13783) Broken tests on cordova-plugin-file

2018-09-30 Thread Jan Piotrowski (Sujan) (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-13783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633458#comment-16633458
 ] 

Jan Piotrowski (Sujan) commented on CB-13783:
-

Phew, I thought I caused that by a recent upgrade of the Safari test runs to 
High Sierra and Safari 11.1 - I am s happy this is not the case.

This problem is now tracked at 
https://github.com/apache/cordova-plugin-file/issues/257

> Broken tests on cordova-plugin-file
> ---
>
> Key: CB-13783
> URL: https://issues.apache.org/jira/browse/CB-13783
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-paramedic, cordova-plugin-file
>Reporter: jcesarmobile
>Assignee: Jesse MacFadyen
>Priority: Major
>
> The tests of cordova-plugin-file for browser-safari are failing. Other 
> platforms are ok.
>  There are multiple specs failing
> See [https://travis-ci.org/apache/cordova-plugin-file/jobs/327439711] for 
> reference



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-14052) Exits with 0 when build fails

2018-09-30 Thread Jan Piotrowski (Sujan) (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) updated CB-14052:

Description: 
I'm using cordova-paramedic with --justbuild. The build of the app is failing, 
but cordova paramedic is reporting success. You can check out one of my ci 
builds to see it. 

In this case the requirements check is failing. I would expect this to return a 
non-zero and fail the build.
{code:java}
#!/bin/bash -eo pipefail npx cordova-paramedic --cleanUpAfterRun --verbose 
--platform android@6.x --plugin "." --justbuild
cordova-paramedic: Will use the following cli: cordova(node:1495) [DEP0022] 
DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() 
instead.cordova-paramedic: creating temp project at 
/tmp/tmp-1495jQi7eTMc8Hh6Creating a new cordova project.
/tmp/tmp-1495jQi7eTMc8Hh6 /home/circleci/projectcordova-paramedic: installing 
pluginscordova-paramedic: installing /home/circleci/project --no-telemetry 
--no-update-notifier
Adding com.unarin.cordova.beacon to package.json
Saved plugin info for "com.unarin.cordova.beacon" to config.xml
com.unarin.cordova.beacon 3.6.1 "Proximity Beacon Plugin"
cordova-paramedic: installing cordova-plugin-test-framework --no-telemetry 
--no-update-notifier
Adding cordova-plugin-test-framework to package.json
Saved plugin info for "cordova-plugin-test-framework" to config.xml
cordova-paramedic: installing 
/home/circleci/project/node_modules/cordova-paramedic/paramedic-plugin 
--no-telemetry --no-update-notifier
Adding cordova-plugin-paramedic to package.json
Saved plugin info for "cordova-plugin-paramedic" to config.xml
cordova-paramedic: setting app start page to test pagecordova-paramedic: adding 
platform android@6.x( --no-telemetry --no-update-notifier)Using cordova-fetch 
for cordova-android@6.x
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-26
Subproject Path: CordovaLib
Android project created with cordova-android@6.4.0
Installing "com.unarin.cordova.beacon" for android
Installing "cordova-plugin-device" for android
Installing "cordova-plugin-paramedic" for android
Installing "cordova-plugin-test-framework" for android
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Installing "cordova-plugin-whitelist" for androidThis plugin is only applicable 
for versions of cordova-android greater than 4.0. If you have a previous 
platform version, you do not need this plugin since the whitelist will be built 
in.Adding cordova-plugin-whitelist to package.json
Saved plugin info for "cordova-plugin-whitelist" to config.xml
--save flag or autosave detected
Saving android@~6.4.0 into config.xml file ...cordova-paramedic: successfully 
finished adding platform android@6.xcordova-paramedic: checking requirements 
for platform androidRequirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
{{Android target: not installed }}
Please install Android target / API level: "android-26".Hint: Open the SDK 
manager by running: /opt/android/sdk/tools/android
You will require:
1. "SDK Platform" for API level android-26
2. "Android SDK Platform-tools (latest)
3. "Android SDK Build-tools" (latest)
Gradle: installed /usr/share/gradle/bin/gradle
(node:1822) UnhandledPromiseRejectionWarning: CordovaError: Some of 
requirements check failed
at /home/circleci/project/node_modules/cordova/src/cli.js:414:27
at _fulfilled 
(/home/circleci/project/node_modules/cordova-lib/node_modules/q/q.js:787:54)
at self.promiseDispatch.done 
(/home/circleci/project/node_modules/cordova-lib/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch 
(/home/circleci/project/node_modules/cordova-lib/node_modules/q/q.js:749:13)
at /home/circleci/project/node_modules/cordova-lib/node_modules/q/q.js:557:44
at flush 
(/home/circleci/project/node_modules/cordova-lib/node_modules/q/q.js:108:17)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
(node:1822) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This 
error originated either by throwing inside of an async function without a catch 
block, or by rejecting a promise which was not handled with .catch(). 
(rejection id: 1)
(node:1822) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
deprecated. In the future, promise rejections that are not handled will 
terminate the Node.js process with a non-zero exit code.cordova-paramedic: 
successfully finished checking requirements for platform androidlocal-server: 
scanning ports from 7008 to 7208
local-server: port 7028 is availablelocal-server: starting local medic 
servercordova-paramedic: writing medic log url to project http://10.0.2.2:7028
Start running tests at 

[jira] [Commented] (CB-14207) Cannot Specify Platform Version

2018-09-30 Thread Jan Piotrowski (Sujan) (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633456#comment-16633456
 ] 

Jan Piotrowski (Sujan) commented on CB-14207:
-

Per documentation this should work already:
{code:java}
cordova-paramedic --platform ios@4.0 --plugin cordova-plugin-inappbrowser{code}
[https://github.com/apache/cordova-paramedic#--platform-required]

> Cannot Specify Platform Version
> ---
>
> Key: CB-14207
> URL: https://issues.apache.org/jira/browse/CB-14207
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-paramedic
>Reporter: Darrel O'Pry
>Assignee: Jesse MacFadyen
>Priority: Major
>
> When I run
> ./node_modules/.bin/cordova-paramedic --cleanUpAfterRun --verbose 
> --platform android@6.3.0 --plugin .
> I get the error 
>    platform is not supported :: android@6.3.0
> I expect to install cordova-android version 6.3.0 instead
> I'm using Windows 10, node v10.0.0, cordova-paramedic 0.5.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-14208) 'rm' is not recognized as an internal or external command, operable program or batch file.

2018-09-30 Thread Jan Piotrowski (Sujan) (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633455#comment-16633455
 ] 

Jan Piotrowski (Sujan) commented on CB-14208:
-

paramedic seems to use `shell.rm` in several places: 
[https://github.com/apache/cordova-paramedic/search?q=rm_q=rm] Seems 
this is not cross platform save, so this doesn't work on Windows :/

Can you please provide more of the output you are getting so we can track this 
down?

> 'rm' is not recognized as an internal or external command, operable program 
> or batch file.
> --
>
> Key: CB-14208
> URL: https://issues.apache.org/jira/browse/CB-14208
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-paramedic
> Environment: Windows 10, Node 10, cordova-paramedic 0.5.0
>Reporter: Darrel O'Pry
>Assignee: Jesse MacFadyen
>Priority: Minor
>
> When running any cordova paramedic command I get the error message 
> 'rm' is not recognized as an internal or external command,
> operable program or batch file.
> result code is : 1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12813) Cordova Paramedic is not supporting full target name with OS version

2018-09-30 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-12813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633454#comment-16633454
 ] 

ASF GitHub Bot commented on CB-12813:
-

janpio commented on issue #21: CB-12813 ios Fix target chooser to use full 
target name
URL: https://github.com/apache/cordova-paramedic/pull/21#issuecomment-425738635
 
 
   Fixed a merge conflict.
   
   Change itself looks good and solves the problem of the JIRA issue, but I am 
not sure if this could have negative effects on how we currently use paramedic.


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


> Cordova Paramedic is not supporting full target name with OS version
> 
>
> Key: CB-12813
> URL: https://issues.apache.org/jira/browse/CB-12813
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-paramedic
>Affects Versions: Master
>Reporter: Tomasz Subik
>Priority: Major
>
> Cordova paramedic is not supporting full target name with OS version. When 
> providing --target "'iPhone-6, 9.3'" it is simply running first iPhone-6 
> emulator not the exact one I want.
> Logs:
> cordova-paramedic: Choosing Target for iOS
> running:
> cordova run --list --emulator --no-telemetry --no-update-notifier | grep 
> 'iPhone-6, 9.3' | tail -n1
> running:
> instruments -s devices | grep ^iPhone
> cordova-paramedic: Setting required permissions.
> cordova-paramedic: running command cordova run ios --no-telemetry 
> --no-update-notifier --target iPhone-6 --emulator



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7179) [InAppBrowser][iOS 8] Update to support WKWebView

2018-09-30 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633404#comment-16633404
 ] 

ASF GitHub Bot commented on CB-7179:


janpio edited a comment 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
   I am working my way through these, but it is _very_ slow going.


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


> [InAppBrowser][iOS 8] Update to support WKWebView
> -
>
> Key: CB-7179
> URL: https://issues.apache.org/jira/browse/CB-7179
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-inappbrowser
> Environment: iOS 8
>Reporter: Shazron Abdullah
>Priority: Major
>
> support dual use with UIWebView



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7179) [InAppBrowser][iOS 8] Update to support WKWebView

2018-09-30 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633403#comment-16633403
 ] 

ASF GitHub Bot commented on CB-7179:


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


> [InAppBrowser][iOS 8] Update to support WKWebView
> -
>
> Key: CB-7179
> URL: https://issues.apache.org/jira/browse/CB-7179
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-inappbrowser
> Environment: iOS 8
>Reporter: Shazron Abdullah
>Priority: Major
>
> support dual use with UIWebView



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-10369) Added getVideo() feature with thumbnail creation

2018-09-30 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-10369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633385#comment-16633385
 ] 

ASF GitHub Bot commented on CB-10369:
-

tbutcaru closed pull request #168: CB-10369: Added getVideo() feature with 
thumbnail creation (readded)
URL: https://github.com/apache/cordova-plugin-camera/pull/168
 
 
   

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/samples/android/www_getVideo/css/index.css 
b/samples/android/www_getVideo/css/index.css
new file mode 100644
index ..386c36f6
--- /dev/null
+++ b/samples/android/www_getVideo/css/index.css
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+* {
+box-sizing: border-box;
+-webkit-box-sizing: border-box;
+-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link 
selection, adjust last value opacity 0 to 1.0 */
+-webkit-tap-highlight-color: transparent; /* for some androids */
+-webkit-overflow-scrolling: touch; /* show scrollbar on ios while 
scrolling --- smooth scrolling */
+}
+
+body {
+-webkit-touch-callout: none;/* prevent callout to copy 
image, etc when tap to hold */
+-webkit-text-size-adjust: none; /* prevent webkit from 
resizing text to fit */
+-webkit-user-select: none;  /* prevent copy paste, to 
allow, change 'none' to 'text' */
+background-color:#E4E4E4;
+font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, 
sans-serif;
+font-size:12px;
+height:100%;
+margin:0px;
+padding:0px;
+width:100%;
+}
+.app {
+height: 100%;
+margin: 0 auto;
+padding: 62px 0 21px;
+text-align: center;
+width: 80%;
+}
+h1 {
+font-size:24px;
+font-weight:normal;
+margin:0px;
+overflow:visible;
+padding:0px;
+text-align:center;
+text-transform: uppercase;
+}
+#deviceready {
+display: none;
+}
+.test {
+background-color: #9fa8da;
+display: block;
+margin: 21px 0;
+}
+.testHeadline {
+background-color: #3f51b5;
+color: #fff;
+display: block;
+font-size: 21px;
+padding: 15px;
+position: relative;
+text-align: left;
+}
+.testDemo{
+display: block;
+padding: 15px 5px;
+width: 100%;
+}
+.testDemo > button {
+background-color: #555;
+border: 0 none;
+color: #fff;
+display: inline-block;
+font-size: 16px;
+margin: 15px 0 15px;
+padding: 12px 10px;
+vertical-align: top;
+width: 99%;
+}
+.testResult {
+background-color: #e8eaf6;
+box-shadow: 0 0 6px 2px #c5cae9 inset;
+padding: 15px;
+text-align: left;
+}
+.testResult > strong {
+display: block;
+font-family: Arial;
+font-size: 15px;
+margin-top: 10px;
+}
+.testResult > a {
+display: inline-block;
+font-size: 14px;
+margin: 6px 18px 6px 0;
+vertical-align: baseline;
+}
+.resultProp {
+display: block;
+margin-bottom: 5px;
+padding: 5px 0;
+}
+.resultPropTitle {
+background-color: #009688;
+color: #fff;
+display: block;
+font-size: 15px;
+padding: 5px;
+text-align: left;
+}
+.resultPropValue {
+color: green;
+display: inline-block;
+padding: 5px 0;
+text-align: center;
+word-break: break-all;
+}
+.resultPropValue img {
+display: inline-block;
+vertical-align: top;
+max-width: 100%;
+}
+.option {
+display: block;
+padding-bottom: 10px;
+}
+.optionTitle {
+background-color: #ccc;
+color: #311b92;
+display: block;
+font-size: 15px;
+padding: 5px;
+text-align: left;
+text-shadow: 0 1px 1px #666;
+}
+.option input[disabled] {
+opacity: 0.3;
+}
+.optionNote {
+background-color: #bbb;
+display: block;
+margin-bottom: 6px;
+padding: 4px;
+text-align: left;
+}
\ No newline at end of file
diff --git a/samples/android/www_getVideo/index.html 
b/samples/android/www_getVideo/index.html
new file 

[jira] [Commented] (CB-10369) Added getVideo() feature with thumbnail creation

2018-09-30 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-10369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633384#comment-16633384
 ] 

ASF GitHub Bot commented on CB-10369:
-

tbutcaru commented on issue #168: CB-10369: Added getVideo() feature with 
thumbnail creation (readded)
URL: 
https://github.com/apache/cordova-plugin-camera/pull/168#issuecomment-425724422
 
 
   Hi @janpio , this PR is 2y old and I haven't worked with this plugin and 
cordova in general for so long and I don't have the time at the moment to 
continue the work on it.
   
   I will close this PR and maybe someone can pick these changes and do 
something with them.


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


> Added getVideo() feature with thumbnail creation
> 
>
> Key: CB-10369
> URL: https://issues.apache.org/jira/browse/CB-10369
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-camera
>Reporter: Tanase Butcaru
>Priority: Major
>  Labels: Android, features
>
> I've implemented the +getVideo()+ function for cordova-plugin-camera which 
> gives the user the ability to record a video with default camera app.
> Optionally, this feature can create a thumbnail for the recorded video.
> Full description and PR can be found in the external issue URL.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-7179) [InAppBrowser][iOS 8] Update to support WKWebView

2018-09-30 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16633365#comment-16633365
 ] 

ASF GitHub Bot commented on CB-7179:


dpa99c commented on issue #271: CB-7179 (iOS): Add WKWebView support for iOS
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/271#issuecomment-425718642
 
 
   Unsure why the integration tests are [failing on Travis 
CI](https://user-images.githubusercontent.com/2345062/46257772-26929500-c4b7-11e8-9ea5-fca8ae1ea280.png)
 as they are passing locally: 
   
   https://user-images.githubusercontent.com/2345062/46257772-26929500-c4b7-11e8-9ea5-fca8ae1ea280.png;
 width="480" />
   


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


> [InAppBrowser][iOS 8] Update to support WKWebView
> -
>
> Key: CB-7179
> URL: https://issues.apache.org/jira/browse/CB-7179
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-inappbrowser
> Environment: iOS 8
>Reporter: Shazron Abdullah
>Priority: Major
>
> support dual use with UIWebView



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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