ColdGrub1384 / Pisth

SSH and SFTP client for iOS
https://develobile.com/pisth
Apache License 2.0
413 stars 67 forks source link

Insert button and screen size #16

Closed MoNTE48 closed 1 year ago

MoNTE48 commented 5 years ago

Friend, where's the Insert? I am a simple person and use 'vim". How do I start typing?

MoNTE48 commented 5 years ago

Ok, another problem. iPhone Xr. htop. Pisth BE68E05F-9DDA-497C-85E2-557E4231EA78 htop. Termius 757DA6E6-1C92-4F98-B4B4-025DE2378AFB

ColdGrub1384 commented 5 years ago

Try to tap in the terminal and you should be able to type.

ColdGrub1384 commented 5 years ago

If you type i you should be able to type in vim.

ColdGrub1384 commented 5 years ago

Does the htop issue happen all time or just in some cases? Also, does it happen only with htop or also with other programs, for example nano?

MoNTE48 commented 5 years ago

Hmm, how many years I use Linux on servers and did not know it! Ok, the question is removed. Next. It seems that the terminal area does not occupy the entire screen. You also have some problem with scaling. This can be seen if I open an application with a background, for example htop.

ColdGrub1384 commented 5 years ago

I will check that, but I’m not sure I will fix it. The terminal is an HTML page and the problem seems to be something with the library that I use to display the terminal.

ColdGrub1384 commented 5 years ago

If you change the font size from settings, more information will be displayed.

MoNTE48 commented 5 years ago

I do not agree with you. The HTML page is simply not stretched to full screen. Optimization issue for iPhone XR. 29F12E0B-D015-4111-BC02-94AF9BD7C632

ColdGrub1384 commented 5 years ago

1DD8C238-B810-4268-B04F-860CF056139F

This also happen on iPhone 7. The page is stretched but there is a margin.

MoNTE48 commented 5 years ago

I hope that you can find a solution. If the terminal is an HTML page, simply revise the code of the webview object you are using. Unfortunately, I know more about Java Android, so I can not help you.