Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
YH_Explorer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孟顺
6 years ago
Commit
41e0a8b62739623b397f207900da5fd613e2f73e
1 parent
0d74ddae
开关字段变更
review by 枪兵
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
YHExplorer/CordovaLib/Classes/Public/CDVViewController.m
YHExplorer/CordovaLib/Classes/Public/CDVViewController.m
View file @
41e0a8b
...
...
@@ -510,7 +510,7 @@
webViewEngineClass
=
defaultWebViewEngineClass
;
}
NSString
*
useWK
=
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"USE_WK"
];
NSString
*
useWK
=
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"
CDV_
USE_WK"
];
if
([
useWK
isKindOfClass
:
NSString
.
class
]
&&
[
useWK
isEqualToString
:
@"N"
])
{
webViewEngineClass
=
@"CDVUIWebViewEngine"
;
...
...
Please
register
or
login
to post a comment