I am developing Phonegap app for iPad using jQuery mobile. My App works fine. But sometime it gives this exception.
"-[UIWebOverflowScrollView _viewDelegate]: message sent to deallocated instance 0x8f2cb70"
Anyone know what is the reason for that?
Thank you
Seems u r releasing something prematurely, u may use Allocations Tool with Zombie enabled to find out what is that object.. Are u on iOS >= 5.0?