PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Drop down won't open #78

Closed enoonan closed 7 years ago

enoonan commented 7 years ago

Even just copying and pasting code straight from the demo app, I'm not able to get this to work. I'm working on an iOS app, specifically for iPad.

The text from the demo displays, and if I change the selectedIndex from e.g. 1 to 2 in the controller declaration, the correct "data item 2" string displays. But when I click on any part of it (I'm using an emulator) there is no effect. No errors are logged to the console.

I expect a UIPickerView / spinner to appear at the bottom of the screen, but nothing happens. I've rebuilt the project several times, uninstalled and reinstalled the app on my emulator - still the same result.

Any idea what could be causing this?

PeterStaev commented 7 years ago

Hey @enoonan , I just tried running the demo app in iPad2 simulator and it works fine. So there must be some problem with your setup.

enoonan commented 7 years ago

That's what I was afraid of. Thanks for checking it out.

Eileen Noonan Developer Laravel, Angular, Wordpress

On Tue, Mar 28, 2017 at 1:42 AM, Peter Staev notifications@github.com wrote:

Hey @enoonan https://github.com/enoonan , I just tried running the demo app in iPad2 simulator and it works fine. So there must be some problem with your setup.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PeterStaev/NativeScript-Drop-Down/issues/78#issuecomment-289678235, or mute the thread https://github.com/notifications/unsubscribe-auth/AF0u40J_EpQE7NrBX7IpDQsAyYh-5774ks5rqKu_gaJpZM4Mq8IS .

philpalmieri commented 7 years ago

Did you ever figure out what it was? I'm having the same issue with tns 3.0

enoonan commented 7 years ago

Nope. In the end our client just wanted a TextField so it became moot for the time being

Eileen Noonan Developer Laravel, Angular, Wordpress

On Wed, May 3, 2017 at 1:45 PM, Phil Palmieri notifications@github.com wrote:

Did you ever figure out what it was? I'm having the same issue with tns 3.0

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/PeterStaev/NativeScript-Drop-Down/issues/78#issuecomment-299000601, or mute the thread https://github.com/notifications/unsubscribe-auth/AF0u45pHtP__LPxcpXhQu9kOdgQf3AI6ks5r2MtngaJpZM4Mq8IS .

philpalmieri commented 7 years ago

crud... its working on android, not ios - im hoping its just a version issue

philpalmieri commented 7 years ago

Just for anyone else, I found the issue/solution... I had not upgraded xcode and the emulator in a while, after doing that it works as expected

enoonan commented 7 years ago

I can confirm my Xcode was out of date when I was having this problem

Eileen Noonan Developer Laravel, Angular, Wordpress

On Wed, May 3, 2017 at 4:42 PM, Phil Palmieri notifications@github.com wrote:

Just for anyone else, I found the issue/solution... I had not upgraded xcode and the emulator in a while, after doing that it works as expected

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/PeterStaev/NativeScript-Drop-Down/issues/78#issuecomment-299044257, or mute the thread https://github.com/notifications/unsubscribe-auth/AF0u4-GIACodS94Emvmq_GVnJ4xWyxcTks5r2PTSgaJpZM4Mq8IS .