Thursday, September 8, 2016

embedding webkit into applications


I've done some research on this and sticked with chromium embedding framework after all,
cause I needed offscreen rendering. The way to embed webkit with offscreen rendering:
you can paint WebFrame into bitmap with COM-API method: paintWithContents(). But inject input  methods are not in COM-API, so you need some patches to webkit internals.

No comments:

Post a Comment