You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/06/06 22:51:06 UTC

cordova-plugin-wkwebview-engine git commit: CB-11375 - onReset method of CDVPlugin is never called

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master dfb337f9a -> 639c6cbbc


CB-11375 - onReset method of CDVPlugin is never called


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/639c6cbb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/639c6cbb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/639c6cbb

Branch: refs/heads/master
Commit: 639c6cbbc1c280f036e38cadab211394cc376728
Parents: dfb337f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 6 15:51:49 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jun 6 15:51:49 2016 -0700

----------------------------------------------------------------------
 src/ios/CDVWKWebViewEngine.m | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/639c6cbb/src/ios/CDVWKWebViewEngine.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVWKWebViewEngine.m b/src/ios/CDVWKWebViewEngine.m
index a2d0561..48924de 100644
--- a/src/ios/CDVWKWebViewEngine.m
+++ b/src/ios/CDVWKWebViewEngine.m
@@ -223,6 +223,11 @@
     return _engineWebView;
 }
 
+- (UIView*)webView
+{
+    return self.engineWebView;
+}
+
 #pragma mark WKScriptMessageHandler implementation
 
 - (void)userContentController:(WKUserContentController*)userContentController didReceiveScriptMessage:(WKScriptMessage*)message


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