Re: How to draw a NSView on top of a WebView and don't get overriden trying
Re: How to draw a NSView on top of a WebView and don't get overriden trying
- Subject: Re: How to draw a NSView on top of a WebView and don't get overriden trying
- From: Mike Abdullah <email@hidden>
- Date: Thu, 14 May 2015 09:14:51 +0200
> On 14 May 2015, at 03:43, Michael David Crawford <email@hidden> wrote:
>
> would it work render the web view in an offscreen buffer, then copy
> that onto an on-screen view of your own?
>
> At that point you could either have your child view, or simply draw
> into one big view.
That works for much web content, but not all. If you want to include things in web pages like Flash, video content, or 3D effects, those render using Core Animation or similar, and won’t be captured by offscreen rendering.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden