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

Question: viability of android browser as client? #149

Open
thiswillbeyourgithub opened this issue Nov 28, 2024 · 6 comments
Open

Question: viability of android browser as client? #149

thiswillbeyourgithub opened this issue Nov 28, 2024 · 6 comments

Comments

@thiswillbeyourgithub
Copy link

Hi,

If I understand correctly, this project can be used to easily turn an application into an interactive website. Meaning I can use any browser, connect to the appropriate URL and access the app.

My question was, can this be used to access reliably a desktop app from an android phone? Like, if we get the screen resolution and verticality out of the way, does the keyboard gets raised if I select a field in the browser? Does sound get transfered to the phone too?

If the answer is yes, I think it can be of tremendous value by quite easily making android friendly app out of desktop apps!

Thanks :)

@jlesage
Copy link
Owner

jlesage commented Nov 29, 2024

Yes, the web interface allows you to open the keyboard when needed (but it doesn't open automatically when selecting a text field inside the Linux application) and sound does work. However, keep in mind that you are still accessing a Linux application designed for desktop environment. Thus, the experience on a phone can be impacted.

@thiswillbeyourgithub
Copy link
Author

Thanks! Also I ended up wondering, given that there are on screen keyboard that exist on linux, doesn't that mean there's a way to know when a field was triggered? Or maybe the on screen keyboard has to be opened manually? I don't know.

@jlesage
Copy link
Owner

jlesage commented Dec 4, 2024

I tried to find more information about that, but I think that in most case the onscreen keyboard is opened manually. I found something about "gnome accessibility" that might trigger the onscreen keyboard automatically when clicking in a text field... but it doesn't seem to have a "standard" way in linux to detect a such action.

@thiswillbeyourgithub
Copy link
Author

That's too bad. Well thank you very much anyway :)

@jlesage
Copy link
Owner

jlesage commented Dec 5, 2024

But in any case, currently the virtual keyboard can be opened manually.

@thiswillbeyourgithub
Copy link
Author

Hello again. I thought some more about it.

What about if we had a floating button just like on the desktop that trigger the virtual keyboard but here it would instead send the browser command to trigger the android keyboard? Btw i'm using unexpected keyboard which includes modifier keys like ctrl, fn, meta etc.

But in any case, currently the virtual keyboard can be opened manually.

Oh wait do you mean trigger the desktop "virtual keyboard" or the android virtual keyboard? The latter is of course much more adapted on android I would say. No?

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