Is there an issue with InputTransparent on iOS ?
I am finding that InputTransparent is behaving differently on iOS to Android and Windows Phone. Where I see this is when I have a hierarchy of Views within a ScrollView. I use InputTransparent within...
View ArticleXamarin.Forms 'this.Loaded' event
Im drawing some controls into a grid from the code behind file of a xaml content page. I'm having to do this straight from the constructor because there doesn't seem to be an event that gets fired when...
View ArticleHow can I force hide the keyboard (as a workaround for a Xamarin Forms bug)
I unfortunately can't share the code as this is for a client, but I'll explain the situation. I have an Entry and a button. Clicking the button hides the entry. If I first click on the entry (bring up...
View ArticleNo installed provisioning profiles match the installed iOS code signing keys.
Good afternoon, I have a big problem and I can not resilver , I have everything set up correctly, my certificates my devices , my iOS Provisioning , and my x code , except that when I release in my...
View ArticleXLabs.Forms.WP8 Version 2.0.5679.29898 was built for WP8,1 and not WP8.0
This error I am getting after update all with Xamarin.Forms to V1.4. Probably @SKall knows it better. I am using VS2015 Enterprise edition.
View ArticleAbsoluteLayout wrong AutoSize iOS
Hi! I have a minor problem with AbsoluteLayout AutoSize. I attached a screenshot. On Android there is no problem. Works as expected. On iOS there is a gap. The topBarLayout have bigger height. Any...
View ArticleProgressBar Samples
Hi, my ProgressBar is not correct error: Position 15:4. Property Content is null or is not IEnumerable
View ArticleI need to give an image and a label as a footer in splash screen in...
I need to give an image and a label as a footer in splash screen in xamarin.froms, how is it possible?
View ArticleCamera application using Xamarin.Forms.Labs
I need to implement camera application in my app . Am using Xamarin.Forms.Labs. Am new to Xamarin.forms. I gave following code. private async Task TakePicture() { mediaPicker =...
View ArticleTapGestureRecognizer not getting called
Hi folks! I've got a simple class that extends a Button. I use this button on a form, I get a breakpoint in the constructor, so the tapGestureRecognizer gets created, but I never get a breakpoint in my...
View ArticleAnimate adding/removing cells in a TableSection in iOS?
I have a simple tableview with a number of table sections, one of the sections has a SwitchCell that when toggled it adds/removes cells from another section. In the 'good ole days' of MT.Dialog I could...
View ArticleMasterDetail and navigationpage problem
Hi guys, I have a project with a masterdetail with menu. I followed this example https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ Well... ok, masterdetail and the...
View ArticleIs Xamarin Forms ready for production?
Hi, I would like to know whether Xamarin Forms is ready for real-world development? We are planning to develop a cross-platform application, whose major part is data-entry and uses negligible platform...
View ArticleSame BoxView style multiple uses
I've created a simple BoxView which is really just a line across the width of the device in order to indicate different sections of my app: BoxView partition = new BoxView { HorizontalOptions =...
View ArticleHow to navigate from one page to another page in Xamarin.forms
How to navigate from one page to another page in Xamarin.Forms (I am using Xamarin.Forms Portable) for all project (Android, Windows, iOS). 1. with Query String 2. without Query String
View ArticleHTML5 telephone links not working in iOS webview
In our Xamarin Forms project we have a webview, and that webview loads a page from the web. That page contains HTML, including a link to a telephone number with the following HTML: <a...
View ArticleXamarin.Forms.Labs FileNotFoundException error in xaml
hello! I'm trying to use ExtendedViewCell control in my listview to hide the separation bar. I added the Xamarin.Forms.Labs (Core) package with nuget. But in my xaml it throws the FileNotFoundException...
View ArticleTips to speed up intellisense in VS?
I'm running VS2013 and the Xaml intellisense is really sluggish. Anyone else experiencing this and is there a workaround available? // Johan
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View ArticleMaster Details Page problem, detail view stretch outside screen on iPad in...
Hi, I'm having an issue when using the Master Detail Page in xamarin forms for iOS on iPad in landscape (don't know if issue appears on Android and WP). In our Master Detail Page we've build a menu...
View Article