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

[feat] EdgeToEdge on Android / iOS #12182

Open
InfinityDevTech opened this issue Jan 3, 2025 · 1 comment
Open

[feat] EdgeToEdge on Android / iOS #12182

InfinityDevTech opened this issue Jan 3, 2025 · 1 comment

Comments

@InfinityDevTech
Copy link

Describe the problem

On Android, there is a feature to allow the app to hide the Notification bar and the Navigation bar, otherwise called Edge to Edge.
Documented Here

I know iOS has a similar API, but I am on android myself so this will be targeted mostly towards that.

Describe the solution you'd like

It would be nice if we can programmatically change this, like the documentation says in the android dev site, or get a tauri.conf.json line about this as well.

Alternatives considered

A plugin could be written, but this seems more "first-party" to me.

Additional context

No response

@InfinityDevTech
Copy link
Author

This could be implemented by allowing plugins to hook into the onCreate event of the TauriActivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant