Xamarin.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 ArticlePUBLIC WARNING! Barcode scanning in Xamarin Forms
BACKGROUND: We are building a Xamarin Forms product that uses barcode scanning as a central function. In the early stages we decided not to buy a barcode scanning component, but use the free ZXing...
View ArticleAndroid keyboard and the ContentPage view collapsing/expanding issue w/...
Hi, after I upgraded to 1.5.1 and getting material design in place, my app is working and looking great in Android. HOWEVER the view when focussing or unfoccusing the keyboard does not work as...
View ArticleFormsAppCompatActivity Tabbed Pages and OnAppearing Override
I have a Tabbed page that allows the user to access a web service API using a search function. The page displays the search results into a listview. When the page loads, I have the code below to clear...
View ArticleDynamic ListView row height not working on iOS in v1.4?
According to the Xamarin ListView documentation, if I set HasUnevenRows, all will be well with dynamic row heights. In reality, it works fine on Android, but does not work at all on iOS. In my...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleAppodeal integration
Has anyone integrated Appodeal into their Xamarin Forms projects? They seem to provide an example for native Xamarin Android but not for Cross Platform. Any help will be appreciated
View ArticleApplication Notification Subscription Service
I am currently in the process of developing an app for our clients that sends them updates. I can go into more detail, but to keep it simple - the user downloads the app, logs in, and then receives a...
View ArticleListView.ScrollTo not working on Android
Hi I use ListView.ScrollTo to scroll to the very bottom of a ListView. On iOS its working fine but I get a Java crash on Android. _messageListView.ScrollTo (_messageList[_messageList.Count -1],...
View ArticleTwo way binding is not working
Hello All, I am trying to bind the text of a button with the Property,It's binding fine for the first time but next time onwards it's not updating even it's been updated. I am using xamarin.forms...
View Articleawait not working correctly
Hi, I am making an app using Xamarin Forms (PCL) and I am having trouble with an await call that seemingly exits prematurely. What I have is button on a login page when the button is pressed it makes...
View ArticleCan you have a dynamic number of views within custom ViewCell templates?
Is it possible to bind to a collection within a custom ViewCell so I can add a dynamic amount of views within the ListView.ItemTemplate For example I have a Grid within my custom ViewCell template and...
View ArticleCombine views between forms and native
Hello, I have one absolute layout with a button, slider and one image as a background. When I load the page I render it in each platform and add a UICollectionView in ios. The problem is that the...
View ArticleERROR ITMS-90535: "Unexpected CFBundleExecutable Key"
Hi All, While submitting my application to app store, I am receiving the following error when trying to submit my .ipa through Application Loader. ERROR ITMS-90535: "Unexpected CFBundleExecutable Key....
View ArticleDatepicker: Possible to bind to Nullable date value?
Hi everybody! I have a nullable date field in my object and I want to bind a date picker to it. When the value is null, I would just want to show no value in the picker. Is this possible? I tried...
View Articlethe app's Info.plist must contain the MKDirectionsApplicationSupportedModes key
Hi, I have uploaded my app into app store. also i got the same build in iTunes Connect. Now I am going to submit my app for review via iTunes Connect. Here I have got error like following : "To...
View ArticleHow to set a page to the landscape orientation?
Hi, Is it possible to forcibly set a page to the landscape orientation in the Xamarin.Forms? Best Regards, Aleksandrs
View ArticleWebView and authentication
I would like to pass an url to webview to display within a xamarin forms application. The url prompts the user for windows credentials, after they enter they will be taken to the end url source. (i.e....
View ArticleContext Actions problem after Android update
I have just finished to read and apply James's suggestions about updating Android apps with material design. Everything work well and looks.....wonderful! Except for the context actions in my list...
View ArticleXamarin.Forms TabbedPage - Capturing the tab click event (no page change)
Experts, I was able to extend the Xamarin.Forms TabbedPage class to add an event that is triggered when tabs change ā so great. Now Iād like to be able to capture the tab click event that occurs when...
View Article