We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e7181 commit 2c8fe72Copy full SHA for 2c8fe72
test/complex/js/wechat.js
@@ -8,13 +8,12 @@ Mobilebone.onpagefirstinto = function(pageinto) {
8
ele_screen_shot.width = window.innerWidth;
9
ele_screen_shot.height = Math.round(ele_screen_shot.width * 2405 / 720);
10
}
11
-
12
+
13
// bind custom scroll events for content
14
var weChatScroll = new IScroll(pageinto.querySelector(".content"), {
15
tap: true
16
});
17
- pageinto.addEventListener('tap', Mobilebone.handleTapEvent, false);
+ /Android/i.test(navigator.userAgent) && pageinto.addEventListener('tap', Mobilebone.handleTapEvent, false);
18
};
19
20
Mobilebone.callback = function(pageinto, pageout) {
0 commit comments