Eclipse PhoneGap HTML div链接不起作用

时间:2013-04-17 20:04:14

标签: android eclipse cordova html

我目前正在PhoneGap上创建一个Android应用程序并且在链接图像方面遇到了麻烦,所以一旦点击它就会将用户带到同一页面上的另一个div,我不想再制作另一个HTML文件一点点的JavaScript。当我在android模拟器中测试它时,链接似乎不起作用,就好像我改变了他链接到index.html它的工作原理。任何帮助都会很棒。

<div data-role="page" id="workpage">
<div data-role="header">
    <h1>Work</h1>
</div>
<div data-role="content">
<div data-role="navbar">
    <a href="index.html">Back</a>
</div>  
    <a href="#work1"><img src="work/example1.png" id="content"></a>
    <div data-role="navbar">
    <a href="index.html">Back</a>
</div>
<div data-role="footer">
    <h4>© 2013 Nick Willcox</h4>
</div>
</div>
<div data-role="page" id="work1">
<div data-role="header">
    <h1>Work</h1>
</div>
<div data-role="content">   
    <div data-role="navbar">
    This was the first website I created, its purpose was to be a small business card which shown a little information about myself. I used HTML4, Photoshop and CSS.
    <a href="work.html">Back</a>
</div>
</div>
<div data-role="footer">
    <h4>© 2013 Nick Willcox</h4>
</div>

任何帮助都会很棒。

1 个答案:

答案 0 :(得分:1)

滚动的代码在哪里?

查看this answer.它解释了如何滚动到元素。

修改

我不知道你的意思&#34;按照div作为链接&#34;。 Div不是链接,加载div是什么意思?

如果您想使用javascript打开另一个链接,可以使用:

window.location = http:\\www.google.com