Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last character is getting removed automatically while using Octave online on mobile #65

Open
Siddhesh-Agarwal opened this issue Mar 8, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Siddhesh-Agarwal
Copy link

When using octave online on mobile the last character of the line gets removed automatically. Users can, from their end, add a semi-colon at the end of the line to fix the problem. But this is creating an inconsistency between mobile and desktop sites since using semi-colon at the line end is not necessary for desktop sites.

I further went ahead testing if adding any other character at line end will work since it is getting removed anyways. Turns out the answer is no.

PS - I am not sure if this problem can be reproduced with a mobile site view on desktops.

@Siddhesh-Agarwal
Copy link
Author

Update

  • I am unable to reproduce this problem on a desktop (with mobile view). Which I think will imply that the problem is with mobile devices and not the mobile site.
  • We can use space instead of a semi-colon in the end. I think that the compiler simply removes the ending space. (Just like the semi-colon)

@sffc
Copy link
Contributor

sffc commented Mar 8, 2022

Thanks for the report. This is a long-standing issue that I believe is related to the mobile keyboard. The following Knowledge Base page recommends scientific keyboards that can be installed on Android that work better with Octave Online than the default keyboard.

https://octaveonline.uservoice.com/knowledgebase/articles/1955329-octave-online-on-android

Download link:

https://play.google.com/store/apps/details?id=com.gazlaws.codeboard

@sffc sffc added the bug Something isn't working label Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants