Borut Kovačec
Borut Kovačec
I have installed this script using `npm install winwheel`, but I have noticed that in this way I get old version of the script. I don't quite understand relationship between...
I have the same issue. Did you find some workaround for this @muhammadumair-coeus ?
This started happening in my case after I added `$this->entityManager->clear();` inside my command which is executed, so this seems related.
So this doesn't work with Angular 9 I suppose?
I am using `Imagick` and I am trying to align text vertically to middle and it is not working when text is multi line.  And with multi line text...
Additionally I have noticed that events like afterLoad and afterSlideLoad and not fired consistently on mobile too. I had some loading div covering the content to hide the jerky motion...
I can confirm that I have the same issue as @JHG-media. I also noticed that afterLoad event never fires on mobile, so this could be related. But demo at https://alvarotrigo.com/fullPage/#page2...
After doing more extensive testing I am starting to notice that the problem lies somewhere in CSS. When I remove all of my own CSS and just leave `fullpage.css` it...
It must be some really weird bug and it only happens on some iPhones, while working perfectly on iPad, Desktop Chrome, Android phones. Here is video screencast of broken experience...
I found that if I delete these lines: ```css .text { padding: 80px; width: 100%; max-width: 1000px; margin: 0 auto; } .text h1 { font-size: 2.5rem; font-weight: 300; line-height: 1.2;...