gpt4 book ai didi

javascript - 在文本框上按下“Go”按钮时发生页面重定向(jquery/cordova)

转载 作者:行者123 更新时间:2023-11-28 05:23:27 25 4
gpt4 key购买 nike

我正在开发一个 cordova 应用程序,并将 jquery mobile 与 cordova 结合使用。

我通过以下方式在 html 页面中创建了一个文本字段:

<input type="email" id="email_id" name="email_id" maxlength="80" placeholder="email@doamin.com" style="height: 50px;" />

当我将焦点放在该字段上并从手机键盘上按“Go”按钮(ASCII 代码 = 13)时,我将被重定向到应用程序的登录页面(也是我的应用程序的第一页)和页面堆栈看起来像这样:

0: Object
1: Object
2: Object
3: Object
hash: "#page_settings"
lastScroll: 156
pageUrl: "page_settings"
title: "Title"
transition: "none"
url: "file:///android_asset/www/index.html#page_settings"
__proto__: Object


4: Object
hash: "#/android_asset/www/index.html?textbox_email=ffffg@hh.com"
lastScroll: 0
pageUrl: "/android_asset/www/index.html?textbox_email=ffffg@hh.com"
title: "Title_new"
transition: "fade"
url: "file:///android_asset/www/index.html?textbox_email=ffffg@hh.com"
__proto__: Object
length: 5
__proto__: Array[0]

4:Object是重定向后创建的对象,与其他对象不同,如标题被修改,过渡样式从变为fade >无

任何人都可以指导我为什么会发生这种情况以及如何解决它。

最佳答案

听起来“执行”按钮正在执行提交操作。当这个人按下“开始”键时,你预计会发生什么?

您可以通过调试代码来跟踪发生的情况吗?

关于javascript - 在文本框上按下“Go”按钮时发生页面重定向(jquery/cordova),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40358903/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com