【发布时间】:2014-01-16 15:05:52
【问题描述】:
我想知道如何在 Windows 8 Metro 应用项目和 Windows JS 项目中使用 Sencha Touch Frame。
当我尝试将 sencha Touch 添加到 html 页面时,我收到异常
Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe. For example, using the innerHTML property to add script or malformed HTML will generate this exception. Use the toStaticHTML method to filter dynamic content, or explicitly create elements and attributes with a method such as createElement. For more information, see http://go.microsoft.com/fwlink/?LinkID=247104.
如果没有办法使用 Sencha touch 框架,有没有办法将 Sencha ExtJS 添加到 windows 8 Metro 应用程序。
因为我们还需要为所有主要智能手机平台提供支持。
欢迎提出建议。
【问题讨论】:
标签: extjs windows-8 sencha-touch hybrid-mobile-app