Google Maps for iOS and Xamarin Forms
I am learning Xamarin and Forms for the first time. I have got my head around the basics but am getting quite confused trying to get the Google Maps for iOS component working with Forms. So I have the...
View ArticleUsing Maps on Xamarin.Forms for Android and iOS
Hey Guys, Any one has integrate map view in xamarin.forms. I want to use xamarin.forms maps with google maps. I have integrate this code with "Xamarin.forms.map" package and also create renderer...
View ArticleMasterDetail in Xaml
The forms gallery is great but only shows how to work with the views & layouts programatically. Is there a version of this that is xaml?! Right now I'm after how to do the MasterDetail but I've...
View ArticleForms.Maps detecting map pan, zoom, etc. events
I've added a Map to my ContentPage and need to know when the user has changed the VisibleRegion (i.e. moved, zoomed, etc.) so I can update the pins shown in the region. I don't see any events on the...
View ArticleHow to reduce APK file size for a mobile app?
Hi Team, I have created a mobile app using Xamarin.Forms to target multiple platforms which contains following 4 projects PCL, Droid, iOS and WinPhone. Later I have noticed the file size of the APK as...
View ArticleXamarin.Forms vs. Microsoft Intune -> Send Configurations to an App
Hy Is it possible to deliver application configurations (for example a custom URL for a service) to our Xamarin.Forms App from Microsoft Intune MDM/MAM? For example after installing the App? How can we...
View ArticleHow to check Location App Permissions in Xamarin Android Marshmallow?
We can create Dependency service to check weather Location service is enabled or not in the device. But in Application Manager User can disable App Permission(Location). Identified that we can check...
View ArticleWebview content loaded from REST - IFrame Embedded video displays on Android...
On Android it displays the iFrame Video correctly, on iOS the video IFrame is there but blank and white, taking up the same amount of space? Any ideas why this would be happening?
View ArticleMasterDetailPage - Darker page when open
Hi, I would like to know if there is a way in iOS to make the page darker when the menu is open like it does in android? Regards, Bruno.
View ArticleBox view with rounded corners + badge with counter, snippets
I believe simple rounded box view and even badge widget should be a part of some generic Xamarin.Forms extension kit. I'm not familiar with writing plugins workflow though. So I decided to share some...
View ArticleXamarin.Forms iOS EventToCommand behavior null exception SIGABRT error
Hey all, I really don't know how I can fix this issue with iOS. Everytime when I switch a little between pages the behaviors (Event to Commands) crash at the DeRegisterEvent. I am using the code sample...
View ArticleXamarin.Forms iOS EventToCommand behavior null exception SIGABRT error
Hey all, I really don't know how I can fix this issue with iOS. Everytime when I switch a little between pages the behaviors (Event to Commands) crash at the DeRegisterEvent. I am using the code sample...
View ArticleEventToCommand Behavior Null Reference iOS
Hey all, I am currently struggling to find a solution to a problem I am facing. I have a couple of behaviors attached to certain pages in my app and when I navigate back and forth it doesn't matter to...
View ArticleEventToCommand Behavior Null Reference iOS
Hey all, I am currently struggling to find a solution to a problem I am facing. I have a couple of behaviors attached to certain pages in my app and when I navigate back and forth it doesn't matter to...
View ArticleThe code is located in iOS/Android project space , how to access these code...
In my Xamarin Studio for MAC I use "Xamarin.Forms" solution. I've 3 projects. PCL , iOS and Android. I've a proxyclass (webservice class) which I copied the file "checkServices.cs" into the iOS and...
View Articleset Height Entry rendered xamarin forms ios
I have need to modify and customize the Entry Control in Xamarin, but I have difficulty setting, or rather to find the method for declaring the height of the control of Xamarin ios. How can I do ? here...
View ArticleLogin Button requires two taps with soft keyboard on iOS
I have noticed with my login page on iOS that the user needs to tap twice on the login button to sign in. The first tap on the sign in button only dismisses the soft keyboard, no click event by the...
View ArticleTapGestureRecognizer
Hello. I have: <ListView ItemsSource="{Binding Categories}" HasUnevenRows="True" SeparatorVisibility="None"> <ListView.ItemTemplate> <DataTemplate> <ViewCell...
View ArticleTextCell in ListView does not appear Android
Hello , i have a bug on TextCell in ListView and TableView , the propriety "Text" of the TextCell does not appear but other property like the property details of the TextCell work. This problem occurs...
View Article