Error creating xaml.g.cs file with newest Xamarin.Forms version ?
Hi all, I am a Xamarin Forms Developer and I used the WaitingPage implementation from Mitch Milan. https://github.com/MitchMilam/WaitingPage It works great. I made a little change in my code because I...
View ArticleHow can i access objects from code behind?
I have created a new ContentPage in Xamarin.Forms. What I want to do is layout my contentpage in xaml. So if I put a button on the xaml, I want to access the button in the .cs code behind. I am trying...
View ArticleI can't now run my application in simulator at all, any help?
I can not select and run my application in Simulator due to some reason. If it is 'iOS device' then the error message of build is as follows:...
View ArticleWebView not working on iOS 9??
Hi guys, Even I put this configuration in my plist file and still now working: <key>NSAppTransportSecurity<key> <dict> <key>NSAllowsArbitraryLoads</key> <true/>...
View ArticleHamburger menu – click on detail
Hi, Implemented a Hamburger menu following the various recipes on the net: * http://www.pauloortins.com/2015/05/08/xamarin-forms-pages-masterdetailpage/ *...
View ArticleErrors in Android project after updated to Xamarin.Forms 1.5.1.6468
Hi, I update Xamarin.Forms to version 1.5.1.6468 today. And also updated Xamarin.Android.Support.v4 to 23.0.1.3 Xamarin.Android.Support.v7.AppCompat to 23.0.1.3 Xamarin.Android.Support.Design to...
View ArticleShared Preferences get lost after shutting down device or killing the app
Hi, I am using Shared Preferences for storing and retrieving values like UserName and One token. Here I am saving the UserName and token into Shared Preferences while user signing in. and also I can...
View ArticleYour experiences with ModernHttpClient?
Hi all In my Xamarin.Forms app (Shared), I use System.Net.Http.HttpClient() now, to access our webservice. Now, I have noted, that there is a specific add-on to XF called “ModernHttpClient”. This...
View ArticleA sample project using Camera control (MediaPicker) of XLabs
Here is the link to .zip of a sample project for using Camera control of XLabs. It's named XPA_PickMedia_XLabs_XFP. XPA stands for 'Cross Platform App' and XFP stands for 'Xamarin Forms PCL'. In my app...
View ArticleXamarin.Forms.Maps Locale/Languages
I need my maps to match the language in the app but I can't find a way to set a locale/language on the maps control. Pointers? thanks!
View ArticleDisplaying a UIDocumentMenuViewController
I'm trying to display a UIDocumentMenuViewController from the view model in a Xamarin.Forms application. The UIDocumentMenuViewController displays correctly, but when I select a provider the...
View ArticleShow XLABS Pop up layout in On Appearing(page load)
Hi, How to show XLABS Pop up layout in On Appearing(page load). Thanks
View ArticleXamarin Forms Windows Phone 8.1 Custom Page Renderer
hi, Is it possible to write custom page render for Windows Phone 8.1 ? i was trying to write a Renderer.but i couldn't find anyway to connect My native page to Renderer. in the samples provided , they...
View ArticleLayout Related Question
Hello am new in Xamarin.am trying to create a Login Form. using the below code but i can't layout it properly.plz help me anyone asap. i want the button and Entry field as Full width. See the attached...
View ArticleScrollView bug on Windows after updated to Xamarin.Forms 1.5.1.6468
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.1, and Windows 8.1. And I updated Xamarin.Forms to version 1.5.1.6468 today. But the...
View ArticleError retrieving parent for item:...
I updated to xamarin forms 1.5 and am now getting this error when buildilng my Droid project. PCL compiles fine. It is also producing the same error on android:Widget.Material.Button.Colored...
View Articlebranding a native app?
My team don't want to use native apps because our clients want an app with their own logo, colors and layout, they are incline to HTML 5. I was thinking that we might be able to develop an app with a...
View ArticleHow to style entry/form elements (custom)
Hi there. I have been trying to accomplish this for quiet some time now, both with custom renderes and without - but i cant seem to get a good enough grasp of it to actually get there. I'm trying to...
View ArticleScrollView inside absolute layout not working
I'm trying to create something like this: ->absolutelayout ->scrollview with some content ->a label the scrollview is supposed to fill out the entire page while the label should appear...
View ArticleiOS exception crash - This application is modifying the autolayout engine...
Hello I am receiving the following error after updating Xamarin Forms to 1.5.0.6 when I just try to focus a entry! 2015-10-08 16:33:06.972 PositiveDrive[675:395928] This application is modifying the...
View Article