File Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleHow To Store User Session To Stay Logged In
Hi everyone. How can i store the user session data to stay logged in? Thanks!
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleVisibility for cell based items
Hi all, Just starting to take a look at the Xamarin.Forms documentation to understand the possibilities provided by this new assembly. Does anyone know if it is possible to manage the visibility of a...
View ArticleHow to read a bindable property from a custom renderer
I can get simple literal binding to work without a bindable property defined on my control ... but am having no luck with setting a bindable property and / or specifying more complex binding in the...
View Articleis there a tutorial for this Facebook SDK for Xamarin 4.4.0.2
Hi, i am working in xamarin forms, and i want to integrate facebook authentication, but I am not sure how to do it, I found this component Facebook SDK for Xamarin 4.4.0.2...
View ArticleFix for Button Layout Bug on Android
If you've run into the same problems with layout on buttons that I have where when you either add other controls, or even just do things like set text on labels, and you're finding that the Button text...
View ArticleLooking to pop up an alert like displayalert() but from the View Model...
I am using Xamarin Forms Labs and a PCL. I am using the ViewFactory to bind the Views to the View Models. Other than creating a separate alert view and view model, is there a way to get access to that...
View ArticleSystem.Runtime reference in Visual Studio ?
Hi guys, I'm using Visual Studio 2015 and the newest Version of Xamarin-Android and Xamarin-Forms. I always get the following error messages like on the picture that I have attached to this post. And...
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 ArticleListView in TableView: Unable to activate instance of type ...ListViewAdapter...
In my shared code project application I'm using something similar to this: List<string> data = new List<string> { "1", "2", "3", "4", "5", "6", "7" }; ListView lv = new ListView() {...
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 ArticleNavigation Page Back Button Text
Hi! I want to hide the back button text forever, maybe i put only an icon. How can i do it? Thanks!
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 Article