resize issue after using another app #376
Unanswered
obertscloud
asked this question in
Q&A
Replies: 1 comment
-
|
Can you please post a screen recording of the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Love the app except on my android tablet
When I go to another app
Return I'm zoomed in
I see no controls to restset it back
If I swipe from the right of app to close the screen go back inside it's adjusted correctly
To get it the right size I start the vnc server on my termux Linux like this
if [ -z "$DISPLAY" ]; then
read -t 10 -p "Start VNC server? [Y/n]: " answer
if [ "$answer" != "n" ]; then
vncserver :1 -geometry 1280x800 -depth 24 -xstartup ~/.vnc/xstartup
fi
fi
How can it be fixed?
Beta Was this translation helpful? Give feedback.
All reactions