Internet Proxy detection on IOS
Hi Guys We have a Xamarin forms app, and its running fine under 3g and Wi-Fi. But one of the companies has proxy in their Wi-Fi. We have make use of “Xamarin.Forms.Labs/Services/INetwork.cs” to detect...
View ArticleLaunching Xamarin Android Player within Visual Studio
Good morning everyone, How are you today? I'm kind of new to Xamarin and still going through reading the documentations at the moment. I have a question about the Xamarin Android Player. Is it possible...
View ArticleHow can i download and install ONLY "Xamarin 3 for Visual Studio"
I need just for this component: "Install Xamarin 3 (Includes Xamarin.Android)" I DO NOT need to install: Install GTK# OR Install Xamarin Studio for Windows (Optional) Is there are any way to just...
View ArticleApplication PackageName property override problem. Is this Xamarin bug?
I tried to override Application PackageName Property. But java.lang.UnsatisfiedLinkError (Native method not found) occurred. So I search this problem in google, and I find a question about perfectly...
View ArticleGallery/ImageView explodes memory
Hi, I'm developing a Xamarin Forms app. Since there is no gallery view on Xamarin Forms, I'm currently writing my client side image gallery for each platform. On Android, I have encountered the...
View ArticleXLabs 2.0 pre release
Hi everyone there's a new set of nugets for XLabs (aka Xamarin Forms Labs) on the wild. this is the 2.0 version where there are a lot of breaking changes, and a decoupling on some of the specific...
View ArticleHow to get more downloadable devices for Xarmin Android Player
For the xamarin android player, how do i get more downloadable devices. right now, i downloaded 3 and have 6 left i need to download. how to get more devices to download and use for development and...
View ArticleScrollView with image
When I scroll the ScrollView up its content go to cover my header StackLayout... but if I click on the positionof my button supposed to be fixed, they appear to be there, What Am I doing wrong? Thanks...
View ArticleNew ViewController code not responding to touch events
Hi Started building a new iOS app as part of a Shared Project. Storyboarded a ViewController with a simple login interface etc and set it up as the initial view. All worked fine in terms of responding...
View ArticleXamarin.Forms render picker like spinner in Android
Hello guys ! I am making an app using Xamarin.Forms and I am trying to make an picker to work as spinner like in Android but no idea how to make it. I tried to make a render control also. Here is my...
View ArticleRunning iOS app with mtouch
When running an iOS app using mtouch, is it possible to specify which simulator should be used? Where can I find documentation for mtouch?
View ArticleWebView using local files with Windows Phone
I'm trying to load a local html (from string) as indicated in WebView sample page. It is ok in Android but it looks like it can't find the files in Windows Phone (no XamarinLogo image nor css loaded)...
View ArticleForms Maps VisibleRegion / MoveToRegion strangeness in iOS?
Here's what I'm attempting to do... When I tap on an annotation on my map, I want to navigate to a new page. Then when I navigate back to my map, I want to center the map on the selected annotation and...
View ArticleInstantiate Extension class in XAML with constructor injection
Hi, I have created a LocalizeExtension to use in XAML (xmlns:i18n="clr-namespace:OrderCentral.Helpers;assembly=OrderCentral") and it uses a constructror that expects an instance of ILocalize....
View ArticleIs there an alternative for a Tag Bindable Property?
Is there an alternative for a Tag Bindable Property? A tag property is available in WPF. However, it does not exist in Xamarin.Forms. I would like to create a bindable context between two elements....
View ArticleNative Social Login or FB
Is is possible to do a Native Facebook login in xamarin? It looks like Xamarin.Social and the components don't do that now. The component pulls up a login web page in a browser view. You have to login...
View ArticleUnique Device ID
We are developing an App which chats to a data server which needs to identify each instance of the installed App to afford permissions to it. One reasonable route forward would seem to use a unique...
View ArticleRetrieve HtmlWebViewSource.Html from an already loaded WebView
I got this to work once, but for whatever reason it is returning null all the time now. I have this. WebView wv = new WebView; wv.Source = new HtmlWebViewSource{ Html = content }; ... Rest of wv...
View Articleturning off "use shared mono runtime" crashes my app
I'm debugging my app with the Android Build option "use shared mono runtime" ticked. All works fine. I switched over to build a release and my app crashes. Going back to my Debug configuration, I...
View Article