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

How to force the user to see the login page on his first session on the app

$
0
0

I found the solution in this issue report :

So the solution is the following :

 $ionicModal.fromTemplateUrl('templates/login.html', {
    scope: $scope,
    hardwareBackButtonClose: false
  }).then(function(modal) {
    $scope.modal = modal;
    $scope.isUser = sessionService.get("user") ? true : false;
    if( !$scope.isUser ) {
      $scope.modal.show();
    }
  });

Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>