Batzi Posted October 26, 2015 Share Posted October 26, 2015 So I'd like to test my Phaser app on a tablet. Given that I have been testing it on a web browser, I assume device resolution is going to be something to take into account. Can you please let me know what is the fastest way to test my app on a tablet? What should I take into account when I am coding for multiplatforms? Anyone here used Ionic framework? It comes with Cordova and usually the latter converts the HTML5 app to a non-native smartphone/tablet app and handles the responsiveness. So I don't have to worry about device resolutions and whatnot. Is there anything similar for Phaser or I have to do it from scratch? Link to comment Share on other sites More sharing options...
bruno_ Posted October 26, 2015 Share Posted October 26, 2015 I use cordova with phaser and crosswalk webview.The perfomance is not perfect, but it's good.Depends on your game. Link to comment Share on other sites More sharing options...
tips4design Posted October 26, 2015 Share Posted October 26, 2015 Well, fastest way is to open it in the web browser on the tablet Link to comment Share on other sites More sharing options...
Batzi Posted October 26, 2015 Author Share Posted October 26, 2015 What about CocoonJS? Link to comment Share on other sites More sharing options...
bruno_ Posted October 26, 2015 Share Posted October 26, 2015 I haven't tried Cocoon, but for Android they use Crosswalk too, so I think the performance would be similar to Cordova + Crosswalk. Link to comment Share on other sites More sharing options...
WombatTurkey Posted October 26, 2015 Share Posted October 26, 2015 Not sure if you already know about this, but: Can help with dimensions and throttling.. would be nice if chrome switched OS in chrome isolates for testing though, otherwise I guess just go with what Batzi said. Crosswalk and Cordova might help as well Link to comment Share on other sites More sharing options...
bruno_ Posted October 27, 2015 Share Posted October 27, 2015 For development testing I use ripple emulator for chrome (mainly because it is integrated with cordova template in visual studio community 2015) Link to comment Share on other sites More sharing options...
Recommended Posts