You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

tematy

Beginner

  • "tematy" started this thread

Posts: 4

Location: moscow

Occupation: work

  • Send private message

1

Wednesday, October 5th 2011, 7:11pm

html5 v14 mirror duplicate hotspot : (

v14 krpano — duplicate hotspots on Ipad.
http://lookon.ru/Content/Tours/likes/xz/
Hotspot on the ground (white circle) was duplicated on the sky (on the zenith). Cursor becomes pointer, click on the sky opens nadir links : (

tematy

Beginner

  • "tematy" started this thread

Posts: 4

Location: moscow

Occupation: work

  • Send private message

2

Thursday, October 6th 2011, 8:29am

distorted="true" — reason.
if distorted false, hotspots not duplicated, but hotspots mooving
and dancing.

jschrader

Intermediate

Posts: 237

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

3

Saturday, October 29th 2011, 1:18pm

Same problem here.
Did you find a solution?

tematy

Beginner

  • "tematy" started this thread

Posts: 4

Location: moscow

Occupation: work

  • Send private message

4

Monday, October 31st 2011, 8:35am

No : (
klaus.krpano, need help!

mindlessboss

Professional

Posts: 1,082

Location: Russia, Kaliningrad

  • Send private message

5

Monday, October 31st 2011, 4:15pm

Hello!
What is the problem?
contact me mail @ atlas-is.ru
i will try to help
RUSSIAN

Andrey *thumbup*
VRAP - desktop VR content player based on krpano.
Common tasks in one place in one click! Discussion thread
DOWNLOAD for MAC
DOWNLOAD for WIN

HansNyb

Professional

Posts: 1,063

Location: Denmark

Occupation: Photographer

  • Send private message

6

Monday, October 31st 2011, 4:40pm

distorted="true" — reason.
if distorted false, hotspots not duplicated, but hotspots mooving
and dancing.


I can not duplicate your error.
http://360-foto.dk/tadashi/ipad/
XML

<hotspot name="bundlogo"
url="../skin/bundlogo.png"
ath="0"
atv="90"
distorted="true"
scale="0.9"
rotate="0.0"
rotatewithview="false"
keep="true"
onclick="openURL(http://360-foto.dk)"
/>

I have keep="true" as with out that you do not load it all in scenes.

7

Monday, October 31st 2011, 6:27pm

Hans, your .js says 2010. Have you tried with the latest version? I get the same issue with the latest version.

Posts: 1,857

Occupation: Virtual Tours - Photography - Krpano developer

  • Send private message

8

Monday, October 31st 2011, 6:33pm

Yeah a js that old wouldn't even support the distorted attribute.
KRPano Developer: Portfolio ::Gigapixel Tagging Solutions - Porfolio 2 :: Facebook :: Twitter :: reddit.com/r/VirtualTour

HansNyb

Professional

Posts: 1,063

Location: Denmark

Occupation: Photographer

  • Send private message

9

Monday, October 31st 2011, 8:37pm

Hans, your .js says 2010. Have you tried with the latest version? I get the same issue with the latest version.


Yes you are right, Did not know this was a new bug.

I have updated it and unfortunately it is not the only bug. Check the thumbnails in the Flash version.
http://360-foto.dk/tadashi/ipad/

Hans

HansNyb

Professional

Posts: 1,063

Location: Denmark

Occupation: Photographer

  • Send private message

10

Monday, October 31st 2011, 8:48pm

Hans, your .js says 2010. Have you tried with the latest version? I get the same issue with the latest version.


Yes you are right, Did not know this was a new bug.

I have updated it and unfortunately it is not the only bug. Check the thumbnails in the Flash version.
http://360-foto.dk/tadashi/ipad/

Hans


Forget about the thumbnail bug. I just found out there is a new update from 21.10 which solved that one.

Hans

jschrader

Intermediate

Posts: 237

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

11

Tuesday, November 1st 2011, 11:39am

Klaus gave me an answer on that one, saying that it is more or less a bug in the Safari Browser which would be very clumsy to override.
Which means in fact that there's no quick solution in sight.

He said for him as a developer it looks like the part where the visible grpahic is calculated works correct but the part calculating the clickable areas has errors. Says they simply might have forgotten to correctly clip the 3D coordinates of the graphics before projection is applied.

We could try to address this problem to the Apple Webkit developers. If anybody knows how to appraoch them let me know.
This problem is a real show stopper for distorted hotspots on the iPad.

HansNyb

Professional

Posts: 1,063

Location: Denmark

Occupation: Photographer

  • Send private message

12

Tuesday, November 1st 2011, 12:12pm

We could try to address this problem to the Apple Webkit developers. If anybody knows how to appraoch them let me know.
This problem is a real show stopper for distorted hotspots on the iPad.[/quote]


So if that is the case why is the bug not with the older KRPano version .
I also still have the 4.3 IOS Safari.

Hans

jschrader

Intermediate

Posts: 237

Location: Bavaria, Germany

Occupation: Photographer, Producer

  • Send private message

13

Tuesday, November 1st 2011, 12:21pm

Can you show me an older Krpano version with distorted hotpots on iPad where they work properly?

14

Friday, November 4th 2011, 3:40pm

Hi,

this is unfortunately a Safari (or Webkit) problem/bug,

here a short description what krpano is doing when using a distorted hotspot in the krpanoJS viewer:
  • a html dom element (with the hotspot image) will get placed on the html page with css 3d transform styles to define it size and position
  • javascript events for clicking, touching and so on where added to the html element to redirected to krpano code

so only when the browser recognizes a click or touch on it's html element, it calls the krpano event, and then krpano its own actions code, krpano itself doesn't check where on the screen the user had clicked, that was done by the browser,

and this detection of the clicking on the css 3d transform area is buggy in some situations in the current Safari (Webkit?) versions,

I will try to add a workaround for this browser issue by doing the detection if and where a hotspot has been clicked manually,

best regards,
Klaus