【问题标题】:InfoWindow Scroll doesn't work in iOSInfoWindow 滚动在 iOS 中不起作用
【发布时间】:2017-08-28 02:30:01
【问题描述】:

我在 Cordova 有一个应用程序,我使用元素 InfoWindow

在 Android 中,滚动可以正常工作,但在 iOS 中,它不起作用。 我已经阅读了它,但我没有得到解决方案。

我尝试将 css 与 overflow-y: auto; 等属性一起使用,但没有成功。

我该如何解决?谢谢!

【问题讨论】:

  • 如果您分享您迄今为止尝试过的内容(通过将您的代码添加到问题中)以及您所做的阅读,您将改进您的问题,并且可能会在即将到来的时候找到更多帮助。

标签: ios angularjs cordova scroll infowindow


【解决方案1】:

尝试在 iOS 中应用这个 css:

<!-- language: lang-css -->
-webkit-overflow-scrolling: touch;
<!-- end snippet -->

我希望它会有所帮助。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-25
    • 2017-12-26
    相关资源
    最近更新 更多