16
NGUI 3 Support / Everything is Scaling Too Perfectly....Wait...What?
« on: March 21, 2014, 02:27:39 PM »
Hello everyone, I've come across a situation where my UI is encountering some scaling issues on mobile devices (actually, everything is scaling perfectly...and that is the problem). I'm using a Fixed Size UI Root option, and all the UI elements are staying in place nicely. The problem is, on deices like an iPad, the buttons get so large they become problematic (too much distance between buttons), but on iPhones, the buttons are so small that they often miss touch input or do not activate the scripts attached to them. So:
-Is there a best practice for this type of situation? Maybe getting the device type and either scaling all UI setups for NGUI or perhaps loading different UI setups for NGUI?
-I've also noticed that on iPhone 4s, even the larger buttons often miss touch input, is this a problem with the phone itself or with my setup?
Any advice is appreciated.
-Is there a best practice for this type of situation? Maybe getting the device type and either scaling all UI setups for NGUI or perhaps loading different UI setups for NGUI?
-I've also noticed that on iPhone 4s, even the larger buttons often miss touch input, is this a problem with the phone itself or with my setup?
Any advice is appreciated.