Skip to main content
Participant
August 16, 2011
Question

Air app hangs / freezes on iPad / iOS screen lock

  • August 16, 2011
  • 1 reply
  • 1683 views

Hi,

Working on an Air 2.7 app for the iPad. When the iPad screen lock kicks in and i go to unlock it. the app is compeltely frozen. The same also happens when minimized to background and launched again. Any reasons/solutions anyone has encountred beofre? Thanks.

This topic has been closed for replies.

1 reply

Participating Frequently
August 17, 2011

Hi,

An AIR application going in background is paused and then resumed again when you launch it with the Home button. What are you doing in your application? Are there any network connections, audio etc playing that you expect to work when the app goes in background?

-Sanika

Participant
August 17, 2011

Hi Sanika,

It hangs/freezes completely when both paused and when the iPad auto lock kicks in- basically when it loses stage focus and when back on stage its not responsive.

I dont expect it to work when in background. The app calls network data services on load but then during the session, uses the persistence manager between views. Its a tabbed navigator app. It also uses OSMF to display video.

Any help is appreciated! Thanks.

Participant
August 17, 2011

Ok found it,

For some reason, setting persistNavigatorState="true" at the TabbedViewNavigatorApplication causes this on iOS!