Momin Iqbal

Results 11 comments of Momin Iqbal

this solution is not working https://github.com/r0x0r/pywebview/pull/924 according to [version 3.5](https://github.com/r0x0r/pywebview/blob/3.5/webview/platforms/cef.py#L117) After install version 3.5 so crash the application

hi i have same to same problem how can i solve CEF window with uid master does not exist

CEF window with uid master does not exist When this error occurs, the EXE file is not being processed

https://pypi.org/project/pywebview/#history this pywebview 4.0 version is not show in pypi.org in this current time show 3.6.3 version

@GGTEC create the frame less window and create the customized title bar using html css and js

hi @r0x0r when you release stable version of webview 4.0 and please tell me why you use bottle framework in webview 4.0 in my option flask is best and please...

@GGTEC you try this code import webview import time def resize(window): print('Window size is ({0}, {1})'.format(window.width, window.height)) time.sleep(2) window.resize(420, 420) print('Window size is ({0}, {1})'.format(window.width, window.height)) window = webview.create_window('Resize window...

@r0x0r and please tell me data of stable release webview 4.0 because i am very excited to use webview 4.0 and thanks so much to improve continues pywebview

@GGTEC i got your problem solution in this links 1) https://stackoverflow.com/questions/26233180/resize-a-div-on-border-drag-and-drop-without-adding-extra-markup 2) https://stackoverflow.com/questions/67463673/detect-if-user-trying-resize-a-draggable-element 3) https://stackoverflow.com/questions/67014828/drag-bar-on-side-to-resize-element-width-independently-any-number-of-elements-o

@GGTEC if this links solve your problem so tell me because if it works so i drop this link in codegrepper community thanks :)