MatterGoal
MatterGoal

Reputation: 16430

Change WebView behavior to simulate a Cocoa interface element

I create a view for my application that use a WebView to render special contents thanks to CSS. I need to stop this 2 behaviors inherit directly from WebView: 1) Mouse scrolling up and down over this view produce a bounce effect like in safari or in IOS browser (i think this is true only for Lion) 2) At the right click over this view appear a contextual menu with the only voice "Reload"

I can't completely stop mouse events over this view because user might select text from this here.

Upvotes: 2

Views: 442

Answers (1)

jtbandes
jtbandes

Reputation: 118741

Try these:

Upvotes: 1

Related Questions