[solved] Multiple webviews with same embedded image problem
Qt WebKit
3
Posts
2
Posters
1.0k
Views
1
Watching
-
I have an application with multiple tabs, each having their own WebView
I set HTML using the setHtml() method, and that HTML contains base64 inline images using the data URI scheme ( http://en.wikipedia.org/wiki/Data_URI_scheme#HTML )
I noticed that if a second tab/webview is opened that includes the exact same image as the first tab, the image in the first tab is replaced with a question mark error icon.
Anyone experienced similar problems and knows a solution? -
Hi and welcome to devnet,
You should add which precise version of Qt and OS you are using. Also, if you can provide a minimal code sample that reproduce the behavior, more people will be likely to help you