Kenechukwu Akubue

Results 74 comments of Kenechukwu Akubue

@r0x0r seems the conflict is still there ![image](https://github.com/user-attachments/assets/eab1a19d-3a50-44e5-b21c-66741c8bb267) Also I've not worked with `evaluateJavascripts` method before. Do you know how long it takes for the result to return? I'm looking...

> The execution time of evaluateJavascript depends on the code you execute. If you are concerned with performance then evaluation of Javascript should be done on a separate thread @r0x0r...

@r0x0r can I know why you did this ```py def run_ui_thread(f, *args, **kwargs): Runnable(f)(args, kwargs) ``` instead of ```py from android.runnable import run_on_ui_thread ``` Maybe there's something you know that...

@r0x0r can I know where the `window` is coming from ```py self.pywebview_window = window ```

@r0x0r `run_on_ui_thread` is used to run python codes on Android UI thread instead of python thread, when it comes to interacting with a UI object (WebView in this case). So...

@r0x0r kivy successfully decommissioned. Startup time is pretty good. I will clean up the code and provide support for Kivy then we are good to go. ![Screenshot_20250527-084805.png](https://github.com/user-attachments/assets/8eb20b0a-5fc1-4a66-bc50-14610fb5c20f)

Also don't worry about the WebView going beyond statusbar. It's a personal customization and won't be part of pywebview directly. Anyone that needs it can take a look at https://github.com/kvdroid/kvdroid

> I tried building it, but I get this this error. Kivy is still present in android.py too. > > ``` > 05-29 00:14:13.087 31329 31515 I python : [pywebview]...

@r0x0r also after this PR, I have further ideas on how to reduce the weight of pywebview on Android. We need to remove sdl completely because it doesn't do anything...

@r0x0r do you know why I'm having this error ```py 05-30 16:55:20.750 9233 9233 I python : File "/data/data/com.parkkly.host/files/app/webview/platforms/android/__init__.py", line 218, in _back_pressed 05-30 16:55:20.750 9233 9233 I python :...