triniwiz / nativescript-popup

Apache License 2.0
22 stars 17 forks source link

Arrow is not showing for android #16

Open ghost opened 5 years ago

ghost commented 5 years ago

I am using this code for popover functionality but the popover arrow is not displaying whether I set hideArrow to true or false.

new Popup({ backgroundColor: 'transparent', width: 70, height: 50, unit: '%', elevation: 10, hideArrow: false // or true })