sadmicrowave/TimeBlogger

In-App Scrolling

Closed this issue · 1 comments

We have been experiencing an issue with in-app scrolling and page content being cut off occasionally. This problem is also evident when attempting to scroll textarea content vs. scrolling page content.

This problem may now be fixed with a few changes to AppDelegate.m in the webViewDidFinishLoading method. These changes included setBounces:NO and setScrolling:NO. More testing will tell if this issue is fixed or not.