Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Madgeniy on December 14, 2012, 05:56:51 AM
-
Hello. I use UIDRaggableCamera. I have an issue: when I use iOS build all works fine, but when I use editor scroll doesn't have an inertia in mode "none" and "momentum". What can be wrong?
-
It's not supposed to have inertia in "none".
I recommend you use a draggable panel instead of the draggable camera approach. Clipped panels have more features when it comes to scroll views than the camera-based approach.
-
Yes, but it doesn't work on iPad 1 with antialiasing.
And, if I use example 8 and turn on "none" mode, camera has inertia when I finish to drag it's content by mouse in range of left and right bounds.
-
So, it's very strange, but I found that camera has inertia when my game is not full screen. I can't undestand this behaviour. Can you help me with it?
-
As I said I recommend you use a draggable panel instead. Camera-based approach has a lot of limitations.
-
Thanks, but it doesn't support by iPad1.
-
Sure it does. iPad1 has shaders. You must build for ARMv7 / GLES 2.0.
-
Yes, but I need anti-aliasing, it doesn't work in such mode.