plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[@nativescript/camera] Taking picture from dialog not working on iOS

Open pandabuilt opened this issue 4 years ago • 2 comments

When loading up a component inside a modal from a footer navigation I've noticed Attempt to present <UIImagePickerController: 0x10f02a800> on <UINavigationControllerImpl: 0x10986a000> (from <UINavigationControllerImpl: 0x10986a000>) whose view is not in the window hierarchy.

This issue was first reported here: https://github.com/NativeScript/nativescript-camera/issues/227

And the examples are still relevant to facing it here in @nativescript/camera. Thought I'd bring it here to bring the community a way to track it in up to date ns7 projects.

pandabuilt avatar Mar 25 '21 04:03 pandabuilt

This is also happening to @nativescript/datetimepicker

pandabuilt avatar May 05 '21 01:05 pandabuilt

I have used router-outliet instead of legacy <page-router-outlet></page-router-outlet> and it took of all issues

pandabuilt avatar May 08 '21 04:05 pandabuilt