Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在开发 android phonegap 应用程序,我正在使用 GIF 图像来显示加载指示。
<div id="LoadingImage"> <img src="images/ajax-loader.gif" id="loader" alt="loader image"/> </div>
但它在 3.2 版本以上的 android 中可以正常工作,但在 android 2.3 版本中不能正常工作。任何人都可以帮我让它工作。提前致谢。
看看这个,然后判断它是否适合你。如果此页面不存在 :)在此处尝试此页面。
在android清单文件中请设置
min SDK version="8" and check it out.