pisi / Reel

The premier 360° solution for jQuery.
http://reel360.org
MIT License
690 stars 210 forks source link

360 spinner doesn't work well on mobile #339

Open deadeyz opened 4 years ago

deadeyz commented 4 years ago

I made a product spinner for our electric Jet Ski landing page for my companies website with Reel, it works perfect on desktop and no errors in the console. When on mobile it's very jumpy and spits out this error image

Here's the link to the webpage: https://taigamotors.ca/watercraft/ You have to scroll down to the 3d model spinner section

I'm new to coding but did this all myself, with a little help on the buttons to change color and remain same position.

Please help!

dev-ahmad commented 4 years ago

@deadeyz can you please post your reel code, btw, it's working fine on chrome but on safari you will see some lag when you scroll it , maybe this might help you more https://www.ajax-zoom.com/index.php?cid=examples

deadeyz commented 4 years ago

@dev-ahmad thanks for helping.

On my Android Chrome browser it's not smooth at all, strange. Here's my code.

----------------------------------- HTML

colors

TAIGA

ORCA

----------------------------------Javascript

deadeyz commented 4 years ago

@dev-ahmad maybe this is better: https://codepen.io/tristrus/pen/rNNXapX

dev-ahmad commented 4 years ago

@deadeyz First of all sorry for being late, and yes it seems like there's something wrong in your code, but I have 2 examples for you: the first examples is for this reel library : https://codepen.io/bdang/pen/bdqgjE the second one for ajax zoom library: https://codepen.io/mladenilic/pen/zKOpmg

try them, they are really good for your case and already implemented, good luck :")

deadeyz commented 4 years ago

@dev-ahmad Oh wow! I wish I had that when I started the website! Thanks

deadeyz commented 4 years ago

@deadeyz First of all sorry for being late, and yes it seems like there's something wrong in your code, but I have 2 examples for you: the first examples is for this reel library : https://codepen.io/bdang/pen/bdqgjE the second one for ajax zoom library: https://codepen.io/mladenilic/pen/zKOpmg

try them, they are really good for your case and already implemented, good luck :")

Anychance you have any ideas of how to fix my existing code?