nativescript-vue / nativescript-vue-navigator

A simple router for NativeScript-Vue, built on top of $navigateTo to simplify routing from within components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG 2

ukik opened this issue · comments

<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