How to navigate to a page and reset the 'stack'
My app has a few introductory screens for first launch. Once the user gets through these, I want to transition the user to the "main screen" in a way where the back button will not take the user back...
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 Articleresize button's background image
Hi, can anyone please suggest me an idea or code snippet for re-sizing the background image for button. this is a simple logout button with background image, but it too large in emulator. setting the...
View ArticleHow I can implement finger print and Iris scan for user identity
How I can implement finger print and Iris scan for user identity i want to this for all ios, android and windows
View ArticleGoogle Place Autocomplete in Xamarin.Forms
Has anyone integrated Google Place Autocomplete using Xamarin.Forms? I am to use it on a map for location suggestions. I've only seen resources for Xamarin.Android and Xamarin.iOS but on the part of...
View ArticleXamarin Forms webview not displaying on device
Ive developing a webview app in Xamarin.Forms over the last few days and ive been testing it on an android and iOS emulator and it seems to work just fine in the emulators but when i went and tried to...
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 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 ArticleInvalid value for 'TargetFrameworkVersion'
I'm trying to build my app and the following error Invalid value for ' TargetFrameworkVersion ' Anyone know WHAT siguinifica and how to troubleshoot ?
View ArticleUriImageSource and authentication headers
How can I add authentication headers to the HttpClient that downloads the images (UriImageSource)? Outside of implementing custom image source is there a way to authenticate the HttpClient that XF uses...
View ArticleRenderers in Separate projects not working?
(PCL, XForm 1.3.1) We have many apps. To handle this we have a common project for IOS and a common project for Android apps. See Screenshot. If we put a Renderer in the Common IOS project, it is...
View ArticleMySql Connection
Hello guys, I would like to know if it is possible to create one class on my PCL project that connects to a MySQL DB and makes some operations. I want this class to be static and to be used by both...
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 ArticleHow to change property value on state or event
I would like to know if its possible to change the a property value depending on a event. Like changing the source of an image or the background color of a grid when the user press the ContentView or...
View ArticleNavigation.PopAsync doesn't work
In my app, when user press Login button on the HomePage, I need to show the LoginPage. On my home page I call "await Navigation.PushAsync(new LoginPage());" in the command for the Login button. When...
View ArticleHow to open intent on click push notifications.
I'm having some trouble understanding how the pushnotifications should work. When the user clicks on the notification dissapears but the activity does not start. I have a specific GCM module which is...
View ArticleBeginner questions on custom page renderers
What is the difference between e.NewElement and Element? Also iOS is setting up a new page inside OnElementChanged here: https://developer.xamarin.com/guides/xamarin-forms/custom-renderer/contentpage/,...
View Articlescope bar in xamarin forms
Hi, i am developing an app in xamarin forms. I need in the ios version of the app to show an scope bar, how can I do it? This is what I call a scope bar:
View ArticleImage source http credentials
Hello, I'm building an internal application and I want to use authentication on an image source. The problem is that I need basic (or cookie login) on the UserPhotoUrl. This is the xaml of the page,...
View Article