Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work trying to improve layout on Android, and also allow app to accep…
…t other apps sending it files. Added some code that tries to detect soft-keyboard showing and changing screen size, but I seem unable to move teh whole display up, or whatever, to keep input field visible. Handling the layout with the WebView as the only part of the app seems to be causing some difficulties that are frusterating (I dont want WebView to resize, and I cant get the OS to handle things to keep input visible, like iOS does by default). Resolve issue #34 (hopefully), by changing to allow InterSpec to accept any file type from another app. Currently only handles accepting a single file. Only tested with Radiacode app and google drive.
- Loading branch information
040e7d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also works accepting shares from app v 1.61.03 on android 14.
The keyboard vs screen thing isn't all that terrible: I tap on an editable field, input some value, and then use the little
[v]
element on my keyboard to collapse it again. OK, it might be just a little bit easier to use if somehow the webview could scroll up so the value is visible as I type, but it's not impossible to use in its current state.