shiv19 / nativescript-cfalert-dialog

CFAlertDialog Wrapper for NativeScript
Apache License 2.0
42 stars 21 forks source link

Is linear-gradient supported? #23

Closed JuanDeLeon closed 5 years ago

JuanDeLeon commented 5 years ago

Running on iOS simulator iPhone 8, NS 5.2

I tried to set the options.backgroundColor property on a BottomSheet dialog like this: dialogStyle: this.$CFAlertStyle.BOTTOM_SHEET, backgroundColor: linear-gradient(to bottom, #304B99, #FFFFFF)

But it didn't work. The dialog is not shown at all. No error logs or anything.

shiv19 commented 5 years ago

@JuanDeLeon Sorry Linear gradient background is not supported by this plugin