Roman

Results 9 issues of Roman

4.0 is going to be next major release with the following breaking changes - New [bottle.py](https://bottlepy.org/docs/dev/) based built-in HTTP server. The new server can be previewed in the https://github.com/r0x0r/pywebview/tree/bottle-server branch...

future

I have research adding support for Android and it seems to be feasible via Kivy. The goal is to have Android supported with some tooling/documentation that would simplify/automate producing an...

future

Chrome Embedded Framework (CEF) could be a great alternative to IE based renderer on Windows systems. There are Python bindings for CEF found here https://github.com/cztomczak/cefpython, as well as some examples...

enhancement
macOS
linux
future

Currently all the parking spots are dumped together under the parking class. There is no way to distinguish between private and public parking spots. It would be a nice addition...

The next major release 5.0 will include following features - Android support https://github.com/r0x0r/pywebview/issues/377 - Support for DOM manipulation / events https://github.com/r0x0r/pywebview/issues/1218 - **BREAKING**: `window.get_elements` returns a list of instances of...

future

The old implementation of JS API serializer (plain `JSON.stringify`) has a number of limitations. Namely inability to serialize DOM events, nodes or circular references. I have implemented a new serializer...

enhancement
future

The next major version of pywebview (5.0) is going to have support for DOM manipulation and event handling. The idea is to provide a basic set of functions that would...

future

## Version of the integration Latest version. Reinstalled the integration just before filling this issue. ## Device setup RPI4 via docker. BLE enabled H6076 Govee light with the latest firmware...

I try to use [WKURLSchemeHandler](https://developer.apple.com/documentation/webkit/wkurlschemehandler?language=objc) of WebKit, but it seems not to be available in pyobjc. In the [source code](https://github.com/ronaldoussoren/pyobjc/blob/98af2082f54ec5fbbae74d89512b2e818a648efe/pyobjc-framework-WebKit/Modules/_WebKit_protocols.m#L59C5-L59C19) its compilation is behind `WK_API_ENABLED`. Any chance it could be...

enhancement