failed 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 ArticleListview Incremental Loading and Pull to Refresh
Is there a way to implement incremental loading (loading on scroll) and pull to refresh using the Xamarin.Forms Listview?
View ArticleNo Valid iOS keychain when using iPhoneSimulator?
I am attempting to run an example program to learn how to do some complex MVVM proceedures, but when I try to run the application on my iPhoneSimulator I get the following error: Severity Code...
View ArticleNot showing ListView
Someone have any idea why the ListView is not showing in this code (MasterDetail Page) ? Any other component is working perfectly. <?xml version="1.0" encoding="utf-8" ?>...
View ArticleProblems with Rest API and Json (Java.Lang.RuntimeException:...
Hi community. I'm using Xamarin Studio for first time and I then got this error when I create a simple app using Rest Services and Json data. In this method appear the problem: private async void...
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 ArticleFile Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleContinuous shot using XLabs library
Hi, I'd like to ask how can I get the possibility to make continuous shot using XLabs library? When I run camera and try to make such shot I get notification: "Does not support continuous shot". Thanks
View ArticleError While Building App: could not import CSharp.targets file
The error is in the file .csproj on the line: Error: /Users/cyberinjector/Projects/test/test/test.csproj: /Users/cyberinjector/Projects/test/test/test.csproj could not import...
View ArticleListView Triggers - Help?
Hi, is it possible to style ListView items using Triggers? Ie can the following be achieved? (using triggers): 1. altering the background colour of the selected item in a listview 2. or changing...
View ArticleMake TabbedPage "more" option look like native iOS
I am currently using the Xamarin Forms TabbedPage and I have noticed that the more option behaves in a way that I did not expect. It seems as if it creates its own navigation controller and embeds the...
View ArticleHandling a file, "Open with" or "Share" options
Hi, I have an application that needs to handle different kind of files (Images,Videos,PDF,DOC,etc). Now I'd like to have a list that contains different kind of files. When I select a voice i'd like to...
View ArticleXamarin Forms Labs Camera
How do I use the camera feature from xamarin forms labs? How do I implement the code and such?
View ArticleCan I create my own custom theme in Xamarin Forms ?
Can I create my own custom theme in Xamarin.forms.portable. if Possible then how will create ?
View ArticleDisable controls on page in xamarin.forms
Hey all, I'm using XLab's PopupLayout to display popup on screen in my app. But the only issue i'm facing, is when the popup is open user is still able to select controls from backside and the page...
View ArticleHTML5 Javascript and CSS files inside Xamarin forms
I am writing a native cross platform application using Xamarin forms. But i need to have one page with a Web view to render an existing HTML5 page even thought other parts of the app are native.I have...
View Article(Multi-)Triggers: Conditions
Xamarin.Forms: 1.3.1.6296 and 1.3.2.6299-pre Hi, I'm just playing around with the Xaml styles and hit an exception (but maybe I'm doing something wrong here): The following markup throws a...
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 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 Article