0

I am working on an html5 mobile app for a website. The website contains a lot of gifs(about 5-10 per page) on its pages which are making the app events, scroll, drag, css animations, and everything very slow. if i get rid of the gifs the app runs fine. I have tested the app on both android(nexus 7) and ios(iphone 5 and ipad 4).

I was thinking of showing a still image and then play it on some event, but it was spoiling the webpage's idea.I am using the mosync sdk for development.

Any suggestions on what can i do to not make it slower?

4

1 回答 1

0

如果没有一些代码,很难评估需要做什么,但是根据您在 Obj-c 中的知识 - 您将需要异步加载 gif,github 上的 SDWebImage 具有这样的功能。

于 2013-12-11T23:52:50.420 回答