Apps crashing after android reboot without being run
My apps are currently poping up a message after the phone reboot " has stop working - (send report) ok" . This happens even if the user does not start the app. I've seen this behaviour happening on...
View ArticleAndroid activity in PageRenderer
Hi All, I creating cross-platform application which using camera to take shots, to call a camera activity I using page renderer, as folows: public class CameraPageRenderer : PageRenderer { const int...
View ArticleHow to scroll 2 listviews together in xamarin.forms ?
Hello, I have two listviews side by side. If one scrolls other one should also scroll. How can I achieve this ? Thanks in Advance
View ArticleCustom renederer is not working for Shared Project
Hi, I have tried with Custom renderer for Shared project.But it is not working for me.I have followed the same with PCL. And the custom rendering is working fine. Did i miss anything in Shared project?
View ArticleApp crashes on deployment to VS Android Emulator using VS2015.
App crashes immediately on deployment to VS Android Emulator with VS 2015. I was using VS Emulator 5" KitKat (4.4) XXHDPI Phone. No errors reported. Don't know where to look for. Can someone help me?
View ArticleExportRenderer missing assembly
Dear all, I am following this tutorial on Xamarin.Auth, and I am missing something. When compiling I get the following error: Error CS0246: The type or namespace name `ExportRenderer' could not be...
View ArticleNavigation drawer half way
I have an application that have a modal page that is showed in landscape mode, the rest of the app is in portrait. When I close the modal page and return to the landscape the navigation drawer is half...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleTerminate and stay resident
My first post. I'm good at C# and Winforms but that's all I know. I don't know anything about mobile apps all (yet). I'm going to write a cross platform app that runs in the background with no user...
View ArticlePush page into navigation from Page Renderer
Hello guys, I've implemented an Page Renderer for iOS so I could use device's camera. When the user presses the take photo button should be opened another page by pushing to the navigation stack, but...
View ArticleHas anyone done Material Design Labels for Droid and iOS?
I dont want to reinvent the wheel so has anyone down material design style labels on input controls yet for iOS and Android that can give me a good link or some info to read up on? Thanks!
View ArticleHow can I draw a signature in Xamarin.Forms?
Hi guys, I am looking for a way to draw signatures from Xamarin.Forms. Is there any plugin which works fine with Xamarin.Forms 1.5? I have tried with ACR SignaturePad Plugin but it does not work fine...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleCross-platform video player
Is there any 3rd-party implementation of a cross-platform video player? I don't have experience with custom renderers. Also is it possible to play native video players in platform-specific code using...
View ArticleHow to imlement an autosizing Image menu
Hi, I'm just starting with Xamarin.Forms, so that I need some basic help. I want to have the main menu of my app based on a list of images. My first approach was to embedd the images into a Stacklayout...
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleChange the text color for Xamarin.Forms.DatePicker
For Xamarin.Forms.DatePicker It is not obvious that the date field is "tapable" I want to change the text color of it to blue so the user will think it is clickable? I see a background color property...
View ArticleSpecify Windows Phone targets
Hello, I have a problem creating new Xamarin.Forms project. Until the last update, when creating a new Xamarin.Forms project (Blank App Xamarin.Forms Portable), I got the core project, Android, iOS,...
View ArticleCrash on start
Hi all - I've just updated a project I've worked on for a while to the latest XF build as well as updated all the project packages. Now when I start the app on the simulator, everything works fine, but...
View ArticleIs it possible to build a multi-language application using Forms?
I have been trying to follow a Microsoft tutorial shown here And have got: <Button x:Uid="Greeting" Text=""/> And a resource file in my PCL with Greeting.Text with value Diary.. But I have...
View Article