tembac 3 Report post Posted June 24, 2016 I'm making a game that need to run on web desktop and mobile devices. At first we were using rendering Auto but we noticed that it was slow on ios. It reached 30fps top on iphone 5. We noticed that auto seem to always choose webgl on ios. On android and desktop it worked perfect. Now we switched to rendering canvas and it works at 60fps on the iphone 5 but we noticed some big, sporadic, slowdowns on Android and desktop. What is the best approach for multiplatform games? Do I need to detect the os of the device? How is this done? Quote Share this post Link to post Share on other sites
VitaZheltyakov 32 Report post Posted June 24, 2016 I always use Canvas. In the game settings, the user can select WebGL Quote Share this post Link to post Share on other sites
tembac 3 Report post Posted July 19, 2016 On 24/6/2016 at 4:53 AM, VitaZheltyakov said: I always use Canvas. In the game settings, the user can select WebGL We will do that but I'm still have the same doubt to see if there is an option to make it automatically. Our sponsor is not happy with the Webgl toggle. Quote Share this post Link to post Share on other sites