#Language Learning Browser

7 messages · Page 1 of 1 (latest)

humble dome
#

I've been working on a tauri app called Readerbear, which is a web browser designed for language learning. Had to do a bit of experimentation with multiple webviews, but in the end I had one webview for the browser, and 2 more for the sidebar and titlebar.

By pressing shift on any text in a webpage (Japanese currently), you can quickly lookup words. In addition, Anki flashcards can be made with one click. It also works with YouTube, and Netflix in the future.

I plan to add mobile support in the future as well.

https://readerbear.app/

wintry hare
#

How are you embedding the webview into Tauri? I've been trying to find examples and failing.

wintry hare
#

Or are you using iframes?

humble dome
#

I'm using WebviewBuilder

#

For the sidebar and titlebar, I just make it use my frontend

#

For the main webview, you can set the url to be an external one