使用Dojo Mobile 1.7.2,我无法使用简单的轮播幻灯片工作。我现在一直处于这个问题的最佳状态
基本上,我正在尝试重新创建这个例子: -
但使用1.7+首选api(来自http://dojotoolkit.org/reference-guide/1.7/dojox/mobile.html): -
require([
"dojox/mobile/parser", // (Optional) This mobile app uses declarative programming with fast mobile parser
"dojox/mobile", // (Required) This is a mobile app.
"dojox/mobile/compat" // (Optional) This mobile app supports running on desktop browsers
], function(parser, mobile, compat){ Optional module aliases that can then be referenced inside callback block
// Do something with mobile api's. At this point Dojo Mobile api's are ready for use.
);
我已经使用这种方法管理了其他所有内容,因此不希望恢复到1.7之前的样式api,因为它只是倒退...但不幸的是大多数演示(即使是1.7.2)仍然使用旧式api。
非常感谢任何帮助
答案 0 :(得分:1)
这在dojo 1.7中被破坏了。 1.8解决了这个问题。