#Is there a way to call Android "functions" in Typescript? Like fullscreen

2 messages · Page 1 of 1 (latest)

foggy fossil
#

Topic in Github: https://github.com/tauri-apps/tauri/discussions/9261
My app: https://github.com/manga-you-know/desktop

In this topic, one of the most active maintainers write about putting the app in full screen (without decorations) and changing the status bar color.

But I my app it isn't need all the time, just when reading a manga (it is a manga app) so is there a way to call this functions to change it in runtime?

BTW , can we intercept default gestures like back (swipe in android and latteral mouse button on PC) to make the design more accessible?

GitHub

Hi, i'm working with tauri 2 for building android app. but didn't find a way to set the Activity fullscreen and how to hide the status bar ? does anyone can help me? even just some idea is ...

GitHub

The new version of the BAD Manga You Know! Now in SvelteKit + Tauri!!! - manga-you-know/desktop

rough fable
#

I think you could probably create a pluging and call some function in your frontend or your rust code to execute some kotlin functions to disable or enable it