博客读者互联网连接问题 [英] blog reader internet connection problem

查看:79
本文介绍了博客读者互联网连接问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用windows 8.1示例中提供的模板创建了一个博客阅读器。然而,即使我有一些"静态",它似乎要求互联网连接加载页面。我的项目中包含的文件不需要显示
的互联网连接。

I created a blog reader using the template available through the windows 8.1 samples. However, it seems to demand an internet connection to load the page at all even though I have some "static" files included in my project that do no require an internet connection to be displayed.

为什么应用程序崩溃而不是只加载本地存储的博客帖子?

Why does the application crash instead of just loading the blog posts that are locally stored?

模板中是否有部分代码导航或显示互联网连接错误而不是崩溃?

Is there a portion of code missing from the template that navigates or displays an internet connection error rather than crashing?

我的代码如下所示:

(function () { "use strict"; var dataPromises = []; var blogs;

推荐答案

它在什么时候崩溃了?此代码中的所有博客帖子都不是本地存储的。请参阅blog2:

At what point is it crashing? All the blog posts in this code are not locally stored. See blog2:

                key:" blog2",url:

           'http://windowsteamblog.com/windows/b/windowsexperience/atom.aspx',

                标题:'tbd',副标题:'副标题',更新:'tbd',

                 acquireSyndication:acquireSyndication,dataPromise:null

                key: "blog2", url:
           'http://windowsteamblog.com/windows/b/windowsexperience/atom.aspx',
                title: 'tbd', subtitle: 'subtitle', updated: 'tbd',
                acquireSyndication: acquireSyndication, dataPromise: null


这篇关于博客读者互联网连接问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆