-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dont work in SDK 3.1.2.GA and 3.1.3.GA. #1
Comments
I'll be looking into porting over an app to iOS 7 shortly. I'll update the On Thu, Sep 19, 2013 at 10:14 AM, Pedro Brasileiro <[email protected]
|
Any news on the update for this? |
Hi Ian, I'm using this widget successfully in at 312 GA on iOS 7 and not sure what issues you're running into. Can you be more explicit with what you're seeing? Sent from my iPhone
|
The picker isn't opening when clicking on the field. I'm on mavericks so im not getting any info in the terminal currently so cant debug it as well as normal. But saw this issue and thought it may be a global problem - maybe not? Running 3.1.3.GA |
Ok, so I have it working. Almost. I can see the toolbar slide up, but then it disappears. Also. The docs are out of date. This vital information from your example app: $.distance.init($.getView());
$.distance.choices = distances; is missing |
Figured it out. Doesnt like vertical layout. |
I found the same error, but I can be more specific (2 hours testing to found it): (Environment: Mavericks with Ti 3.1.3) You can test it easily, just make a new tabbed project and in any tab, use this code: < Tab > In the tab1.xml you can use your example docs code and you will find that the picker don't work well: sometimes appears 2 times (and displaced from bottom), sometimes doesn't appear... There is a WARN error while this happens: New layout set while view [object pickerview] animating: Will relayout after animation If you put code directly on the Tab, instead a require, all works well (iOS only, in Android works well). I hope you can check it, it is a very good widget. |
it not open picker, in iOS 6.1 and iOS 7.
I used before and worked fine, but not now...
The text was updated successfully, but these errors were encountered: