This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Fix iOS onclick + hover bug
pull/15/head
PhobosK
10 years ago
parent
c45271e794
commit
f176e29c88
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/js/pannellum.js
+ 4
- 0
src/js/pannellum.js
View File
@@ -582,6 +582,10 @@ function createHotSpots() {
loadScene(hs.sceneId);
return false;
};
div.ontouchend = function() {
loadScene(hs.sceneId);
return false;
};
div.style.cursor = 'pointer';
span.style.cursor = 'pointer';
}
Write
Preview
Loading…
Cancel
Save