vote up 0 vote down star

Total nooob here. I'm trying to figure out how to implement a transition from one UIWebview to another with a swipe and still be able to scroll/zoom w/in each webview.

Each webview should respond normally to all touches/gestures unless a swipe is detected and the boundry of the view/content is at the corresponding edge of the screen (like a paging scroll view).

My content is an html string from a data object.

Any tips would be appreciated. Thanks.

flag
If the UIWebView can handle touches, check my answer to this question stackoverflow.com/questions/1242197/… shows how to detect swipes – Daniel Aug 7 at 0:44

1 Answer

vote up 1 vote down

Looks like putting a UIWebview in a UIScrollview works fine in iPhone 3.0 - 'Doh!!!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.