Brandon Butler
Brandon Butler
I have the same problem. When I comment the line away the button appears to look fine to me...
I just uncommented the line and for some reason I no longer have the issue.
Would that explain why my view is kinda laggy when being popped into existence?
I am getting a sigbart -6 Using the context and uri gives me the error Using just the path gives me the error Removing whitespaces from path (in both cases)...
My fork of the project can be found here. https://github.com/Hackmodford/FFmpegMediaMetadataRetriever/tree/feature/arm64
My prebuilt re-introduced issue #102 in API 19
@wseemann I apologize for posting the binaries. I have an LG G5 I use for testing. More than willing to help you test this as this is an important component...
`2019-07-11 10:40:37.015 13880-14406/com.hughesmedia.big_finish A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 14406 (AsyncTask #4)` Yeah, I don't know if that is really helpful... I ran it again and got...
The reason the `heightRequest="30"` makes it look correct is because this is a hard coded value here. https://github.com/1iveowl/Plugin.SegmentedControl/blob/master/src/crossplatform/SegCtrl.Droid/Resources/layout/RadioButton.axml Is there a way to get this to adjust automatically?
> Found a workaround. At the moment I load the image with a non-functional unique parameter, so the image gets reloaded. > > `downloadURL+'?d='+DateTime.now().millisecondsSinceEpoch.toString()` This is a neat trick, but...