diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index a31388faf4..d47db160b5 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -176,7 +176,7 @@ if (browserInfo.animate && !browserInfo.mobile) { //return true; } - return true; + return AppInfo.isNativeApp; },