Mikalai Daronin

Results 28 comments of Mikalai Daronin

A better workaround is to write EXIF data into the image using [AndroidX ExifInterface](https://developer.android.com/jetpack/androidx/releases/exifinterface): ```cs public void SetExifOrientation(string filePath, double rotation) { int orientationValue = rotation switch { 90d =>...

> Hi @lassana, could you please confirm if it is still happening in the latest XCT version? Hi @GUOLDEV , it's still happening in 1.3.0:

> And yes, you have to handle the rotation by yourself based on the Rotation argument. Yep that's what my workaround does, but the question is why would you have...

We also receive this crash occasionally: ```cs System.ArgumentNullException Message: Value cannot be null. Parameter name: page Xamarin.Forms.NavigationPage.GetHasBackButton(Xamarin.Forms.Page page) in Xamarin.Forms.Platform.iOS.NavigationRenderer+ParentingViewController.UpdateLeftBarButtonItem(Xamarin.Forms.Page pageBeingRemoved) in Xamarin.Forms.Platform.iOS.NavigationRenderer..ctor(Xamarin.Forms.Platform.iOS.IVisualElementRenderer sender) in at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&) System.Reflection.MonoMethod.Invoke(System.Object...

Совет братьям по несчастью: создайте в своём подпроекте файл разметки `ymk_screen_buttons_layout.xml` с таким содержимым: ``` xml ``` Обратите внимание на ``` xml ...

You may also want to set [`HSTS`](https://www.nginx.com/blog/http-strict-transport-security-hsts-and-nginx/) so once Gitblit opened via HTTPS your browser will never use HTTP again. In nginx you add: server { ... add_header Strict-Transport-Security max-age=15768000;...

Same issue. Media keys (next, prev, play/pause) work fine with 1.3.1 from Homebrew, but they do nothing with 1.3.1-967-g922e10bc4.

@uwe-neuronation you can build updated NuGets manually: 1. Clone `https://github.com/angpysha/FacebookComponents.git` 2. Check out `fix/android-12-fix` branch 3. Modify `NUGET_VERSION` in `Facebook.Android/build.cake` to something like `13.1.0-beta01` 4. Install cake (on Mac `brew...