I launched my first iPhone app built with Titanium last week (called Automotive App currently only available in Canada), and I started getting reports of an odd bug happening with TextField's. What was happening is that the first 1/6 of the TextField was unclickable.
I was able to trace the problem to the paddingLeft attribute of TextField's, where if paddingLeft was set to anything (even 0) the first 1/6 of the TextField becomes unclickable. If I removed any mention of paddingLeft the whole TextField can be clicked.
I know of different ways to try to fix this, but I'm curious if anyone else has run into this problem and what solutions you may of implemented?
2 Answers
I have the same problem Nicholas. As of yet I'm not too sure of a solution though...
Same problem here, 2 years later.. just awful
Your Answer
Think you can help? Login to answer this question!