anchorScroll() 的离子滚动问题
Ionic Scroll Issue with anchorScroll()
当我使用
$location.hash('idWhereAnchorShouldBePlaced');
$ionicScrollDelegate.anchorScroll();
在我的控制器中转到我页面中的特定点;我的页面顶部滚动卡住了,底部滚动太长了。
如果有任何修复,请post。
当我使用
$location.hash('idWhereAnchorShouldBePlaced');
$ionicScrollDelegate.anchorScroll();
在我的控制器中转到我页面中的特定点;我的页面顶部滚动卡住了,底部滚动太长了。 如果有任何修复,请post。