当没有互联网连接时显示警告消息

Display alert message when there's no internet connectivity

本文关键字:显示 警告 消息 连接 互联网      更新时间:2023-09-26

所以我用phonegap构建了一个android应用程序。这是一个简单的应用程序,在web视图中显示移动优化页面。

这是从index.html

重定向的代码
<script type="text/javascript">
        window.location = 'http://app.website.com/';
</script>

我所需要做的就是在没有互联网连接的时候在弹出框中显示一条消息。phonegap提供这样的功能吗?

您可以使用connection对象,文档在:http://docs.phonegap.com/en/1.0.0/phonegap_connection_connection.md.html