활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi all,
Is it possible to navigate to a different HTML page that is contained within the same article file? E.g. index.html contains an <a> tag that has a href pointing to page2.html? This seems to work in the Preflight app in iOS but not in Windows. Currently, I am using relative links, e.g.
<a href="page2.html">Page 2</a>
Should I be using a different syntax? E.g.
<a href="navto://page2.html">Page 2</a>
Thanks,
Frank
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
I found the solution. Use JS instead. windows.location.href appears to work for both ios and windows.
조회 수
답글
좋아요 수
I found the solution. Use JS instead. windows.location.href appears to work for both ios and windows.
조회 수
답글
좋아요 수
Hi!
I'm interested in your solution. What did you exactly do?
조회 수
답글
좋아요 수
You'll have to write some JavaScript to get it working on iOS and Windows. For example:
<a onclick="window.location.href = 'page2.html'">Click me</a>
조회 수
답글
좋아요 수
Great! Thank you so much
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글
조회 수
Likes
답글