返回按钮不起作用
我使用 appinvintor 创建了一个应用程序。问题是,当我点击 Android 上的后退按钮时,它会关闭整个应用程序,我只想让它转到上一步或页面,我将如何编码
I have created an app using appinvintor. The problem is when i hit the back button on my android it closes the whole application i just want it to go to the previous step or page, how would i code that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前您还不能这样做,因为现在我们只有一个屏幕。但您可以像 this 那样进行操作。
Currently you can't do that because right now we are given only one screen. But you can manipulate like this.
自 2012 年初以来,AI 中出现了多屏幕功能,现在可以捕获后退按钮,请参阅此示例 http ://puravidaapps.com/backbutton.php
泰丰
since beginning of 2012 there is the multiple screen feature in AI and now it is possible to catch the back button, see this example http://puravidaapps.com/backbutton.php
Taifun