2

If I have a mobile web app (website with meta tag name="apple-mobile-web-app-capable" content="yes") and save it to the homescreen to create the "app"... then open the app and use the four finger swipe to switch applications and switch back to the mobile web app... it will bring me back, but the app is completely locked/frozen/disabled.

Is there any way to make it so the app doesn't get locked when swiping away and back to it? If not, I suppose it would be better to restart the app than bring up a frozen screen.. so would that be possible?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
Smern
  • 18,746
  • 21
  • 72
  • 90

1 Answers1

0

Restarting the app is easy.

I dont know of any programatic way to disable the 4-finger swipe. I believe you go to settings> general> Multitasking gestures and turn them off.

Srikar Appalaraju
  • 71,928
  • 54
  • 216
  • 264
  • not really looking to turn it off, but rather make it work as gracefully as possible (not freezing the app) – Smern Feb 02 '12 at 14:57
  • test link

    even just this will show the issue... if you open this html in safari and click "add to home screen" and then open from homescreen... then swipe 4 fingers to leave and come back to it... you wont even be able to click the link

    – Smern Feb 02 '12 at 15:15
  • easier to see with a select menu than the link: – Smern Feb 02 '12 at 15:24
  • yes I see your problem, unfortunately I dont have a solution. This seems to be an iOS bug. It might get fixed in their incremental releases. But dont rely on it. – Srikar Appalaraju Feb 02 '12 at 15:24
  • Indeed, I fought with this problem the whole day (along with some cache problems always with iPad) and I saw that this one is just not possible. Luckily many people that owns apple stuff don't know the 4 finger swipe gesture – VAShhh Aug 10 '12 at 15:59
  • cool, if something or someone's answer(s) have helped you in any way please contribute back to the site by upvoting... – Srikar Appalaraju Aug 11 '12 at 02:27
  • FWIW: Our app runs into this in older versions of iOS, but no longer sees it on iOS 6.1.3 – Patrick Fowler Apr 20 '13 at 01:02