diff --git a/js/routes.js b/js/routes.js index c39314443..1f443ee76 100644 --- a/js/routes.js +++ b/js/routes.js @@ -145,7 +145,7 @@ angular } $rootScope.$on('$routeChangeStart', function(event, next, current) { - if (unsupported) { + if (unsupported && !isCordova) { $location.path('unsupported'); return; }