GithubHelp home page GithubHelp logo

Comments (4)

JeremyHeleine avatar JeremyHeleine commented on September 22, 2024

Hi,

Thanks for reporting the problem, I'll try to reproduce it (on an emulator sadly) to better see what's wrong.

from photo-sphere-viewer.

Hlucho avatar Hlucho commented on September 22, 2024

I experience the same symptoms on my Samsung Galaxy phone with its built-in browser "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-T699 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30".

However, it is working well on the same device with Chrome browser "Mozilla/5.0 (Linux; Android 4.0.4; SGH-T699 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36".

Also working well on the same device on Opera browser "Mozilla/5.0 (Linux; Android 4.0.4; SGH-T699 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.107 Mobile Safari/537.36 OPR/29.0.1809.93516".

Only the default Samsung Internet browser gets stuck in "Loading" state.
 
 

It does not load on another phone even with Chrome installed "Mozilla/5.0 (Linux; Android 4.2.2; Luno Build/OrangeLuno) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36", but this might be an issue with that device available memory.

from photo-sphere-viewer.

JeremyHeleine avatar JeremyHeleine commented on September 22, 2024

I still didn't find the origin of this bug, but I'll make my possible to fix it as soon as possible.

from photo-sphere-viewer.

ZackMattor avatar ZackMattor commented on September 22, 2024

I fixed it by adding this hack...

    Sphoords.getScreenOrientation = function() {
      return 'portrait-primary';
    };

    Sphoords.isDeviceOrientationSupported = true;

from photo-sphere-viewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.