Shiva Prasad

Results 25 comments of Shiva Prasad

This is nice, but doesn't this mean bundling CEF with the application built on pywebview, blowing up the app size? The one **killer** feature of pywebview I found over the...

It seems Edge is pretty improved compared to IE. Any idea about Microsoft letting embed EdgeHTML any time soon?

Currently there isn't. Have you tried using HTML/JavaScript? As to the philosophical question of disabling zoom... A11Y. http://adrianroselli.com/2015/10/dont-disable-zoom.html

I would leave it to the discernment of the user whether to do or not to do such apparently stupid things. I would only bother to intervene considering: * The...

If it can be implemented with little fuss (on all platforms), I have no objection against making it a `create_window` flag (`zoomable=[True|False]`).

The webview component on any platform does not implement `window.open` by default. The devs need to do it by coding in C.

@CJSoldier Whenever JavaScript's 'window.open' is called, it triggers the [`create-web-view`](https://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#WebKitWebView-create-web-view) signal. You just need to add a handler to that signal, create a new Webview widget inside a new Window...

@cipriancraciun As a workaround you can use JS to find all `` tags and change them to `` and the links will navigate in the same window. You can use...

> That would work only as long as the HTML DOM hasn't change (for example by JS) since the last Webview.Eval(). Yes it is not the best solution, I suggested...

You are right! Yes, this addition need to be made for all platforms to become a "built-in functionality". ~Unfortunately it looks like this project is not actively updated now~ (Edit:...