MINT Posted December 19, 2017 Share Posted December 19, 2017 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>BabylonJS Viewer - Basic usage</title> <style> babylon { max-width: 800px; max-height: 500px; width: 100%; height: 600px; } </style> </head> <body> <babylon model="https://playground.babylonjs.com/scenes/Rabbit.babylon"></babylon> <script src="https://viewer.babylonjs.com/viewer.min.js"></script> </body> </html> This is an official sample I downloaded from babylonjs.com. I'm able to orbit on my android device (Chrome), but on iOS device, the viewport just get stuck. Any solution? Quote Link to comment Share on other sites More sharing options...
RaananW Posted December 20, 2017 Share Posted December 20, 2017 Hi, Interesting issue. Can you explain further what you mean with "stuck"? Is the navigation bar at the bottom not working as well? Is the rabbit shown, or not at all? Any way of shading a screenshot as well? I have no iOS device next to me ATM, but I should have one tomorrow to test with. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.