diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 1de99b7..4e6baa0 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -2940,6 +2940,17 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
}
}
+ var $ua = navigator.userAgent;
+ if (($ua.match(/(iPod|iPhone|iPad|android)/i))) {
+ if (event != undefined) {
+
+ if ($rootScope.isAnnotaionToolBarDrawingModeActive == false) {
+
+ $rootScope.getAnnotationTextBasedOnSelectedBodyRegion(event);
+
+ }
+ }
+ }
//}
}