How can I install HtmlAgilityPack in PLC Project?
Dear All, I have a question about HtmlAgilityPack in PLC Project. Whan I was Add Nuget HtmlAgilityPack in PLC Project. But, It's not install my PCL Project. Please see the error message. "Could not...
View ArticleVisual Studio 2015 Update 1 - XF 2.x and still no intellisense ??
Is it me or do we still almost 1 year after a release not have any intellisense inside visual studio 2015/2013 with latest Mickysoft update 1 ????????? I'm kinda really shocked that VS Xamarin plugin...
View ArticleYour experiences with ModernHttpClient?
Hi all In my Xamarin.Forms app (Shared), I use System.Net.Http.HttpClient() now, to access our webservice. Now, I have noted, that there is a specific add-on to XF called “ModernHttpClient”. This...
View ArticleListview bug
Working on an application, Xamarin Forms, where I have a listview initially rendered with some items hidden, item has attribute bound to visibility. Changing the state associated with the item does not...
View ArticleMismatched .Net Versions for referenced libraries
Hello, I am attempting to do some image manipulation using EmguCV but I am running into a frustrating problem. When I try to build the iOS app, I get the following error: "Error CS0012: The type...
View ArticleHow to download Xamarin 4.0 update on a Windows 10 machine using VS2015?
I get update notification, but clicking it doesn't do anything. There is no update option anywhere. I am not talking about Xamarin.Forms updates to installed packages. Tried to download the update...
View ArticleHow to Change the display alert background & fore ground color and Needs to...
How to Change the display alert background color & fore ground color and Needs to add an Icon in the alert in xamarin forms, Now It's displaying in black color like following Thanks Rk.Moorthy
View ArticlePost request in web view windows phone
I am trying to achieve the same thing, but I am getting exception when I call the InvokeScript method, Please help. I used this link...
View ArticleUnable to find a version of XF compatible with...
I have 5 packages (Xamarin.Android.Support....) that can be updated, but I have this error (for all packages...) Attempting to resolve dependency 'Xamarin.Android.Support.v7.AppCompat (= 23.1.1.0)'....
View ArticleUserInteractionEnabled and IsHitTestVisible
I'm building an application where I need to lay a reticle (cross-hairs) over a map to show the center of the map in the display. The overlay is a PNG file. I have created a custom image renderer to set...
View ArticleForce Keyboard to show on Android
Hi, I'm trying to popup the keyboard on android when a control gets focused. The .Focus() method does produce the wanted effect in IOS - the controls gets the focus and thereby the keyboard is showed....
View ArticleActivityIndicator Not Working
I'm new to the forums, so sorry if this is a repeat. I posted here, https://forums.xamarin.com/discussion/comment/69532? but I suspect that thread is marked as answered. I've got an ActivityIndicator...
View Article[XAMLC] compilation failure. Need more info
Hey guys, I'm getting a XAMLC compilation failure, but unfortunately the info that gets dumped in the error console is not helpful. I've validated all of my XAML and it appears to be correct, however...
View ArticleListView with MVVM - TapGestureRecognizer not working
Hi, I'm trying to go the MVVM route and avoid doing stuff directly in the code-behind, I'm finding that trying to detect a row being clicked to invoke a command painful to implement. It would seem that...
View ArticleIs there really no simple way to have a row of images auto resize based on...
This is extremely frustrating. Business need is simple. I need 6 images evenly spaced in a row across the screen which auto size keeping their aspect ratio to fill the screen regardless of device. Kind...
View ArticleMicrosoft.Practices.Unity - Inconsistent Version Numbers
I'm getting a build error when attempting to use XLabs.IoC.Unity. It's stating that: CSC: error CS1705: Assembly 'XLabs.Ioc.Unity, Version=2.0.5679.29829, Culture=neutral, PublicKeyToken=null'...
View ArticleProblem with PageRenderer
For Android project I have a jar package that contains a method "ShowView". This method get ViewGroup and should add his View to this ViewContainer. I have Xamarin.Forms project and for this I create...
View ArticleCustom HTML not showing on iOS
IOS doesn't show custom html when I assign it to the HtmlWebViewSource: webView.Source = new HtmlWebViewSource { Html = "Hello world" }; In Android works fine but in ios doesn't. What should I do to...
View ArticleIOS TabBarItem Badge
Hi, On one of our items on the tabbedPage menu we want to show a badge value on IOS devices. I know there is no standard function for this in Xamarin forms and we need to use a Custom Render but how do...
View Article