Satoshi NaKamura
Satoshi NaKamura
@632575987 Thank you for your request. I will consider it.😄
@chennakrishnakasukurthi Thank you for your report. But It is not enough information to survey. Could you give me more information such as AiForms.Effects version, Xamarin.Forms version, Android SDK version, your...
@chennakrishnakasukurthi Thank you for your additional information. Though I tried building in the same environment, couldn't reproduce it. My build worked it without problems. I'm sorry I couldn't be of...
@alexpetin Thank you for your report. I regret to say that I tried but couldn't reproduce it. Could you offer more information?
@Endarren Thank you for your report. I will confirm it. Please wait for some while.
@Endarren I couldn't reproduce that issue. Could you please give me the Android version and Xaml or c# code?
@astralmaster Thank you for your report. Sorry, I couldn't reproduce that issue. It works fine on iOS 13.5. Would you please give me more detailed information?
@awalker-dsg Sorry for the late reply. I have a plan to support .NET MAUI. I plan to release a beta version by the end of the year.
@sawankumarbundelkhandi Thank you for your report. ReusableLoading cannot be retained beyond the view.
I faced this issue too. Implementing IGlideHandler solved this problem. However, performance may be degraded. my workaround: ```cs public class CustomGlideHandler: IGlideHandler { public bool Build(ImageView imageView, ImageSource source, RequestBuilder...