Author Topic: UIScrollView not working, please help  (Read 4106 times)

dimsumz

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 7
    • View Profile
UIScrollView not working, please help
« on: June 25, 2014, 05:28:30 AM »
Hi all,

I've updated to unity 4.5 and now the scroll view doesn't work on iPad anymore,
I've taken a scroll shot of the NGUI example scene on iPad,
anyone know how to resolve this issue?

It's working ok in Unity's game view but not on the iPad.  :'(

Regards,
Alex

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIScrollView not working, please help
« Reply #1 on: June 25, 2014, 07:40:14 AM »
Target GLES 2, not GLES 3, and make sure the quality isn't set to "Fastest".

dimsumz

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 7
    • View Profile
Re: UIScrollView not working, please help
« Reply #2 on: June 25, 2014, 08:29:18 AM »
Sorry ArenMook, I forced it to OpenGL ES3.0 in graphic level and quality is simple, still having the same error

dimsumz

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 7
    • View Profile
Re: UIScrollView not working, please help
« Reply #3 on: June 25, 2014, 08:00:37 PM »
Thanks ArenMook, my bad, should use ES2.0