GestureRecognizers (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 ArticleWindows Phone 8.1 (RT) ListView ObservableCollection Add results in HRESULT...
Hello, I'm currently experiencing a Problem when adding items to my ListView through an observable collection (currently using 1.5.0-pre3). (Android/iOS working fine) Has anyone experienced the same?...
View ArticleImportant notice to iOS HybridWebView users
In the latest pre packages the iOS version is now using WKWebView instead of UIWebView. This is because the callbacks from WKWebView are easier and more robust. There is a bug in WKWebView which...
View ArticleWhen does OnAppearing Fires on different Platforms?
Hey Guys, I ran into a Problem concerning the OnAppearing event on iOS and WP. My Page got the following structure: Picker1 -> Picker2 (based on the entry in Picker1) -> Multiple Label – Switch...
View ArticleTabbed Page Action Bar Rendering
The follow is a way to overwhelm the issues when setup the action bar of a tabbed page project. But before showing the rendered let make a short intro for the guys who is using this for first time....
View ArticleContribute to the Xamarin Forms Toolkit
Hi, i just started a open source project with the aim to fill the gap for some missing controls on Xamarin Forms, as well as providing to the community helpers/services to help cross platform...
View ArticleHow to disable zoom in WebView
In my app (Android, iOS and Windows Phone) I have a Page with a WebView that loads content from a URL (an html page). The WebView takes all the space in my page and it's all working perfectly except...
View ArticleForms picker
I'm using Forms picker, when it shows up on Android, i have 2 buttons OK & cancel, on IOS however i have only the Done button, it causes the user to be un able to perform cancel operation, is there...
View ArticleSystem.IO.FileNotFoundException: Could not load assembly...Perhaps it doesn't...
I am receiving this exception when opening a solution containing a Xamarin.Forms PCL project and its respective Android/iOS/Windows Phone projects. The assembly it cannot load and it is referencing is...
View ArticleSetting background with a selector in switch renderer displays two switches
I have a custom switch like public class CustomSwitch : Switch { public CustomSwitch () { } } and when i write a renderer for this switch to change button drawable using android selector public class...
View Article