Sam-Davis
Sam-Davis
I am having the same issue
This can be done now with: `[virtualScroll]="true"`
We have tried to implement a workaround for this bug, but it appears that this bug is a blocker. We implemented the permissions check in a previous page: ``` camera.requestPermissions().then(...
On further investigation, this bug has a lesser impact than previously thought. It breaks when you open the camera on a device for the first time and it says: "Allow...
Good idea. Stackblitz is here: [Stackblitz example](https://stackblitz.com/edit/angular-61vrrf?file=src/index.html) To create this Sackblitz, I took the example on the [materials website]( https://material.angular.io/components/table/examples) - Table with expandable rows,. I copy pasted the table...
Interesting. The trigger on load has the transition: ``` fromState: "void", phaseName: "start" toState: "collapsed" ``` The transition on switching tabs has the transition: ``` fromState: "collapsed" phaseName: "start" toState:...