UIWebOverflowScrollView Exception in Phonegap Appl

2019-09-19 03:39发布

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

1条回答
做自己的国王
2楼-- · 2019-09-19 03:52

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?

查看更多
登录 后发表回答