dashcode加载htm文件问题
dashcode 中有类似 webview 的东西吗?我已经尝试这个很久了。我在解析 xml 文件时得到一个 htm 链接,并且需要在 stacklayout 模板的下一个子视图中加载此 htm 链接,我无法弄清楚应该使用哪个组件在新视图中加载链接。任何帮助都是赞赏...
is there anything like webview in dashcode. I am trying this for so long now. I get a htm link while parsing my xml file and i need to load this htm link in next subview in stacklayout template, i am not able to figure out which component i should use to load the link in the new view.Any help would be appreciated...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也尝试了很长时间。对我来说,似乎不支持将 dashcode 生成的网站与其他 html 内容链接。原因是为了避免风格不统一。 Dashcode 似乎是一个从存储在 xml 或 json 中的原始数据构建网站的工具。为此,它是一个很棒的工具。
获得不同视图之间导航之类的功能的唯一方法是使用 stackLayout,您可以在其中拥有任意数量的视图。
iTunes University 里有“Safari 开发必备视频”...
I tried the same for a long time. To me it seems that it is not supported to link dashcode generated websites with other html content. The reason is for avoiding inhomogeneous styles. Dashcode seems to be a tool to build a website from raw data that is stored in xml or json. For that it is a great tool.
The only way to get something like navigation between different views is using a stackLayout where you can have views as many as you want.
In iTunes University there are "Safari Development Essential Videos"...