mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #185] With small changes the simulator can open as a fullscreen application #68
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gbraad on GitHub (Mar 21, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/185
With some small changes the simulator can open as a fullscreen application on a mobile phone.
These changes are as follows:
github.com/gbraad/numworks-simulator@ab970dce06Where can I propose these as a PR?
@lolocomotive commented on GitHub (Mar 21, 2022):
The file to edit is this one
I don't think that adding user-scalable=0 and maximum-scale=1 is a good idea since it doesn't allow the user to zoom in, which is useful since some smartphone displays are small and the screen of the simulator isn't always very readable at the default scale, so I would allow to zoom in.
@gbraad commented on GitHub (Mar 23, 2022):
Thanks. I found the other files;
/ion/src/simulator/web/Will see if I can set-up/make the PR soonish.
And you are right. Zooming on devices might be helpful.
@Lauryy06 commented on GitHub (Mar 28, 2022):
We are looking forward to it!