Lottie Files on Safari - safari

I have a Lottie file that is showing when the page is reloaded with the Lottie in the viewport and will play on the scroll but once it leaves the viewport layers of the file or the entire file are lost. This only happened on SAFARI and is not a problem for chrome.
here is a viewing link:
http://app-mba.rgubdr27a6-rz83y7k0p3d7.p.runcloud.link
All suggestions are appreciated!
Cheers,
Collin

Related

React Native, simulator and browser show image differently

While the style looks correct on the iOS simulator
simulator view
but in the browser the images are all collapsed
browser view
what could cause the images to render differently?

I need show PDF into app android using appcelerator

I'm development a app using appcelerator. I need display a url PDF inside this app but android webview dont show pdf.
I try for this pdf into google https://docs.google.com/viewer?url=http://xxx.pdf&embedded=true
But is instable, opening my webview android in white screen.
Somebody have a solution for open pdf into app android using appcelerator?
Thanks.
The Android Webview doesn't automatically load PDF files. You have to either use pdf.js and render it or use this module: https://github.com/SquirrelMobile/pdfview that will create a custom View to display PDF files

Unable to draw an image on windowless plugin when video is played

I am trying to display Video(played by HTML5 video tag) behind a windowless plugin(firebreath). Video was perfectly blended with plugin display (semi-transparent image is drawn) when GPU-acceleration was enabled (using Chrome flags) .
However, Plugin display went for a toss when video is played at present( with chrome flags enabled). Suspecting chromium updates causing this issue.
Similar Question # HTML display of Plugin and videotag
Any suggestions/work around for me to try out? Please help.

PhoneGap InAppBrowser not loading pdf

I am using PhoneGap InAppBrowser to load pdf in my app. It is loading pdf in IOS, but there is no location bar shown, and on Android pdf is never loaded.
Here is my code to load pdf
iabRef = window.open('sample.pdf', '_blank', 'location=yes');
Not sure if this counts as an answer, but I believe this is a known bug. It is marked as fixed in the 2.4.0 RC here.
Ran into the same with 2.4.0. I switched to using the _system browser in my open call. It's not ideal, as it opens a browser that simply downloads the file, but at least it works.

problem while using tiff and gif format images with UIWebView

I have a web page using css and javascript and also this webpages have tiff and gif images. When i loaded this webpage locally in ipad it is not working as i can only see white page and not my images. But when i moved this folder to one of the server and when i tried to load this website remotely. I got this error:
"_CGImagePluginInitGIFmalformed GIF file (1024 x 748)"
But It is working properly. So i was wondering if there is any problem using the tiff and gif images locally?
Is it possible that there's really a error in the GIF?
If you're able to open the GIF in an other application, try to re-save it. It will probably fix the malformation. If it doesn't work try to save it in an other format. (Try OS X's Preview, it's good for these kind of things...)
The problem was with the javascript files which i moved to the copy Bundle Resources from Compile Sources.