実現させたいこと
ons-pageのなかにあるons-listをスクロールしたときのバウンス効果を無効にしたいです
iosというより、onsenUIの仕様なのかなと予想しているのですが、原因がいまいち分からず質問させていただきました。ご回答よろしくお願いいたします。
概要
ios 6.2.0
Cordova 10.0.0
OnsenUI 2.10.10
プラットフォーム : Monaca テンプレート : OnsenUI V2 JS Tabbar
Code
HTML
1<ons-page> 2 <ons-toolbar> 3 <div class="center" id="toolbar-title"></div> 4 </ons-toolbar> 5 <ons-tabbar position="auto"> 6 <ons-tab label="Tab 1" page="tab1.html" active> 7 </ons-tab> 8 <ons-tab label="Tab 2" page="tab2.html"> 9 </ons-tab> 10 <ons-tab label="Tab 3" page="tab3.html"> 11 </ons-tab> 12 </ons-tabbar> 13 </ons-page> 14 15 <!--以下略--> 16 17 <ons-template id="tab2.html"> 18 <ons-page id="second-page"> 19 <div style="background-color: red; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 20 <div style="background-color: greenyellow; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 21 <div style="background-color: gold; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 22 <div style="background-color: deepskyblue; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 23 <div style="background-color: red; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 24 <div style="background-color: greenyellow; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 25 <div style="background-color: gold; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 26 <div style="background-color: deepskyblue; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 27 <div style="background-color: red; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 28 <div style="background-color: greenyellow; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 29 <div style="background-color: gold; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 30 <div style="background-color: deepskyblue; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 31 <div style="background-color: red; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 32 <div style="background-color: greenyellow; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 33 <div style="background-color: gold; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 34 <div style="background-color: deepskyblue; width: 100%; height: 100px; margin: 10px 0; text-align: center; padding: 10px 0;">hello</div> 35 </ons-page> 36 </ons-template>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/12/20 08:59
2021/12/20 09:01
2021/12/20 09:19
2021/12/21 00:46 編集
2021/12/27 12:41