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 ArticleZXing.Net.Mobile customview
Hi, I'm trying to make a custom view containing a ZXing view. (example in attach file) Does someone has already done something similar in Xamarin.Forms ? Thanks ! S.
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 ArticleType is not derived from a java type (StartActivity)
Hi friends. I just have updated to Xamarin Forms 2, but when in my SplashActivity, the method StartActivity() is executed I am getting this error: Here is the code of my SplashActivity:...
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 ArticleButton with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleHow can I customize the border of stack Layout?
I have created a square blocks using stack layout and have some elements inside the stack layout and now i want to customize the border color of stack layout? Can anybody let me know how can i create...
View ArticleApp.xaml file isn't getting created with new XF Solution
Seems like this has just started happening recently when I create a new Xamarin Forms solution (PCL). What happened to the App.xaml and App.xaml.cs files that were created? Wasn't that part of the...
View ArticleApp not starting on iPhone 6 (iOS 9.0.1)
Hello, I have developed an app, using Xamarin.Forms. The app runs great on iOS 7,8,9 on iPhone 4/5s/5c hardware - and fwiw Android 4.2.2 +, loving Xamarin.Forms! The issue I am having is that when the...
View ArticleSupport for Windows
I know there is dedicated support for Android and iOS when you buy licenses but since you never actually buy a license for Windows there doesn't seem to be a support email or contact I know of for...
View ArticleMaster Detail Page- keyboard issue.
I am using Menu in master detail page. I am giving input to the entry, so that the keyboard appears. If I click the menu(on the top for Android & iOS, in the end for windows) button without...
View ArticleNavigation: login pages
Dear all, I followed the instructions and I can make a nice tabbed navigation. Now I'd like to move to something fancier, but I have some doubts. The target is this: when the app starts, it must check...
View ArticleXamarin.Forms 2.0 issues
I just recompiled my project with Xamarin.Forms 2.0 and found Application.Current.SavePropertiesAsync is not working as expected in "Release" mode. I used the following code to save the login email...
View ArticleWhich is the best technique to manage different screen sizes in XF ?
Hello. As said in the object, i'd like to know how to manage several screen sizes in x.forms app. At this moment, the only idea i have is to query screen size at startup and to bind Paddings and sizes...
View ArticlePlugin.Connectivity error
Hi again, Updated XF and Connectivity Plugin to the latest versions. I just have a single line in the constructor of WP8 project that uses the plugin and it is: if...
View ArticleiOS and Android Custom Renderer for Image with text inside button
I have a button that I need to add and image and text to. With Xamarin Forms, the image gets placed to the left of the text, but in my case I need the image to be placed above the text with both being...
View Article