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
dce8b1d7
Commit
dce8b1d7
authored
Sep 20, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决icon页面在部分Android 5.0手机上滚动卡顿的问题
parent
8d49b13f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
examples/hello-mui/examples/icons.html
examples/hello-mui/examples/icons.html
+1
-1
examples/hello-mui/list.html
examples/hello-mui/list.html
+5
-1
No files found.
examples/hello-mui/examples/icons.html
View file @
dce8b1d7
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<!--标准mui.css-->
<!--标准mui.css-->
<link
rel=
"stylesheet"
href=
"../css/mui.min.css"
>
<link
rel=
"stylesheet"
href=
"../css/mui.min.css"
>
<!--App自定义的css-->
<!--App自定义的css-->
<
link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/app.css"
/
>
<
!-- <link rel="stylesheet" type="text/css" href="../css/app.css"/> --
>
<style>
<style>
.flex-container
{
.flex-container
{
display
:
-webkit-box
;
display
:
-webkit-box
;
...
...
examples/hello-mui/list.html
View file @
dce8b1d7
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
</li>
</li>
<li
class=
"mui-table-view-cell"
>
<li
class=
"mui-table-view-cell"
>
<a
class=
"mui-navigate-right"
href=
"examples/icons.html"
>
<a
class=
"mui-navigate-right"
open-type=
"common"
href=
"examples/icons.html"
>
icon(图标)
icon(图标)
</a>
</a>
</li>
</li>
...
@@ -551,6 +551,10 @@
...
@@ -551,6 +551,10 @@
webview_style
.
zindex
=
9998
;
webview_style
.
zindex
=
9998
;
webview_style
.
popGesture
=
~
id
.
indexOf
(
'
offcanvas-with-right
'
)
?
"
close
"
:
"
none
"
;
webview_style
.
popGesture
=
~
id
.
indexOf
(
'
offcanvas-with-right
'
)
?
"
close
"
:
"
none
"
;
}
}
//图标界面需要启动硬件加速
if
(
~
id
.
indexOf
(
'
icons.html
'
)){
webview_style
.
hardwareAccelerated
=
true
;
}
mui
.
openWindow
({
mui
.
openWindow
({
id
:
id
,
id
:
id
,
url
:
this
.
href
,
url
:
this
.
href
,
...
...
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