面临离子问题。这里,如何在html页面的<image src="icon.gif">
中加载gif图像。
它在浏览器中工作,但不在移动设备或设备中。
任何人都可以帮助我。
答案 0 :(得分:0)
您只需将以下HTML标记与GIF图像的完整网址放在一起:
@Override
public void onSwiped(final RecyclerView.ViewHolder viewHolder, int direction) {
if(direction == ItemTouchHelper.RIGHT) {
mElementsAdapter.postEdit(mElementsAdapter.getElement(viewHolder.getAdapterPosition()));
return;
}
}
答案 1 :(得分:0)
确保使用区分大小写的文件名,例如“ loading.gif”或“ Loading.gif”。
并且也使用 files=popen(get_str_param("IMPORT_LIST"),"r");
//printf ("calling cmd for file list: %s\n", get_str_param("IMPORT_LIST"));
while(fgets(buf, 1024, files)) {
if((p=strstr(buf,".apl"))) {
*p=0;
if(strstr(buf," ")) continue; // ignore files with spaces
fl_add_browser_line(fd_import->applications,buf);
}
}
rv = pclose(files);
if (rv) {
printf ("Can't read file list! rv=%d\n", rv);
我遇到了类似的问题。