1

I have build an app using phonegap 3.1 for iOS. It's working fine in iOS 6 but it was crashing in iOS 7 due to memory leak issue. it's happening when i start recording the red bar appearing in top of the window. Also, apps is getting crashed. It's happening after recording 10-15 times and CPU usage gradually increasing

Nisar
  • 828
  • 1
  • 10
  • 28
  • I think this issue is related to http://stackoverflow.com/questions/19150961/ios7-webkit-crashes-frequently-not-freeing-up-memory – Mark Nov 06 '13 at 09:02

1 Answers1

0

This issue related to the Code not iOS 7. Disposed unused media elements. Now it's working fine

Nisar
  • 828
  • 1
  • 10
  • 28