Author Topic: Scroll view on Mobile Devices  (Read 4520 times)

DannyDan

  • Guest
Scroll view on Mobile Devices
« on: April 12, 2012, 03:09:26 AM »
So because I am not able to continue on the old Forum, I wanted to add this issue here.

http://www.tasharen.com/?topic=scroll-view-on-mobile-devices

Same issue with 2.0. I am not able to scroll through the view in example 8 on my Android Device.
Example 7 is working correct and I am able to scroll on my mobile Device.

So, I guess I need to switch from my Camera scrollview to the panel scrollview.

Danny

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Scroll view on Mobile Devices
« Reply #1 on: April 12, 2012, 03:11:37 AM »
Oh yes, about that! Comment out line 153 of UIDraggableCamera.cs and the scroll will start working again. :)

  1. if (UICamera.currentTouchID == -1)

I'll upload a fix in the meantime.

DannyDan

  • Guest
Re: Scroll view on Mobile Devices
« Reply #2 on: April 12, 2012, 03:19:06 AM »
Nice. Thanks.
;D