I want to have a web view in my kivy application that is running on ubuntu 64bit. I looked on the web, went through kivy's documentation and searched for answers on StackOverflow but I couldn't find anything that can do my job. A simple web page needs to be rendered inside kivy app as widget. Please help me out.
You could. The webdebugger tool in kivy uses flask to serve a web interface for debugging. So it's certainly possible, but whether it's the best choice is another question. Kivy is really built for native, hardware accelerated GUI apps, not being a web server...
Creating a kivy application is as simple as: sub-classing the App class. implementing its build() method so it returns a Widget instance (the root of your widget tree) instantiating this class, and calling its run() method.
Build and distribute beautiful Python cross-platform GUI apps with ease. Kivy runs on Android, iOS, Linux, macOS and Windows. Get started! Kivy has been built to be easy to use, cross-platform and fast.
There isn't native support for this. Try checking out this and this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With