bui quoc hung
bui quoc hung
For my case, I setting like that ``` cameraManager.shouldKeepViewAtOrientationChanges = false cameraManager.shouldRespondToOrientationChanges = true ``` And in where do the update UI when rotation change like `viewWillTransition` for example (me...
I having similar errors too, for me it it's happen for some user and for all browser For chromium, error is ``` Uncaught TypeError: Cannot read property 'get' of undefined...
Hello @idrisbohra, you need edit in source of library, find func ``` private void showScrollViewMenu(View scrollViewMenu) { if (scrollViewMenu != null && scrollViewMenu.getParent() == null) { addView(scrollViewMenu); } } ```...
Finally, I got this solution to work. define the value ```swift let originY: CGFloat = 0 let floatingSectionOriginY = collectionView.contentOffset.y ``` If scrolling up use value from contentOffset.y to keep...