nativescript-datetimepicker icon indicating copy to clipboard operation
nativescript-datetimepicker copied to clipboard

Datepicker not showing inside a secondary modal

Open jannomeister opened this issue 5 years ago • 2 comments

I'm using nativescript-angular. When I call the datepicker inside a modal on top of a modal it wont show.

jannomeister avatar Dec 20 '19 08:12 jannomeister

I'm using nativescript-vue. Same issue.

Error message follows...

CONSOLE LOG file: node_modules/@nativescript/core/ui/frame/frame-common.js:581:16: 'topmost() is deprecated. Use Frame.topmost() instead.'

kazoostudios avatar Mar 26 '20 23:03 kazoostudios

Same on IOS with angular (OK on android) Opening a picker from a Modal fails with :

Warning: Attempt to present <UIAlertController: 0x10397f400> on <UIViewControllerImpl: 0x10dd638f0> whose view is not in the window hierarchy!

jscti avatar Aug 31 '20 09:08 jscti