1
NGUI 3 Support / Blackberry UIInput Bug (Solved)
« on: July 08, 2014, 02:28:40 PM »
I've been testing on a Blackberry Z10 and when I'm entering text into a UIInput field it appends the entire input string again to whatever the user inputs. This happens when the user presses enter on the keyboard or otherwise closes the keyboard. A single character input string doesn't produce any duplicate text.
Everything works fine in iOS and Android builds.
For example, on Blackberry the input string "blah" -> [submit] produces "blahlah".
Is this something I can patch myself somewhere? I can't really update my version of NGUI as it breaks a lot of my widget anchoring.
Everything works fine in iOS and Android builds.
For example, on Blackberry the input string "blah" -> [submit] produces "blahlah".
Is this something I can patch myself somewhere? I can't really update my version of NGUI as it breaks a lot of my widget anchoring.