Ali Al-Khamis

Results 20 comments of Ali Al-Khamis

You need to: - serialize the highlights. - send it to the server . - parse it using your backend server wether php or c# or any other language. -...

@wellitongervickas , This is a little bit different than the original issue but still doable. You just need to retrieve the text from the DB and pass it to the...

It would be great if i can upload a screenshot of the code that i am creating a snippet for. It will be much easier to find and visualize the...

I am facing a similar issue in UWP. `var realm = Realm.GetInstance();` is giving me this exception: ``` at Realms.NativeException.ThrowIfNecessary(Func`2 overrider) at Realms.SharedRealmHandle.Open(Configuration configuration, RealmSchema schema, Byte[] encryptionKey) at Realms.RealmConfiguration.CreateRealm(RealmSchema...

I replaced all my writes with writeAsync and it seems that the exception is not showing for now. i am not sure if i can consider it resolved though `...

i have the same issue in iPhone 11 Pro max. What could be the reason? in the simulator, the voice is clear.

I fixed this by updating the DayViewSize to 0 if it's not in this month as the following: https://github.com/lilcodelab/Xamarin.Plugin.Calendar/blob/2fc44d910aedb6affe42ff24e80a6a884712ab1a/src/Calendar.Plugin/Shared/Controls/MonthDaysView.cs#L624 ``` foreach (var dayView in _dayViews) { var currentDate = firstDate.AddDays(addDays++);...

Is there a way to customize the name of the days regardless of culture?

@rdelrosario , I found out that only if there are no toolbar icons or if there is one Icon on the left and the right that the title will be...