Remember
Register
Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
in5 Answer Exchange
in5 home
Knowledge Base
Questions
Unanswered
Tags
Ask a Question
Welcome to in5 Answer Exchange, where you can ask questions and receive answers about
in5
from other members of the community.
Categories
All categories
how_to
(228)
feature_requests
(46)
bugs
(34)
misc
(13)
Related questions
device detection code desktop vs mobile
How to add a specific name to each page without the automatic pagination?
How to Reset Multi-State Object (MSO) States on Page Change
set the "Mobile device viewport zoom" to none.
Is it possible to have continuous scroll (vertical) and Multi Page Web export settings?
Most popular tags
ipad
webapp
video
html
navigation
slider
animation
buttons
indesign
iframe
javascript
swipe
page
mso
link
lightbox
images
button
interactive
text
export
page-transitions
mobile
baker
layout
cache
zoom
embed
audio
pages
scale
howto
scrollable
app
html5
web
flipbook
anchor
jump
ios
How to add automatic device detection on multi-page web.
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.
multipage
mobile
tabs
asked
Sep 26
in
how_to
by
whitemax
(
120
points)
Tweet
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
For now, this is manual process. See these answers:
https://ajarproductions.com/pages/products/in5/answers/1637/export-vertical-horizontal-switches-orientation-changes
https://ajarproductions.com/pages/products/in5/answers/4509/single-url-to-detect-web-vs-web-app?show=4509#q4509
https://ajarproductions.com/pages/products/in5/answers/3650/detect-different-devices-and-display-different-layouts?show=3650#q3650
https://ajarproductions.com/pages/products/in5/answers/4371/device-detection-code-desktop-vs-mobile
answered
Sep 26
by
justin
(
183k
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
Please
log in
or
register
to add a comment.