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 p5.js web editor does not allow users to view or switch between the code and preview tabs while a project is running. This feature is essential for users to review and modify code while simultaneously observing the output.
While exploring examples on the p5.js website, I observed that on the desktop view, switching between code and preview tabs is possible, allowing for simultaneous code review and output observation. However, this functionality is not available on mobile devices, where switching tabs are disabled while the project is running. This limitation impairs the ability to debug and iterate on code when using mobile devices efficiently.
Problem
ScreenRecording_09-07-2024.13-37-35_1.MP4
Feature enhancement details
Add a tab to view code tab when it is running, in mobile view.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Increasing Access
Currently, the p5.js web editor does not allow users to view or switch between the
code
andpreview
tabs while a project is running. This feature is essential for users to review and modify code while simultaneously observing the output.While exploring examples on the p5.js website, I observed that on the desktop view, switching between
code
andpreview
tabs is possible, allowing for simultaneous code review and output observation. However, this functionality is not available on mobile devices, where switching tabs are disabled while the project is running. This limitation impairs the ability to debug and iterate on code when using mobile devices efficiently.Problem
ScreenRecording_09-07-2024.13-37-35_1.MP4
Feature enhancement details
Add a tab to view
code
tab when it is running, in mobile view.The text was updated successfully, but these errors were encountered: