PeterStaev / NativeScript-Drop-Down

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

Dropdown arrow not visible on IOS #159

Closed HunterJS-bit closed 6 years ago

HunterJS-bit commented 6 years ago

Hello Im having issue on my android the dropdown arrow is visible, but on my Ios device ????

PeterStaev commented 6 years ago

Hey @markomiljkovic , there is no arrow for iOS since this is how native control looks like. If you want you can add an arrow by adding a the drop down and a button with the arrow icon in a GridLayout and then handling the tap event of the button and call the open() method of the drop down.

PeterStaev commented 6 years ago

No further response so closing this one for now. In case you still have problems, please provide more details.