You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the mobile view is fairly broken, including white space, the context menu being too big for some screens, and the inability to use the application on mobile devices.
A proposal for those looking to make impactful additions and modifications to TLPP would be to introduce mobile controls, either by implementing a mobile joystick or simply using the displayed WASD image by adding event listeners to the image for where a user is pressing. As well as managing the HTML and CSS to display properly on smaller/mobile devices. Debugging the application for mobile displays is easy; most browsers have the option to toggle device view in developer settings, for example if you're using chrome, open developer tools using Ctrl+Shift+I and there will be a symbol on the top left of the window displayed labeled "toggle device toolbar", this will let you switch between simulated devices to see your changes in effect.
The text was updated successfully, but these errors were encountered:
Currently the mobile view is fairly broken, including white space, the context menu being too big for some screens, and the inability to use the application on mobile devices.
A proposal for those looking to make impactful additions and modifications to TLPP would be to introduce mobile controls, either by implementing a mobile joystick or simply using the displayed WASD image by adding event listeners to the image for where a user is pressing. As well as managing the HTML and CSS to display properly on smaller/mobile devices. Debugging the application for mobile displays is easy; most browsers have the option to toggle device view in developer settings, for example if you're using chrome, open developer tools using Ctrl+Shift+I and there will be a symbol on the top left of the window displayed labeled "toggle device toolbar", this will let you switch between simulated devices to see your changes in effect.
The text was updated successfully, but these errors were encountered: