Jay Sidri
Jay Sidri
## 💬 Questions and Help I've upgraded Lottie from 3.x.x to 4.0.1 and found that PlayProgressSegment() was removed in favour of PlayMinAndMaxProgress(). However, OnPlayProgressSegment event was also removed and I...
I'm trying to load a SVG file stored in a temp directory evaluated by Path.GetTempPath() -- but this does not seem to work: Xamarin.Forms.Svg.SvgImageSource.FromSvgUri("file:///Users/jay/Library/Developer/CoreSimulator/Devices/398F23D7-B2A5-4F7C-B949-5E7E3B9AA0F1/data/Containers/Data/Application/B7EC93CF-1340-44CB-8DC5-72FDCD1349A1/tmp/tempPath/svgs/register_icon_pin.svg", 80, 80, Color.Green); Is this not...
The Rg.Popup library provides a bunch of Navigation extension methods via Rg.Plugins.Popup.Extensions (https://github.com/rotorgames/Rg.Plugins.Popup/blob/develop/Rg.Plugins.Popup/Extensions/NavigationExtension.cs). Is this something that is planned for Mopups?