Closed MominIqbal-1234 closed 6 days ago
i try to download pdf using js its not working
if __name__ == '__main__': window = webview.create_window('example',app,text_select=True,width=1400, height=700,min_size=(1400,700),http_port=9000) # min_size=(1200,700) webview.settings['ALLOW_DOWNLOADS'] = True webview.start(debug=False,http_server=True,menu=menu_items)
webview.settings was intoduced in 5.0
webview.settings
and can i run pywebview http server in ip address like 192.168.19.8:8900
Specification
Description
i try to download pdf using js its not working