This is more of a question about the implementation. On Android, the background is set to a GradientDrawable with color and corner (https://github.com/Especializa/nativescript-ng-shadow/blob/master/src/common/shadow.ts#L52). Why is this done?
It seems most of the shadow code is in the elevation bit, and this is serving only to remove the CSS background. Am I missing something?
This is more of a question about the implementation. On Android, the background is set to a GradientDrawable with color and corner (https://github.com/Especializa/nativescript-ng-shadow/blob/master/src/common/shadow.ts#L52). Why is this done?
It seems most of the shadow code is in the elevation bit, and this is serving only to remove the CSS background. Am I missing something?