nativescript-vue-navigator icon indicating copy to clipboard operation
nativescript-vue-navigator copied to clipboard

BUG 2

Open ukik opened this issue 5 years ago • 0 comments
trafficstars

<Label @tap="$navigator.modal('register', { fullscreen: true })" textAlignment="center" @touch="hoverOver">,

BUG

JS: [Navigator] Failed to show modal: Error: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState

  1. I open modal, then modal closed
  2. I minimize app, the reopen from Icon
  3. when I try modal, error comes

ukik avatar Jun 29 '20 08:06 ukik