Skip to content

Turn sample app into full-screen or "kiosk" browser #88

Open
@ocram

Description

@ocram

A common use case for web views on Android is building a full-screen browser, which often displays a single site only (without address bar), and which may even be locked down into "kiosk" mode [1] [2].

We arguably have the best implementation of a web view's core features here already. However, this library is only for developers, and completely unsuited for end-users, since it requires integration into a separate application that is then built from source.

It would be easy -- and make a lot of sense -- to turn the sample application, which currently resides in Source/sample, into a generic full-screen or "kiosk" browser.

Right now, the sample application is not that helpful. It just serves the purpose of showing a basic integration of this library into an app. This way, developers who want to use this library can look up how to structure or implement certain parts of the app.

Turning the app into a proper single-site browser would give a real use case to the sample app, which would become a convenient website wrapper that can be used for free by everybody. We could even provide a pre-compiled APK here.

Help and feedback on the required features would be much appreciated. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions