cubiq/SwipeView

iPhone add to home screen issue

Opened this issue · 2 comments

Hi. I am using JQM with Swipeview (inline) and it works great when viewed through Safari.

I have a problem when I launch the app from the homescreen. When I navigate away from the page holds the carousel and then navigate back to it. The carousel stops working. Can you help me understand why this might happen?

I have not customised the code in anyway just lifted it from the demo. I am however calling the plugin on $(window).load(function() { /* swipview init code */ }); as discussed in issue #5 the reason being if I call the plugin on $(document).on('pageinit') the scroll does not work.

Many thanks in advance.

You need to change "apple-mobile-web-app-capable" from yes to "no" in your HTML header. Delete your shortcut, recreate it again and it should work. (it did for me)

@mm2703 good to know the workaround, but it is not a fix. Any idea from the author @cubiq?