Anyone have success with Xamarin.Forms.Labs.HybridWebView?
Has anyone actually had success using the HybridWebView control from Xamarin Forms Labs? I've burned a day trying to get it to render in a sample hello world app with no success. Here's what I have so...
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 ArticleMVVMCross with XF
What's are the reasons why developers will use MVVMCross instead of what's already provided?
View ArticleHow to data bind in xaml
Hi I've tried to test out PCL with XAML file that should share UI for cross-platform.. The problem is i dont know how to the data properly. public class Employee { public string DisplayName { get; set;...
View ArticleModal not working ???
It seems that use of **PushModalAsync **/ **PopModalAsync **does'nt work ??? I try showing a simple page and wait until it is dismissed by the. According to what I have been able to find on the net,...
View ArticlePickerCell
Is there not a PickerCell? Whats the best way to allow a Picker to look like an EntryCell? Also the Picker does not seem to go into a Table either! I have to put my Picker under the table...
View Articletrigger android hardware back button in code
I have my own back button and maintain a navigation stack. If I pass back through that stack and the user taps my back button again, I want to trigger the hardware back button press - Finish the...
View ArticlePinching to resize Image on xamarin forms
Is there a way to access pimching gesture recognizer in order to resize a View extended object in xamarin forms? I'm not looking for platform specific solution, is that even possible? thanks
View Articleis it possible to change all a workspace's project's forms version at once
We have about 30 projects in our solution (various in house xforms libraries, xlabs from source, tests, appropriate abstraction layers - it adds up). Changing the xamarin forms version is an absolute...
View ArticleNControl / NGraphics - Draw method not firing.
I've recently discovered the NGraphics & NControl libraries available to use along side Xamarin.Forms, and it seems great so far. The problem I'm having is that the draw method never gets called,...
View ArticleLocalization on Android via TodoLocalized example not working
Someone succeeded to work successfully with the sample code "TodoLocalized" on Android? here: https://developer.xamarin.com/samples/xamarin-forms/TodoLocalized/ it's working on ios , but on Android no...
View ArticleI am unable to call a webservice hosted on my local network.
Attached is my debug summary. I used the following code to call the webservice. I used HttpClient with async task to consume the service on xamarin.forms, but got no success. I tried the same code in a...
View ArticleUpgraded to Forms 1.3 pre 1 and get a "Not registered task XamlG" build error...
The output from the build is the following: Target GenerateXamlG: Task "XamlG" error : Error initializing task XamlG: Not registered task XamlG. Error initializing task XamlG: System.Exception: Not...
View ArticleAdding png to Resources\Drawable hangs Visual Studio
Every time I add a png to Visual Studio in our Xamarin.Forms Android project, Visual Studio hangs. Not sure what is causing it, but I didn't have the same issue when adding the first image to the...
View ArticleiOS: AVSpeechSynthesizer.Speaking property always returning false
Hi, I have an Xamarin.Form iOS app that has a button that speaks some text. I'm trying to check if the app is currently speaking by checking the AVSpeechSynthesizer.Speaking property, but it always...
View ArticlelistView ViewCell not adjusting it's size to content on iOS
I have a custom ViewCell that i use to populate a listView. It works like a charm on android, on iOS however i'm having issues. The cell has a Horizontal stackLayout with a box and a 2nd stackLayout,...
View ArticleXamarin still use old version of my code
Hello, Today i faced a problem that i can't really understand. I created a clickable list with multiple StackLayout and GestureRecognizers. One of them open a new ContentPage with some elements in it....
View ArticleCan data binding to a list of dictionary?
Say I have data like this: So this is a list of lists of dictionary that have name and age, in xamarin.form I create a list view which itemsource is the whole thing, so each cell has itemsource like: {...
View ArticleWindowsRT Load Local Html File
Guys, I am able to load up a remote html file just fine in my Webview by setting the Source to the Url. But is there a way to load point a local html file to the source somehow?
View Article