$state บน ios ไม่แสดงผล

พบปัญหา การใช้ $state บน IOS เมื่อทดลองบน  Mobile จริงๆ พบว่า หน้าขาว

จึงทดลองใช้วิธี Reflesh อีกครั้ง แบบหน่วงเวลา ปรากฎว่า OK

เมื่อ Login ผิดพลาด ให้ระบบกลับสู่หน้า Home
โดยดีเลย์ประมาณ 3 วินาที

 $scope.go_home = function() {

   
          $window.location='/#/app/home';
          $window.location.reload();
   
    // $state.go('app.home');

  };

$timeout(function() {
            $scope.go_home();
          }, 3000);
Share on Google Plus

About I'am Webmaster

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments :