Little Sharky Posted December 30, 2018 Share Posted December 30, 2018 Hi all I have a question on hot to make a desktop browser game mobile friendly, ie, be able to use touch gestures. I recently published my Breakout based browser game: And now I plan to make a few enhancements starting with making the game mobile friendly, so i will need the ability for user's to have touch interaction.) As this game was built using vanilla JavaScript, are there any libraries or tutorials that anyone could recommend? Thanks. LS Quote Link to comment Share on other sites More sharing options...
mattstyles Posted January 2, 2019 Share Posted January 2, 2019 MDN is a great resource, i.e. for touch events https://developer.mozilla.org/en-US/docs/Web/API/Touch_events 8Observer8 1 Quote Link to comment Share on other sites More sharing options...
Little Sharky Posted January 9, 2019 Author Share Posted January 9, 2019 On 1/2/2019 at 12:51 PM, mattstyles said: MDN is a great resource, i.e. for touch events https://developer.mozilla.org/en-US/docs/Web/API/Touch_events Thanks for this I hadn't actually seen it in the Mozilla doc, looks great and just what I'm after. Cheers for sharing. LS. mattstyles 1 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.