Julien Chaffraix writes: > This is a correct approach. If you choose it, I would recommend doing > everything in JavaScript by using a method to inject a custom script > from C++ (in Chromium this is WebView::addUserScript but the naming > varies a bit per port). You can listen to DOM mutation events on the > document to get notified for each new image (see > http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MutationEvent) > and add your click listener at that time.
Thanks for the additional information, Julien. This sounds like the correct approach to take, so I'll begin investigating it. Emerick _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
