質問編集履歴

1

書き直し

2017/12/14 12:03

投稿

i-terashima
i-terashima

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,10 @@
1
- Vue.js
1
+ Vue.jsでOnsen UIを利用しています。
2
+
3
+ v-ons-list内でスクロールしたときに、イベントの発火とスクリーン内の位置を取得したいのですが、どうすればよいでしょうか。
2
4
 
3
5
 
6
+
7
+ 実行したいのは、下記のイメージです。
4
8
 
5
9
  ```
6
10
 
@@ -22,8 +26,8 @@
22
26
 
23
27
  scrollFunction:function(){
24
28
 
29
+ console.log(window.screenY)
25
30
 
26
-
27
- }
31
+ }
28
32
 
29
33
  ```