You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should add mechanisms to support printing. Should support print dialog, and specify what to print either through a graphics context or a window of controls.
Need to ensure WebView supports printing as well through javascript.
The text was updated successfully, but these errors were encountered:
WebView printing through javascript on Mac is underlying issue affecting all Objective-C developers so I don't think this can be easily fixed but simply adding Print() method on Eto.WebView control would help a lot.
printing through javascript might be able to be handled by triggering an event on the webview, which then you can perform your own logic, such as calling print on the web control. The tricky part might be trapping that event, if it is not easily done.
Should add mechanisms to support printing. Should support print dialog, and specify what to print either through a graphics context or a window of controls.
Need to ensure WebView supports printing as well through javascript.
The text was updated successfully, but these errors were encountered: