Error: Build failed. See the build log for details.
When I am building an ipa file from xamarin.ios in xamarin.forms project, i have "Build failed. See the build log for details." error as an output. How to fix this error?
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleNamedSize values
Hi, Now the NamedSize enumeration has gone from xamforms, is there a replacement set of values that can be used for the NamedSizes or is it something that can be calculated somehow? PFJ
View ArticleMy BindableProperty on custom control is called twice every time in my...
Hi folks, I have a BindableProperty in a custom control like so: public static readonly BindableProperty ShowIndeterminateProperty = BindableProperty.Create<CoreProgress, bool>( p =>...
View ArticlePopup keyboard hides parts of the UI rather than resizing
I would like to create a screen that has a behavior similar to common chat apps e.g. Hangouts where there's a scrollable section of the page and an Entry with a Button underneath that updates the...
View ArticleProblem with FormsAppCompatActivity and MasterDetailPage
I've upgraded to the new FormsAppCompatActivity. There are a lot of bugs, I'm going through them one by one. Now, the drawer is being displayed over the Toolbar. I want to the Toolbar to be always on...
View Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
View ArticleOpen PDF in Android default PDF reader
Hi, I'm searching a way to open a PDF (stored in local) in the Android default PDF reader in Xamarin.Forms. I'm using a webview for iOS but WebViews on Android cannot open a local PDF. var browser =...
View ArticleListView ScrollTo is not scrolling correctly
Hi developers, I am using several ListView controls in my App, but the ScrollTo method is not working as aspected. When I call the method to scroll to the last item in the list, the ListView is always...
View ArticleElement.ParentPage() Extension
Here's is a little extension that I wrote to find the parent Page for a given element. I use it for custom Views and in custom renderers. Thought it would be helpful for others, as it took me a little...
View ArticleHow to create a Page with a Header, Footer, and a Proportionately Sizing Body?
I'm trying to do the following: Create a page with a header and a footer, and then the body which sizes proportionately to the device. In this example, the goal is to make the up arrow and down arrow...
View ArticleSetting MainPage throws exception on Android
Hello all, I have a strange Android-only bug that throws when I go to set the App's MainPage. Here is the code that throws: private void onTryLoginComplete(object sender, EventArgs args) { try {...
View ArticleXamarin.Forms ListView exception on Android
I'm getting this exception on my Samsung S4 (Android 4.3) from time to time: 10-27 19:37:28.769 D/dalvikvm(23478): WAIT_FOR_CONCURRENT_GC blocked 1ms 10-27 19:37:28.779 D/InputReader( 694): Input...
View ArticleXamarin.Forms ListView exception on Android
I'm getting this exception on my Samsung S4 (Android 4.3) from time to time: 10-27 19:37:28.769 D/dalvikvm(23478): WAIT_FOR_CONCURRENT_GC blocked 1ms 10-27 19:37:28.779 D/InputReader( 694): Input...
View ArticleCustom control with complex property in Xaml
Hi, I have created a cutom control MyControl public class MyControl : StackLayout { public static readonly BindableProperty LabelControlProperty = BindableProperty.Create<MyControl, Label>(p...
View ArticleOnPlatform in System:Double, possible ?
App.xaml: <System:Double x:Key="FontSizeSmall"> <OnPlatform x:TypeArguments="System:Double" Android="10" iOS="9" /> </System:Double> Page1.xaml: <Label Text="MyText"...
View ArticleLogin with Social media
Hi , I am developing an application which will allow the user to login using social media like facebook,twitter,google+ etc. For my application I would like to add the following social networking sites...
View Article