nativescript-vue / nativescript-vue-navigator

A simple router for NativeScript-Vue, built on top of $navigateTo to simplify routing from within components
MIT License
98 stars 10 forks source link

BUG 2 #47

Open ukik opened 4 years ago

ukik commented 4 years ago

<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