the background of BoxView in Listview is gone when the cell is selected
I got some boxview inside a view cell is listview, they looks ok. However,when the cell is selected all of background of those boxview are gone. Can we keep those background color even the cell is...
View ArticleThe app is running slow in andorid
I built a xamarin app which is running fine in iOS. That is quite smooth. However, after I ported Android, that is very slow, specially, I use Navigation.PushAsync(new Page()); I tried to link all...
View ArticleHow to get selected row id value in XFGRid
Hi, I need code to get selected row id value from lable which is located inside the XFGrid. I used below code <ig:XFGrid x:Name="grid"> <ig:ListAdapter x:Name="adapter"...
View ArticleOnElementPropertyChanged only fires once
I have this bindable property for my custom renderer , when I change the property for the first time OnElementPropertyChanged in custom renderer gets fired but on next change it doesn't fire. any idea...
View ArticleRelative binding in C#?
Hi to all. I am implementing a custom **ViewCell **in code, and I want to bind the Command property of a button inside the ViewCell to a command in my ViewModel. In XAML, I can do it: <Button...
View ArticleUnable to view the info.plist after updating the visual studio for xamarin
Hi i recently updated my Xamarin with 3.7.203 and i am having problem viewing the iOS Application in the Properties.. It says.. An error occurred trying to load the page. Unable to create the designer....
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View ArticlePopAsync to close app
From clicking on a push notification I open a page to display more data and also do actions, when a button is pressed to do an action and the action is completed I want this page to be closed private...
View Articleis it possible Horizontal List and OnClick Event in xamarin forms
Hai Everyone I have a requirement in Xamarin forms, The images should show in Horizontal list and when i click on any image the same image should display there itself as shown in below picture.
View ArticleGestureRecognizers (iOS) issue in 1.4.4.6392
I have a Label ' = ' with a TapGestureRecognizer on the accordion nav bar in the linked example which fails to fire, past the first item above the root, in the Navigation stack. The bar below the...
View ArticleAndroid font size change reverts to default font
I have a custom renderer for a Label that implements the use of custom fonts and works with system fonts as well. For whatever reason when I change the size of the font the font reverts back to the...
View ArticleHow to get Device Width/Height?
I'm trying to get the Device Width/Height, but everything I do comes back with -1 I'm trying public class SomePage: ContentPage { private readonly StackLayout content; public SomePage() { content = new...
View ArticleIs there any File/Image Upload Control in xamarin forms
Hi, Is the any control for File/Image Upload in xamarin forms
View ArticleStop Webview from bouncing vertically in xamarin forms
Hi, I want to stop web view from bouncing vertically in xamarin forms. In Android mobiles web view is not bouncing, Only in iOS mobiles. Thanks
View ArticleBindingContext problem with a ListView
I have a StackLayout which displays the selected item from a ListView. The way I did this is that I set the BindingContext of the StackLayout to ListView's ItemSelected. However, I want the binding to...
View ArticleCan Anyone confirm this bug when setting focus for picker ?
Can anyone confirm this bug ?
View ArticleHybridWebView (2.0.5726-pre6) does not work on iOS and WindowsPhone
I tried everything, but I can not make it work on iOS and WP. Web page does not show, and on Android, Google page has black background. I simply get: https://github.com/XLabs/XLabs.HybridPlayground but...
View ArticleXLabs errors on Windows Phone project
So I've got an empty xamarin.forms project which works fine on iOS, Android and WinPhone, but I need XLabs HybridWebView,, and after only adding XLabs.Forms from Nuget on WinPhone project these errors...
View ArticleGetting datetime format from CultureInfo
I need to show some DateTime on a few labels. I have tried to do this using a ValueConverter, and utilize the CultureInfo object to get the correct format like this: localDateTime.ToString("g",...
View ArticleWindows LaunchArgs for OnActivated
I am opening my Windows Phone 8.1 from a web link so it is launcing the OnActivated event in the Windows app. This event does not supply the LaunchArgs needed to call Xamarin.Forms.Forms.Init(e)...
View Article