Update SDK to Android v3.6.6 iOS v3.3.3

This commit is contained in:
JoshLi
2020-06-10 18:04:30 +08:00
parent a50bafcf3e
commit e56a05c64b
8 changed files with 225 additions and 57 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
#else
- (CDVPlugin*)initWithWebView:(UIWebView*)theWebView{
- (CDVPlugin*)initWithWebView:(WKWebView*)theWebView{
NSLog(@"### initWithWebView ");
if (self=[super initWithWebView:theWebView]) {
}