objective c - Cocoa WebView reloads on first click -


i have os x application webview reloads webview on first click if click not on link within view.

any suggestions of how hunt down? assumed have focus, thought maybe had encountered before.

thanks, charlie

please check in code somewhere loading manually this:-

[[webview mainframe]loadrequest:[nsurlrequest requestwithurl:[nsurl urlwithstring:@"http://www.google.com"]]]; 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -