Peter Hlavatík
Peter Hlavatík
Do we have any updates on this case? I need it too, I am not sure how to implement such a case ..
> ```swift > lazy var loctionManager: CLLocationManager = { > let locationManager = CLLocationManager() > locationManager.delegate = self > return locationManager > }() > ``` I've added your code to...
> I don't have much time. If I recall correctly I took the **CTPanoramaView** from a PR that has been closed without being merged. In my scenario I needed motion...
@nayooti sorry for bothering you again. Can you share the code from the CTPanoramaView as well? I think I've just missing some little stuff to be able to make it...
> > @nayooti sorry for bothering you again. Can you share the code from the CTPanoramaView as well? I think I've just missing some little stuff to be able to...
Same issue here, following https://developers.google.com/codelabs/building-a-web-app-with-angular-and-firebase#9 this tutorial I am unable to install @angular/material with @angular/fire due to mentioned error above. What should I do?