why photos in xamarin.forms code doesn't shown in ios device?
the images which i set from local source doesn't shown in ios device.
View ArticleUsing components written in Xamarin.Android & Xamarin.iOS in Xamarin.Forms...
Hello, I am writing here because I struggle with one thing. I have written some controls for each platform some time ago. Now I would like to use them in my Xamarin.Forms project. I know that with...
View ArticleUriImageSource Default Image
I am not seeing one, but is there a built in way to add a default image to an UriImageSource while the URI image is downloading?
View ArticleUriImageSource Default Image
I am not seeing one, but is there a built in way to add a default image to an UriImageSource while it is downloading the image from the URI?
View ArticleApp crash when build with AppStore mode and support architectures is ARMv7 vs...
Hi every one I have a small app built with Xamarin.Form. When I build it with Release, Debug or Ad-hoc, the app work well. But when I build it in Appstore and upload to devices, the app crashes. I...
View ArticleLocal database not working on Windows Phone
Hello! I am developing an XForms app with a PCL. It uses a local database. I followed all the steps in this tutorial:...
View ArticleMediaPicker / Camera and image library access in Xamarin Forms
Does anyone have a suggestion for a good way to access the photo library and camera on Android and iOS using Xamarin.Forms? I've checked out a few options already - Xamarin.Forms.Labs, but which...
View ArticleDisplayAlert or DisplayActionSheet on a MasterDetailPage
My root page is a MasterDetailPage with navigation in the master. If I have to display an alert or actionsheet from the master, then I expect the master page to be still displayed in the background,...
View ArticleListView Crashes on Windows Phone
Hello, my app is crashing every time it instatiate a ListView. It works great on iOs and Android but crashes on Windows Phone. This is MyPage.xaml: <?xml version="1.0" encoding="utf-8" ?>...
View ArticleHow to use XLabs.MediaPicker control?
Following the Description for XLabs Camera, I created a project and created the CameraViewModel and CameraPage. But running the solution it just displays the 3 buttons but clicking the buttons does...
View Articleset font globally?
Is it possible to change the font globally? I have an example from android http://stackoverflow.com/questions/16404820/how-to-set-default-font-family-for-entire-android-app Or do I have to set it like...
View ArticleLabel IsVisible and Text Bound to Another Control Doesn't Display
I have a behavior on an entry field for a password that validates the password format. I have a label that has its IsVisible bound to the behavior's IsValid property and the Text property bound to the...
View ArticleXamarin forms x Android: OnActivityResult just fire on MainActivity
Trying to use DependencyService to start Card.IO component, the problem is that, the event OnActivityResult only fires on the MainActivity, am I doing something wrong or it's a Xamarin Forms...
View ArticleSet minimum iOS version with Visual Studio
I have a user of my app that's using iOS 7.1.x and my app isn't working on their phone. The app works on iOS 8.x I tried searching for ways to set the minimum iOS version in Visual Studio, but came up...
View ArticlePage Content shifts upward when one Label's text changes
I have a TabbedPage containing a number of CarouselPages each containing some ContentPages. On the ContentPages, I have buttons that change the text of one of the labels on the page. Essentially, there...
View ArticleWhy does my listview take up more horizontal space than its children combined?
if you look at the images, the list item is the stuff with gray bg. in both horizontal and vertical, the listview's width takes up more width than all the children combined, which isn't what i...
View ArticleXAML: How do you pass a control/view reference into a behavior?
I am trying to write a compare validator as a behavior. I have the behavior attached to an Entry but I want to pass a reference to the control to compare to into it in XAML. I created a...
View Articlecan't build Xamarin.iOS
I'm new in xamarin. i have a problem in xamarin.forms, if i publis android i didn't get any error but build in ios i got a error like "Failed to compile the generated registrar code." please help me to...
View ArticleAndroid there is a check mark, IOS no, how to cancel a check mark
Android there is a check mark, IOS no, how to cancel a check mark Easy to mislead people <?xml version="1.0" encoding="UTF-8"?> <ContentPage.Content> <ListView.ItemTemplate>...
View ArticleIs It possible to have a editable Entry inside List ViewCell ? Entry view is...
I have a view cell with Edit menu item. On Edit click i'm toggling the visibility of Entry text input to be editable by user. But my problem is the softkeyboard is not appearing. I'm not seeing focus...
View Article