up vote 0 down vote favorite
share [g+] share [fb]

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.

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

1 Answer

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

link|improve this answer
Apple recommends against this as the touch events can get confused between the scrollview and the webviews. Your mileage may vary. – zekel Jan 24 '11 at 1:00
feedback

Your Answer

 
or
required, but never shown

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