Reduce size back button hitting area in navigation bar
hi, Is there any approach to reduce the size of hitting area of back button in navigation bar in xamarin forms
View ArticleListView keep highlighted element when data refreshes
I have a ListView with ItemsSource binding. In my view model I have a selected property that is set when a list item is selected. Is it possible to bind this property to the ListView selected item in a...
View ArticleAccess Xamarin Forms Layout (Frame) in Android
Hi, i have a question. I'm working on an application which provides UI with Xamarin forms. Now i want to show a toolbar or a dialog with dynamic contents (based on other circumstances) in my...
View ArticleIf click on Entry to hide the Keyboard when click on image to show keyboard?
If click on Entry to hide the Keyboard when click on image to show keyboard? Working fine in Android but I have a problem in iOS and Windows.
View ArticleSeeing Beacons in the background on Android in a X.F PCL solution.
So its straight forward enough to monitor for beacons in the foreground in a PCL with the Androids MainActivity being the IBeaconConsumer. But I'm not sure how to get background monitoring working, as...
View ArticleSaving to Photo Gallery/Camera Roll/etc
Hi folks, First off, I the possibility exists that I am old, tired, and can't read, but the possibility exists that I am also not any of these things. Do we have a cross-platform component to save to...
View ArticleRelative Layout and xaml :: Why am I having such a hard time finding examples...
I've found a multitude of Classic Xamarin examples and a few xaml examples but what I'm not finding (and I could be searching wrong) are examples that explain the ins and outs of X and Y Constraints....
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleHow to Databind to a "Dynamic" object ?
I am currently using DevExpress grid and want to data-bind the grid to a Dynamic object that does not have properties. I have to assign an object to the ItemsSource property and I am not sure how to...
View ArticleXamarinCRM Sliding Tabs
Hi does anyone know how they managed to achieve the sliding tabs in the XamarinCRM sample application? They are not using any custom tab renderers and as far as I know they're making use of Android...
View ArticleAnyone knows by when we can expect designer for Xamarin Forms?
Anyone knows by when we can expect designer for Xamarin Forms?
View ArticleAttempting to JIT compile method (....) while running with --aot-only.
Hi to all. I am getting this exception when I process a WCF request from my Xamarin.Forms app: "Attempting to JIT compile method '(wrapper runtime-invoke) :runtime_invoke_bool_Nullable`1...
View ArticleIs XAML an example the do as I say and not as I do
This may be just a question due to much time spent debugging an XAML problem this morning but I just wondering if anyone else keeps trying to use XAML over code and finding it to be very brittle, hard...
View ArticleXamarin forms application runs twice.
I have a problem with my Xamarin Forms application. Every time i start the android solution, App() constructor gets called twice. I "fixed" this by making the app entrypoint a singleton. But every...
View ArticlePost webview request and bypass ssl
Hello I am going do https request in webview for wp8 appliction, I need suggestion regarding - How to bypass ssl, as I have self signed ceritificate so I need to bypass it - How to post request in...
View ArticleSetting ListView selectedItem to null throws an exception on WP 8.1
I have a page with a listview, when you press the row it takes you to a detail page. When you navigate back you should get the same list without a selected item. If I don't set the selectedItem to...
View ArticleHow do I get navigation bar height for iOS?
I managed to get the Status Bar height using the following code. I placed the code in AppDelegate.cs and it works. It returns 20pt as expected. App.StatusBarHeight =...
View ArticleIs it possible to combine Native screens + Xamarin.Forms?
Hello friends, I'm about to start a new project, and I'm wondering if Xamarin 1.4.x is mature enough to start a really serious project, or do you still suggest to go via Native screens and resources....
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 ArticleCalabash and Xamarin Forms, what am I missing?
It seems that Calabash doesn't really play nicely with Xamarin.Forms in practice. First off there is the issue of sharing feature files (see my question here:...
View Article