Skip to content

Android Support #131

Answered by Voltstro
TheKing349 asked this question in Q&A
Nov 8, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

I don't plan on supporting mobile devices for a few reasons:

  • UWB relies on the usage of an "engine", of which is a background process that is actually responsible for doing the web engine things. Now Android does support running background processes (Android calls them services), but now you gotta consider the additional overhead of a completely separate background service on a mobile devices.
  • CEF, which is used by UWB's only current engine, doesn't support android (or any Linux-ARM devices), which leads into my third reason:
  • Android has WebView, you would be better off using that directly, rather then having an external engine talk to WebView than pipe it back, as WebView doesn't have t…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@TheKing349
Comment options

@wei-kris
Comment options

@wei-kris
Comment options

@TheKing349
Comment options

@Voltstro
Comment options

Answer selected by TheKing349
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants