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
af5d20de133f86752026d9b455749c02fb1fa31b
1 parent
89497412
wkwebview 新增 支持部分 scheme 跳转
review by 枪兵
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
YHExplorer/YHExplorerViewController.m
YHExplorer/YHExplorerViewController.m
View file @
af5d20d
...
...
@@ -180,7 +180,15 @@ static float kprogressViewRadius = 2.0f;
-
(
NSMutableArray
*
)
autoSchemes
{
if
(
!
_autoSchemes
)
{
_autoSchemes
=
[[
NSMutableArray
alloc
]
initWithObjects
:
@"itms-apps"
,
@"itms-appss"
,
@"itmss"
,
nil
];
_autoSchemes
=
[[
NSMutableArray
alloc
]
initWithObjects
:
@"itms-apps"
,
@"itms-appss"
,
@"itmss"
,
@"tel"
,
@"sms"
,
@"mailto"
,
@"yohoefashion4in1"
,
@"yohomars"
,
nil
];
}
return
_autoSchemes
;
}
...
...
Please
register
or
login
to post a comment