Open unknwnc opened 9 years ago
Now we are cooking with gas. I'll get that going. How is the loader going?
Mobile support is a go. Do you have an iphone? I'm going to add some additional instructions on the readme file for iPhone support.
Can you add a event.preventDefault() To keep the user from scrolling around on touch?
Wow. I was just wondering how to do that. because it freezes the game lol.
Another thing is to specify the icon for the webapp. You can take a look at this reference for all the tags iOS can recognize: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html
There are some
<meta>
tag values recognized by Safari on iOS, that allow sites to open as a webapp. If the user adds the site to their home screen and opens it from there, the site can launch full-screen, like a native app.