diff --git a/vcm/templates/story/virtualcitystory.js b/vcm/templates/story/virtualcitystory.js
index 6a23d5e7095845a7fd704577864270687493a3ae..8cb8bd94a437ad2c3137dee6cba33fd5ff30d30f 100644
--- a/vcm/templates/story/virtualcitystory.js
+++ b/vcm/templates/story/virtualcitystory.js
@@ -132,8 +132,8 @@ vcs.vcm.Framework.getInstance().subscribe("MAP_LOADED", function() {
 });
 
 var framework = vcs.vcm.Framework.getInstance();
-if (checkagent() == true && is_touch_device() == true && checkIpad() == true){
-    vcs.vcm.Framework.loadConfig("config_mobile.json")
+if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ){
+    vcs.vcm.Framework.loadConfig("config_ipad.json")
     var drop = document.getElementById("dropdownMain")
     drop.classList.add('can-touch')
     drop.style.display = "none"; // add "can-touch" class to document root using classList API