[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2017-05-03 Thread alsorokin
Github user alsorokin commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 Please disregard this test result. I was just testing a job and it went rogue. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2017-05-03 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2017-02-22 Thread boboldehampsink
Github user boboldehampsink commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 @shazron these settings: ```xml mailto:*; /> ``` --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2017-02-22 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 Ok, for location.href (say in a button tag onclick handler), it's definitely a bug when using wkwebview-engine (UIWebView is fine). For the CDVIntentAndNavigationFilter, we

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2017-02-22 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 @jumplee I'll re-test with location.href and report back --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2017-02-22 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 @boboldehampsink what settings, can you clarify? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2016-12-19 Thread jumplee
Github user jumplee commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 a tag work fine; but the location.href='tel:2233' don't work! @shazron --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2016-10-07 Thread boboldehampsink
Github user boboldehampsink commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 The new config.xml settings fixed this for me. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-plugin-wkwebview-engine issue #20: Fix handling of tel and mailto sc...

2016-09-28 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 No repro. Steps: ``` cordova create test test test cd test cordova platform add ios cordova plugin add cordova-plugin-wkwebview-engine ```