mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

Unable to select text fields in client page on Firefox for android #8

Open JonTheNiceGuy opened 8 years ago

JonTheNiceGuy commented 8 years ago

Also, it's a bloody nightmare getting to that page :)

mnutt commented 8 years ago

Wow yeah, the menu does not work well on Firefox/Android. I also opened https://github.com/mnutt/davros/issues/9 to investigate that.

It looks like firefox just doesn't like selecting text inside an iframe, for some reason. I think I need to submit something upstream to Sandstorm to add a "copy to clipboard" button inside the iframe.

mnutt commented 8 years ago

The client page text fields now have a "copy-to-clipboard", does that work in your case?

JonTheNiceGuy commented 8 years ago

It does, however the placement of the server name field in the client setup page is off-screen to the right in Firefox for Android, with no way to get to the copy button. The user credential fields are correctly placed.

Moving to landscape view is a workaround that works.

The new layout works really well on Android Firefox btw :)