> On 8 Apr 2016, at 6:15 PM, Mike Abdullah wrote:
>
> WebKit’s open source. Go have a peek in there and sadly you’ll discover that
> although the find panel API is declared, it’s never been implemented.
Oh poop. Thanks, at least it explains why it does nothing!
—Graham
___
That's some dense source to dig through :)
That said Dash seems to have done it.
The author, Bogdan, is pretty nice.
It might be worth asking him about his implementation in Dash.
Sent from my iPhone
> On Apr 8, 2016, at 5:15 PM, Mike Abdullah wrote:
>
> WebKit’s open source. Go have a peek
WebKit’s open source. Go have a peek in there and sadly you’ll discover that
although the find panel API is declared, it’s never been implemented.
Mike.
> On 8 Apr 2016, at 05:46, Graham Cox wrote:
>
> Hi,
>
> I’m using WebView in my app, and I see it implements -performFindPanelAction:
> do