Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
41eae8f5
Commit
41eae8f5
authored
Dec 04, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决iOS平台侧滑遮罩不隐藏的问题
parent
041aa61f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
examples/hello-mui/index-menu.html
examples/hello-mui/index-menu.html
+3
-0
examples/hello-mui/index.html
examples/hello-mui/index.html
+4
-0
examples/hello-mui/list.html
examples/hello-mui/list.html
+7
-2
No files found.
examples/hello-mui/index-menu.html
View file @
41eae8f5
...
...
@@ -93,6 +93,9 @@
mui
.
openWindow
({
id
:
id
,
url
:
this
.
href
,
styles
:{
zindex
:
2
},
waiting
:{
autoShow
:
false
}
...
...
examples/hello-mui/index.html
View file @
41eae8f5
...
...
@@ -37,6 +37,9 @@
});
mui
.
plusReady
(
function
()
{
if
(
mui
.
os
.
android
){
plus
.
screen
.
lockOrientation
(
"
portrait-primary
"
);
}
//处理侧滑导航,为了避免和子页面初始化等竞争资源,延迟加载侧滑页面;
setTimeout
(
function
()
{
menu
=
mui
.
preload
({
...
...
@@ -57,6 +60,7 @@
styles
:{
left
:
'
70%
'
,
width
:
'
30%
'
,
zindex
:
1
,
opacity
:
0.1
}
});
...
...
examples/hello-mui/list.html
View file @
41eae8f5
...
...
@@ -440,7 +440,8 @@
url
:
header
,
id
:
name
+
"
-main
"
,
styles
:{
popGesture
:
"
hide
"
popGesture
:
"
hide
"
,
zindex
:
2
},
extras
:{
mType
:
'
main
'
...
...
@@ -452,7 +453,8 @@
id
:
name
+
"
-sub
"
,
styles
:{
top
:
'
48px
'
,
bottom
:
'
0px
'
bottom
:
'
0px
'
,
zindex
:
2
},
extras
:{
mType
:
'
sub
'
...
...
@@ -521,6 +523,9 @@
mui
.
openWindow
({
id
:
id
,
url
:
this
.
href
,
styles
:{
zindex
:
2
},
waiting
:
{
autoShow
:
false
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment