It Works On The PC But Not On The Actual Mobile Advice

Hi guys I have finally got a small method to refresh the view of my app here it is

$scope.goToViewHome = function(){
	$state.go('home').then(function(){
		$location.path('/homePage');		
		$window.location.reload();
	});		
}

But the kicker is it works on the computer but not on the actual mobile device, why?