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

UI config editor on iOS #131

Closed
PerthSteve opened this issue Jul 3, 2018 · 3 comments
Closed

UI config editor on iOS #131

PerthSteve opened this issue Jul 3, 2018 · 3 comments

Comments

@PerthSteve
Copy link

Hello,
I've just installed this as part of the docker homebridge installation, and it seems to be working so far. I've been trying to use the config editor within the UI and have been having a couple of issues.

  1. When typing into the config.json window there is no ability to scroll, and if you keep adding lines the cursor disappears behind the keyboard. This makes it impossible to make changes this way.
  2. After making the required changes (for example adding the accessory config) and tapping SAVE I keep getting a syntax error. I made the exact same changes manually using nano and the file has loaded without issues.
  3. There's no ability to paste text into the config edit window.

Thanks!
PerthSteve

@oznu
Copy link
Member

oznu commented Jul 12, 2018

The editor used is Ace Editor. I have no intentions of spending to much time making the editor mobile compatible as that's out-of-scope for this project.

https://github.com/ajaxorg/ace/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20mobile

The solution might be to just use a plain <textarea> on mobile devices?

@PerthSteve
Copy link
Author

FYI the save issue seems to have corrected itself.

Cheers

oznu added a commit that referenced this issue Jul 30, 2018
@oznu
Copy link
Member

oznu commented Jul 30, 2018

This will be resolved in 3.8.8

@oznu oznu closed this as completed Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants