Make sure to check the demo app(s) for sample usage
DONE
Make sure to check the existing issues in this repository
DONE
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital
letter.
The demo app cannot help because it does not represent the context or state in which the issue occurs to me.
Context:
The modal renders a component BottomSheetManagerComponent.
1.1. This component is inside the feature moduleHomeModule, which is lazy-loaded through the import statement in the AppRoutingModule.
I am using the page-router-outletinside the BottomSheetManagerComponent (rendered through the BottomSheetService).
I am using Angular version: 8.2.0
Which platform(s) does your issue occur on?
Platform affected:
[x] iOS
[x] Android
iOS/Android versions:
iOS: 13.5
Android: 9.0
Please, provide the following version numbers that your issue occurs with:
CLI: 6.7.4
Cross-platform modules: 6.5.4
Runtime(s): 6.5.0
Plugin(s):
"nativescript-material-bottomsheet": "3.2.8",
Please, tell us how to recreate the issue in as much detail as possible.
Create an application that lazy loads one module, let's call it HomeModule for consistency.
Create a component that will be rendered by the bottomsheet BottomSheetRootComponent
Create a component that will be rendered by BottomSheetRootComponent and name it BottomSheetChildComponent
Create a button that opens the bottomsheet and renders BottomSheetRootComponent
Put a page-router-outlet with the name property set bottomsheetOutlet
Create a path in the HomeModule routing so that it renders the child component in the bottomsheetOutlet.
1.1 See fragment of the code I am using below [1]
Open the bottom sheet and make it render the bottomSheetChildComponent
Make sure to check the demo app(s) for sample usage
DONE
Make sure to check the existing issues in this repository
DONE
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital letter.
The demo app cannot help because it does not represent the context or state in which the issue occurs to me.
Context:
BottomSheetManagerComponent
. 1.1. This component is inside the feature moduleHomeModule
, which is lazy-loaded through theimport
statement in theAppRoutingModule
.page-router-outlet
inside theBottomSheetManagerComponent
(rendered through theBottomSheetService
).8.2.0
Which platform(s) does your issue occur on?
13.5
9.0
Please, provide the following version numbers that your issue occurs with:
6.7.4
6.5.4
6.5.0
Please, tell us how to recreate the issue in as much detail as possible.
HomeModule
for consistency.BottomSheetRootComponent
BottomSheetRootComponent
and name itBottomSheetChildComponent
BottomSheetRootComponent
page-router-outlet
with thename
property setbottomsheetOutlet
HomeModule
routing so that it renders the child component in thebottomsheetOutlet
. 1.1 See fragment of the code I am using below [1]bottomSheetChildComponent
Is there any code involved?
[1]:
Video showing the bug:
https://media.giphy.com/media/Q6xZJeAUYAO5FexGl4/giphy.gif