Matthew Petroff
Matthew Petroff
The `viewer.setUpdate()` method is for handling dynamic content as the panorama input. This is for supporting, e.g., `` and `` elements as input. This only works for equirectangular images, not...
Pannellum just uses a standard `XMLHttpRequest`, so it's a configuration issue on your end. My guess is that it's a CORS issue. I'd recommend looking at the responses to this...
Builds aren't included in the Git repository (note the lack of a `build` directory), so pointing a CDN at `master` / the Git repository isn't going to work. If you...
The rubberbanding shouldn't ever happen, and there's nothing in Pannellum that I can think of that could cause it. And it obviously isn't Chrome, since you don't see it on...
A release will happen as soon as I'm able to find the time to do the necessary QA and testing. However, at this point, I know better than to try...
> Maybe keep older browsers as "assumed to work", but not thoroughly tested? That's already the case; the browser compatibility section mentions that "only recent browsers are tested." I agree...
> I tried to set: height: auto; > but it does not work in the sense that the panorama is not shown at all. That's an issue with your CSS,...
> As far as I know the following CSS settings should get the result As I explicitly told you in my last reply, that sets the viewer height to zero....
> This will be accessible to users, and I need to develop an API for the web app to request the next chunk of scenes from the database. Alternatively, should...
There's nothing wrong with the configuration you've posted, so the issue must be something else on your page. I would guess that it's something CSS related, given that's how the...