Webview page displaying very small second time
I have a Twitter embedded timeline that I am displaying in a Webview. The Webview is in a Content Page that has a grid on top with 3 columns containing buttons (acting as tabs) followed by ListViews...
View ArticleTest Recorder not generating .Marked properly for controls with a StyleId
I'm trying to generate UITests using Test Recorder for an Android app created using Xamarin Forms. I have a login page with a username, password and button all containing a StyleId property. I added...
View ArticleXamarin.Forms iOS App Size too large
Hi, I have created one application (5-6 screens) using Xamarin.Forms and everything is working good but iOS app size is very high event I didn't use any third party library. I did all possible...
View ArticleHow can I get data from rss feed for my app?
Hi guys, how can I get data from rss feed for my application in the simplest way. I will use this rss feed: https://www.steamprices.com/public/rss/pricetracker_us_discounts.xml Who can help me ?
View ArticleHow do i rename Xamarin android app label name?
How do i rename Xamarin android app label name?
View ArticleMissing Provisioning Profile - Application Loader
Hi, I'm trying to upload an app using the Application Loader however am getting the following error, ERROR ITMS-90174: "Missing Provisioning Profile - iOS Apps must contain a provisioning profile in a...
View ArticleToolBarItems Left side
Is it possible to specify toolbar button items to go to the left side ?
View ArticleControl.BorderThickness Property Removed in Latest xamarin...
With the previous update this property worked fine, But with the Latest update(Xamarin update -4) it is saying that "No Such Property Found". In Windows Renderer I have used this property for picker...
View ArticleCredit Card Reader Support
Hi guys am a newbie in Xamarin forms i am learning it and i would like to know if is there a way to read data from credit card reader connected on android , windows phone or any ios device and populate...
View ArticleHow 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 ArticleXamarin Forms Cross Platform Audio File browser
hi, similar to Video / image browser. is there any audio file browsing component available ? any help will be appreciated
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 ArticlePopToRootAsync in OnResume
Hello, i would like to navigate to my root page when the app resumes. On iOS i can use this in my App.cs: protected override async void OnResume() { await App.Current.MainPage.Navigation.PopToRootAsync...
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 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 Article