Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Can I re-render the ui when the app launch from background to foreground?

$
0
0

Have you tried changing state on resume event?

$ionicPlatform.on('resume', function() {
        $state.go('some state');
    });

Viewing all articles
Browse latest Browse all 228595

Trending Articles