Android Exception in Xamarin Shared App
I am getting the following error and am unable to figure out why... 1-02 00:55:16.255 4218 4218 I MonoDroid: UNHANDLED EXCEPTION: 11-02 00:55:16.258 4218 4218 I MonoDroid:...
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View ArticleHow can I set InputTransparent for a view and all of its children?
I notice that it doesn't work like this already on Android, and it makes it really hard to disable a view. I tried using IsEnabled, but it didn't have any effect. I really need this functionality.
View ArticleListView delete item and refresh, similar to notifyDataSetChanged() in Android?
Hi, How to refresh ListView after removing some items from it? I am having below code. _noteViewModelList.RemoveAt(id); _listView.ItemsSource = _noteViewModelList; In above code, i am removing item...
View ArticleHow to use Dropbox sync & data store in xamarin.forms
Hello Team, I am trying to attach Dropbox sync & data store component in my PCL Application . But i am not able to find this package . how ever i have created a demo few days ago at that time it is...
View ArticleHow to Bind ListView on same page after deleted Item in the listView ?
Hello, I have an error on bind Listview after delete record in listView. After Deleted record.... I create Listview Page object Using below syntax on ListItemCell binding page. var userlist = new...
View ArticleXamarin Forms Maps - Multiple maps on navigation stack behaving oddly
I am using Xamarin Forms Maps in my project, and currently debugging on an Android device. This has been a project I've been working on for a while, and while my source code has not changed, all of a...
View ArticleUpdate Binding Source on Unfocused
Hi, Does anyone have a suggestion on how to, for example, only update the source property of an Entry's Text binding when Unfocused rather than TextChanged? XF doesn't seem to have the ability to...
View ArticleXamarin.Forms.iOS: Editor Unfocused missing value
Hello, I have a problem with autocomplete iOS keyboard and Unfocus event. Step by step explanation: I Try to write word “Ciua”, my Italian iPad suggest me “Cita” 1. If I tap “space” on keyboard, the...
View Articlehow open menu page after login throw webervice
hi, I'm new in xamarin developing, I have such problem - I have webervice method called on user login action, and in handler onmethodcomplete I try open new page writing this.Navigation.PushAsync(new...
View ArticleHow to add a background image to my application
Hi Guys, I want to add a background image to my application for the look and feel. I know how to use the local and the embedded images but i want to make my entire application with a default image....
View ArticleIOS app when signed for enterprise distribution will not load on IOS device
Hi all, so i have a forms app, I have it working now Windows phone 8.1 android and IOS all in debug mode. I can debug the IOS app on a real phone or on the simulator no issues. when i create an IPA...
View ArticleBindings on CarouselPage don't work after device orientation has changed
I have experienced this strange issue where I practically cannot implement orientation dependent layouts with CarouselPage because no binding or any other programmatic manipulation of sorts seem to...
View ArticleHow to find an element using the REPL if it has no id?
I'm trying to do some UI Tests and I have an element on a view defined using XAML (no code behind is allowed on this project). When I launch the REPL and ask for the tree of elements I get this:...
View ArticlePLEASE remove Starter edition!
Starter utterly worthless. You can't do anything with Starter. I tried "getting a taste" (per the website) of Xamarin.Forms and low and behold upon running the app, I get the "Your app is using native...
View ArticleCan't get context menu working
Hi, I can't seem to get my context MenuItems to fire either the edit or the delete commands indicated below. The menu comes up just fine, but nothing happens. Hopefully someone can help me out....
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleAzure Mobile Services backend serviceUser does not return Facebook identities...
Hi I'm struggling with a Xamarin/Azure Mobile Services/Facebook issue that I don't know how to resolve. What I'm trying to do is login to Facebook for a user and then save that user's details to a...
View ArticleEvent of button is not getting fired in absolute layout
Hello All, I am facing an strange behavior in Xamarin.forms. When i m writting below xaml code it's working fine as expected but the same thing i m trying to achieve dynamically from code behind event...
View Article