community icon indicating copy to clipboard operation
community copied to clipboard

WebView for Desktop (Windows and MacOS)

Open jhay06 opened this issue 2 years ago • 3 comments

hi , would like to request a webview widget that can add along with other widgets like on android and ios for windows desktop /mac desktop

are there any widget available for this ? thanks

jhay06 avatar Apr 28 '22 09:04 jhay06

A desktop or Android app can use Python's built in webrowser.open_new_tab(url) , but this opens a new app; unlike the Android only Webview Example which is a widget within the original app.

Android-for-Python avatar Apr 30 '22 01:04 Android-for-Python

Duplicate #7842

This is probably the closes you'll get: https://github.com/cztomczak/cefpython

Schlaubischlump avatar May 20 '22 14:05 Schlaubischlump

I asked the same question ages ago at #7335, but apparently Kivy won't be adding this feature. As I just posted on #7335, I started using Flutter and it's great for Material Design. If I had to make something like a game I would probably return to Kivy. Electron.js is also a great option if you're looking to make a desktop application. With Electron, your requirement should be easily satisfied as the application itself would be like a WebView.

Python3-8 avatar Jun 04 '22 12:06 Python3-8