Search Bar in Navigation Bar
Hello every one, I am trying to add search bar in the navigation bar in forms. i know that its not possible directly, but can be achieved using renderer. So i tried to implement one and add search bar,...
View Articleawait and Navigation.PushAsync()
Hello, I want to do something like that: 1. User clicks on "New Thing" button. Navigation.PushAsync is called. 2. User enters some data and clicks "Submit" on New thing page. Navigation.PopAsync is...
View ArticleContinuous Build: License Questions
We are currently deciding about setting up a continuous TFS build for our Xamarin.Forms Visual Studio solution and I have some questions whether or not we need a Xamarin license for the following...
View ArticleHow to avoid showing keyboard when focusing EntryCell
Hi, I have a Xamarin.forms project, I have a page with an EntryCell control, I want to avoid showing the keyboard when the EntryCell gets the focus since it is for scanning barcode labels, how can I...
View ArticleHelp in using xaml forms
Hi, I am new to xamarin forms and preparing to replicate a desktop app built on wpf and the layout is something like this.
View ArticleInvalid value for 'TargetFrameworkVersion' (Xamarin.ios 9.1)
Hello I got "Invalid value for 'TargetFrameworkVersion'" when i try to build my ios app. It happend 2-3 days ago, when i tried to build my app in 9.0 (xcode 7.0) all was 9.0, but it gave me this error....
View ArticleHow can I disable StackLayout that can click through?
Hi, I have a StackLayout at the bottom of my Page, and then I set its TranslationY to -100, it will be cover the ListView which underneath the StackLayout. When I click the blank on the StackLayout, it...
View ArticleHow can i draw route on map for xamarin Forms ?
Hi, I have source(current location) and destination locations, Here need to show the Route map between the locations. And How can i implement the current location changed event in Xamarin Forms.....
View ArticleInput Bindings
Does Xamarin.Forms XAML have an equivalent to the WPF input binding? And specifically would I be able to add it to the ContentPage tag. I'm using MVVM so I would prefer to not put anything in the code...
View ArticleHow do I use Custom Pin (Tamarin.Forms.Maps)?
Which is the best way to use custom pin in Xamarin.Forms.Maps?
View ArticleCorrect App behavior when TouchId/MarshMallow authentication fails
Currently I have App creating a LoadingPage, and onAppearing I want to use Touch-id and MarshMallow Credential before continuing with the app; my question is, what to do if the authorization fails....
View ArticleHow to clone a list
Hi. Sorry for the 'not XF' question but I don't know where is the right place for this. I would like to know how to clone a list so I create a second list that not reference the first one. If I have...
View ArticleTabbedPage critical crash on iOS
Attached Project to demonstrate. Details: Skeleton project with 7 pages added to a TabbedPage; on iPhone portrait, it shows a "More Controller" -> going into any of the pages from "More", and then...
View ArticleTabbedPage critical crash on iOS
Attached Project to demonstrate. Details: Skeleton project with 7 pages added to a TabbedPage; on iPhone portrait, it shows a "More Controller" -> going into any of the pages from "More", and then...
View ArticleAnyone got Parse pushes working in a XF Android app when app has been closed?
I have Parse pushes working for all states (foreground/background/closed) on iOS, but on Android it only works when the app is in the foreground or background. If I receive a push after the user has...
View ArticleHow to check if app has Camera permission on iOS
I need to check if appliaction has camera permission before launching ZXing barcode scanner or Augumented Reality page. If I just launch them and user has disabled camera access in ios settings -...
View ArticleHow to create Usercontrol in xaml
Dear, i'm try to create a ContentPage wich contains a ContentView this "ContentView" will be another xaml file like an usercontrol. But this doesn't work! show me an exception The ex is throwed...
View ArticleNeed some guidance, how can I communicate my Xamarin.droid to my Xamarin.form
This is what I'm trying to do, I want to create a navigation drawer in my Xamarin.droid using the materials designs, in which you can click an item and then it will take you to a xaml page inside my...
View ArticleDetect application restart after termination
Hi, I miss an event, or state, in the new App Lifecycle, for detect whether the app was terminated after sleep, so when started again I need to know whether to restore any states (navigation stack,...
View Article