Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
Hi

I have a big slider page for mobiles and tabs, which one crashes on iOS devices. So i need multipage options for more stability and faster loading, and mobile detection on it.
in how_to by (120 points)
  

1 Answer

0 votes
by (197k points)
I read this articles before.
I make landing page, but after click browser redirect me to another page in another browser ;-)
OK, so i make landing page with multi-device app option and make button to multi-web page site on another folder with "_self" destination. Now is working ;-)
But only in android. On iPhone open new page :-(
If you're trying to open another page from inside an iOS Web App, you need to change the URL with JavaScript, e.g.,
https://gist.github.com/kylebarrow/1042026