Serkan Yerşen

Results 29 comments of Serkan Yerşen

I resolved this issue by removing the app using [AppCleaner](http://www.freemacsoft.net/appcleaner/) that removes all the caches and preferences. After re-install it started working correctly

I'm having the same problem. it started happening on an old test after I updated the dependencies. I tried `invoke` but it made no difference. I can't seem to get...

`now` method automatically calls `init`. This shouldn't be a problem. What are your steps to reproduce? Sorry for the late reply

This must be some other problem, as you can see here https://github.com/serkanyersen/ifvisible.js/blob/master/src/ifvisible.coffee#L433 `now` calls `init` by itself.

Checked the history, `init` was in `now` even before `now` has any other code. https://github.com/serkanyersen/ifvisible.js/blob/35a5b95540f7fb2a6aac27eec9098c23568df239/ifvisible.js#L155 Must be some other bug. I'll look out for it

@csilcock Thanks for detail explanation, I'll look into this tonight.

This problem is now fixed on the beta version. Please check my comment on #38

Check out my answer on #42 When you do alt+tab browser window does not really go hidden. and visibility api will only work minified windows or switched tabs. You can...

I know it's late but I'm working on the V2. which is written in TypeScript. You'll be able to use it by simply importing the library now. You can help...