Defcon0

Results 29 comments of Defcon0
trafficstars

confirmed for symfony 2.8. Why isn't that one fixed? It's major :(

Update on this: Seems that this can be fixed very easily: I added some random id in `Ivory\GoogleMap\Helper\Renderer\ApiRenderer->getCallbackName()`: `return 'ivory_google_map_'.$callback.'_'.uniqid();` @egeloen Would that be an option to include in the...

Yes, I have a workaround for this issue: ``` var date = new Date(medium.get('releaseTimestamp') * 1000), startDate = new Date(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate(), 0, 0, 0, 0, 0), endDate = new...

Mhm, works for me in latest iOS @ iPhone 8 and Huawei smartphone with android 5.0. What are you using?

I use the angular wrapper (angular-imgcache.js#^1.1.0) and get the error when using the Chrome developer tools after running my ionic app on an Android device. If you need further detail,...

Maybe this should be put somewhere more prominent :-)

@chrisben Ah, ok, I'll check later on today (or on weekend) and reply afterwards.

@chrisben Still no luck :-( The problem occurs with this code: ``` document.addEventListener('deviceready', function() { ImgCache.$init(); }); ``` called in app.module.js. I have imgcache.js 1.1.0 and angular-imgcache 1.2.0.

I would handle it exactly as css class and id properties, i.e. you can set this attributes in the backend (editor input) and also via adding to to `$this->dataAttributes` in...