Code Monkey home page Code Monkey logo

leanorama's People

Contributors

lairsdragon avatar ztorage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

leanorama's Issues

Android gyro shaking

Hello i have implemented in a html android app leanorama and the tour works fine, but when i activate de gyro the tour image is shaking continuosly, its seems like its getting always gyroscope events, i have try changing the delay, its improves tbut still the "shake effect". I have tested ina samsung galaxy 3 and a galaxy nexus.

Any ideas ?

Thanks in advice.

Starting position

Is there a way to have the panorama initialise on the front image rather than the back? I guess this could be done by re-sorting the image array?

The cube of panorama does not close up in Safari on iOS6

Hello,
I found the cube of the panorama does not close up when I tried to test the demo in Safari on iOS6,which means the panorama showed with some white lines in positions of the cube's sides.
However,it works perfectly in Safari on iOS7 and Mac.

I suppose that there are some different characters between these two Safari to cause this problem.

Thanks for your ideas.

Not Working in Chrome, Chromium on Ubuntu

I tried chromium-browser 32 and google-chrome 33. The demo page does not work on both of them. I am running ubuntu.

I tried it on android. it works fine. Any ideas why? Thank you very much for this excellent project.

Hotspot Extension's info popup seems not work on ios7

Hotspot Extension's info popup seems not work on iOS7(7.0.3) ,i tested in xcode ios7 simulator,and also tested on the iPad4.

And I used chrome Version 30.0.1599.69 when had a test ,popup's close x button doesn't work too.

Initialization Parameters: lat also not work while lon is ok. (what i did is want to make the initial view of the panorama look down)

Thanks in advance.

Question: how to create/take cubic projection photos?

Hi, I tried google, but I failed to find any useful information. I don't know where to ask this question. I found hugin can create panorama photos, but I have no idea if that helps creating cubic projection photos or not. I don't know how to take photos to achieve that too. Are there any useful tutorials or online resources about this? Thank you very much. If this kind of questions should not go here, I am very sorry about it.

Multiresolution

Hi, I think it's mainly important, in order to make this tool very useful and so popular, to make it work well with high res panos.
That means big pics, heavy pics.
Having multiresolution images would make the tool prompter when showing at start and also when zooming.
It could be best if the preloading of higher resolution images could be configurable in order to save bandwidth on mobile devices.

dragging action does't work on Safari of iPhone

I build my project exactly as your article said , it can work well on Safari of Mac ,but the dragging action does't work on Safari of iPhone ,when i drag ,the entire webpage move , as below image shows .but your official demo work well on Safari of iPhone ,how can i fixed it ?
ios 2013-12-13 2 56 12

Leanorama is not showing output

Just now I learned about leanorama and its very interesting to work with. I've downloaded an example and it's worked well in my computer. Based on that example I created my own prog but it's not showing any output. Only blank white screen. I tried it with chrome, firefox and safari, but the output is same. I've modified the example's photo with my own photo and interestingly it worked well. I crosschecked my html and js files with those of example's. Everything is similar, but I don't know why it's not working. Please help me. Thanks in advance.

PS: Sorry for my bad English:)

Gyroscope not working

I've been trying to get the gyroscope to work but there doesn't seem to be a way for me to do so. Is there currently a problem with Gyroscope feature that I'm not aware of?

Help me...plz!

Hi, i ve downloaded and try to run on my local and doesnt work...upload on my server and doesnt work...sure is something i dont understand...hoping to find what is on demo.
Thx to all Kindly regards Emanuele

How to invoke jquery.leanorama.controlbar plugin's inside function?

It's easy to call function between different js files which embedd in the same html web pages.
/////////////
$.fn.leanorama.extensions.push(function start() {
.....
// Bind the Left button
$controls.left.bind('touchstart mousedown', $.proxy(function() {
//alert("Bind the Left button");
this.pan_start(-0.7, 0);
show_play();
}, this)).bind('touchend mouseup', $.proxy(function() {
this.pan_stop();
}, this));

   function qfordTest(){
     alert("qfordTest");
     this.pan_start(-0.7, 0);
        show_play();
   }

....
)};
//////////
My question is how to invoke left button anonymous function.
I try:(but it doesn't work)
$.fn.leanorama.extensions.push.qfordTest();

A little strange in Firefox

not work in firefox,it seems as if the transform of the div is not correct.
also do not respond for the browser resize event,if the browser changes size,the panorama looked so strange.

Question about "polygonal structure"

I found this amazing tool searching on Google and it fits almost perfectly what I seek. But a colleague asked me whether it would be possible to create not a cube but a multifaceted environment with six or eight sides so we could use more frames and thus get more coverage in the panoramic photos. He is a photographer and want to create montages with photos within these parameters in large environments, such as football stadiums, to create promotional events albums with tools like "you were there? Then find your place in the crowd!".

So the question is: would it be possible to adapt the code so that the horizontal axis accept "four or more" images instead of just four by default?

How to set up leanorama

Hello,
i'm developing my first web page and I need a little help to set up leanorama. I don't know how to initialize this awesome panorama.
I try to put the virtual example tour inside of a iframe but i can't make it work. I'm working on drupal 7 if this can help. Anyone can explain me how configure to start the virtual tour example?

Thanks in advance

Information button not working on android

Hi,
we are testing the demo and everything works pefect.
However it seems that there is a problem with the info button "i" next to the elevator.
It does not respond on :
Android 4.4.2 Chrome browser
Can you help?

Best regards,
Nico

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.