Hello everyone,
I am using WebView on an application I am developing. A small section of the application is a WebView object. I am having the WebView load a URL, and that is working fine, and as you would expect, it's showing the top-left corner of this website. I want to focus on a very specific area of this website, without having to use scroll bars to move. Very similar to what Web Clip does for Dashboard, but built into my native app. I'm using Xcode + IB + Cocoa.
Is this possible? What would be the best way of doing it? I've looked at the documentation, but have had no luck.
Thank you in advance.
I am using WebView on an application I am developing. A small section of the application is a WebView object. I am having the WebView load a URL, and that is working fine, and as you would expect, it's showing the top-left corner of this website. I want to focus on a very specific area of this website, without having to use scroll bars to move. Very similar to what Web Clip does for Dashboard, but built into my native app. I'm using Xcode + IB + Cocoa.
Is this possible? What would be the best way of doing it? I've looked at the documentation, but have had no luck.
Thank you in advance.