Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
6b97756c
Commit
6b97756c
authored
Nov 27, 2020
by
Patrick
Browse files
put ipad detection back on the menu
parent
ee5ef3fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
vcm/templates/story/virtualcitystory.js
View file @
6b97756c
...
@@ -132,13 +132,12 @@ vcs.vcm.Framework.getInstance().subscribe("MAP_LOADED", function() {
...
@@ -132,13 +132,12 @@ vcs.vcm.Framework.getInstance().subscribe("MAP_LOADED", function() {
});
});
var
framework
=
vcs
.
vcm
.
Framework
.
getInstance
();
var
framework
=
vcs
.
vcm
.
Framework
.
getInstance
();
// if (checkagent() == true && is_touch_device() == true && checkIpad() == true){
if
(
checkagent
()
==
true
&&
is_touch_device
()
==
true
&&
checkIpad
()
==
true
){
// vcs.vcm.Framework.loadConfig("config_mobile.json")
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config_mobile.json
"
)
// var drop = document.getElementById("dropdownMain")
var
drop
=
document
.
getElementById
(
"
dropdownMain
"
)
// drop.classList.add('can-touch')
drop
.
classList
.
add
(
'
can-touch
'
)
// drop.style.display = "none"; // add "can-touch" class to document root using classList API
drop
.
style
.
display
=
"
none
"
;
// add "can-touch" class to document root using classList API
// } else
}
else
if
(
checkagent
()
==
true
&&
framework
.
isMobile
()
==
false
)
{
if
(
checkagent
()
==
true
&&
framework
.
isMobile
()
==
false
)
{
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config_safari.json
"
)
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config_safari.json
"
)
}
else
{
}
else
{
framework
.
isMobile
()
?
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config_mobile.json
"
)
:
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config.json
"
)
framework
.
isMobile
()
?
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config_mobile.json
"
)
:
vcs
.
vcm
.
Framework
.
loadConfig
(
"
config.json
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment