【发布时间】:2017-01-17 17:39:23
【问题描述】:
我正在使用 XF pcl 制作应用程序。 如果我在 Scrollview 内的 View 上添加 Pinchzoomgesture,它在 iOS 上可以正常工作,但在 Android 上不行。
看起来像一个错误?
有什么解决方法吗?
谢谢。
【问题讨论】:
标签: xamarin xamarin.android xamarin.forms
我正在使用 XF pcl 制作应用程序。 如果我在 Scrollview 内的 View 上添加 Pinchzoomgesture,它在 iOS 上可以正常工作,但在 Android 上不行。
看起来像一个错误?
有什么解决方法吗?
谢谢。
【问题讨论】:
标签: xamarin xamarin.android xamarin.forms
这听起来像是一个错误。一种解决方法是使用第三方插件Mr.Gestures,它支持ScrollView 中的Pinch 手势。
或者您可以提交错误报告:https://bugzilla.xamarin.com/
或者你可以自己解决这个问题:https://github.com/xamarin/Xamarin.Forms
【讨论】:
scrollview 内 scrollview 听起来很麻烦。您可能想重新解决您想要实现的目标