Closed Tyler-V closed 4 years ago
Setting the backgroundColor as transparent on the modal-container allows me to show the background content once again but I'm unable to add an opaque background.
<ModalStack dismissEnabled="true" class="modal-container" backgroundColor="transparent">
<StackLayout class="modal">
...
@mukaschultze @CalebJTSmith @lochstar @edusperoni
Hi, I want give thanks to @Tyler-V for this fix. I am using nativescript vue and I would to know if this merge is going to be done soon. If not, I would like to know if is possible to install this library pointing to @Tyler-V master branch for a temporal fix.
¿Are there something that make that the library in my package.json point to this pull?
Thanks and kind regards!
@juanm4 You can point directly to a git branch in your package.json. Here's an article that may help.
@lochstar Thanks for info, but unfortunately in this library there isn't a package.json in the root path. So, when you try to install npm install --save Tyler-V/nativescript-windowed-modal#master
it fails.
Any suggestion to fix it? Thanks!
Looks like some regression was introduced in the latest update @mukaschultze @CalebJTSmith @lochstar @edusperoni
Can we reopen this issue? Or should I make a new one, this is appearing in Android on NS7 now.
showMapLayers() {
const options = {
viewContainerRef: this.vcRef,
animated: false,
fullscreen: true,
dimAmount: 0.5,
};
return this.modalDialogService.showModal(MapStylesComponent, options);
}
Which platform(s) does your issue occur on?
Is there any code involved?