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
张同海
8 years ago
Commit
7653e4f090ecc6907667df2325291ebaf1bd76f9
1 parent
4f60e56d
修改YHExplorer配置文件,不再自动调用系统播放器播放网页视频
reviewed by yincheng
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
YHExplorer/config.xml
YHExplorer/config.xml
View file @
7653e4f
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.cordova"
version=
"0.0.1"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<preference
name=
"AllowInlineMediaPlayback"
value=
"
fals
e"
/>
<preference
name=
"AllowInlineMediaPlayback"
value=
"
tru
e"
/>
<preference
name=
"BackupWebStorage"
value=
"local"
/>
<preference
name=
"DisallowOverscroll"
value=
"false"
/>
<preference
name=
"EnableViewportScale"
value=
"false"
/>
...
...
Please
register
or
login
to post a comment