The page is set to defaultRoute
import * as frameModule from 'tns-core-modules/ui/frame'
...
mounted() {
console.log(frameModule.topmost())
....
frameModule.topmost()
I got 'undefined'
If not a defaultRoute page, just use this.$navigator.navigate open it,
topmost is not 'undefined' now.