Thank you for your reply! Yes,now it works in all browsers,Even iPhone. And of course you can use the code, I’m glad it helps. This code is written by my friend Hong, you can contact him if there is any question about the issue, his e-mail is hongfeeling@hotmail.com.
All the best!
-
This reply was modified 9 years, 5 months ago by feelingarena.
Well,I just fix the problem by adding some code in countUp.js,which is:
this.count = function(timestamp) {
if (!self.startTime) self.startTime = timestamp;
//workaround for safari issue
if (self.startTime > timestamp){
self.startTime=timestamp;
}
self.timestamp = timestamp;
thanks anyway for developing the Plugin, it is great!
Besides, I find this issue on Safari and iPhone, it seems OK on chrome and several other browsers.
-
This reply was modified 9 years, 5 months ago by feelingarena.