简体   繁体   English

向上/向下滑动应用程序时出现离子问题,但仅在iOS中

[英]ionic issue while swiping up/down the app but only in iOS

I have an issue with iOS devices when using the ionic 3 framework. 使用ionic 3框架时,iOS设备出现问题。 Whenever I swipe up/down the app an empty space appears bellow/above the app. 每当我向上/向下滑动应用程序时,在应用程序下方/上方都会出现一个空白区域。 I attach an image that shows the empty space at the bottom while swiping up. 我附加了一张图像,该图像在向上滑动时显示底部的空白区域。 Similar is for swiping down. 类似的是向下滑动。 I don't have this issue in android devices. 我在Android设备中没有此问题。 How can a disable it? 如何禁用它?

向上滑动时使用应用程序

It seems that using the property no-bounce in ion-content works 似乎在离子含量中使用不反弹特性

<ion-content no-bounce>
   html content
</ion-content>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM