fake3d icon indicating copy to clipboard operation
fake3d copied to clipboard

using 3d webgl on mobile device

Open kbanwait123 opened this issue 4 years ago • 3 comments

I can't figure out why your application for 3d webgl works when using https://tympanus.net/Tutorials/Fake3DEffect/ but when I try to use it on a test website/localhost ... using my mobile device it won't work. An example I used the 3d webgl to move a image shown here https://www.torontosprimecondos.com/index.html ,works fine in a browser but not at all on mobile device while your website works fine.

kbanwait123 avatar Mar 03 '20 16:03 kbanwait123

Hello, i figure out why effect didnt't work in the mobile browsers. The reason is insecure usage of DeviceMotionEvent in gyronorm.js. Just start webserver with valid ssl (https) and it will be work fine

Dimilian avatar Jun 10 '20 14:06 Dimilian

Thanks I will try 😁

On Wed, Jun 10, 2020, 10:40 AM Dimilian [email protected] wrote:

Hello, i figure out why effect didnt't work in the mobile browsers. The reason is insecure usage of DeviceMotionEvent. Just start webserver with valid ssl (https) and it will be work fine

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akella/fake3d/issues/12#issuecomment-642054511, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOXD37LX72MAGYDKAF6T6HLRV6LO3ANCNFSM4LAOK5LQ .

kbanwait123 avatar Jun 12 '20 15:06 kbanwait123

Thanks!

CalebAmesbury avatar Jun 19 '20 01:06 CalebAmesbury