Enterprise WPA2 networking
Hi All I'm trying to get some web requests working in a WiFi context where the network is set to WPA2 Enterprise. The web server I'm trying to talk to lives on the same network and the browser on both...
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 ArticleMicrosoft.AppXPackage missing
I have noticed that there was a huge Microsoft folder under c:\users\myuser\app\local\microsoft. It was like 30 gb. Since I have a SSD driver I could not leave it at this location and had to move it to...
View ArticleFile 'Windows.props' not find
I Created a Empty Xamarin.Forms Portable .This error occurred at compile time. File 'Windows.props' not find。 For more information, see...
View Articledelete multiple items using ListView
Hi Guys, I am looking for small example demo for deleting multiple rows in the listview using Xamarin Forms.I know how to develop the simple listview like below ListView listview=new Listview();...
View ArticleHow to open other apps from xamarin forms
How to open other apps from xamarin forms ? or How to open other apps from xamarin forms apps
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleNeed to set scroll view in popup layout
Hi, I have put one popup layout in my screen, and have loaded one stack layout into the popup layout. Here the stack layout contains more rows of data. So i am trying to set scroll view in that popup...
View Article__IOS__ and __Android__ not working?
Hi, In my PCL i try to use Android and IOS but they won't work... When i define them in the PCL project settings( both debug and release) they will trigger, but they will both trigger! I also added IOS...
View ArticleUrgent: MpMoviePlayerController not playing the video after latest...
Hi All, The following code in Xamarin IOS was working fine prior to the Xamarin IOS update to v2.0.50727 This is the code in a custom renderer in a Xamarin Forms app class WatchVideoRenderer :...
View ArticleHow to get UINavigationController from Xamarin.Forms on iOS
I need to get the UINavigationController of a iOS application, but after the method "CreateViewController" of Xamarin.Forms is always null! `public override bool FinishedLaunching(UIApplication app,...
View ArticleXamarin.Forms mixed with MonoGame?
Hi, would this be possible? I mean, there is an OpenGL-View, but I want MonoGame/XNA-Code inside them. Thanks. Regards ps. Xamarin.Forms is like my GitHub-WPFLight Project, but with more native feel.
View Article[Xamarin Blog] Build Your Own Selfies App with Xamarin.Forms and Azure
Sending selfies to all your friends has never been easier thanks to Moments: a Snapchat clone built with Xamarin.Forms and Microsoft Azure. Best of all, Moments is also open-source and freely available...
View ArticleHow to set Padding of Button
I want to discrease the distance between text and border。How? And I found that the smallest size of button is 80*40?Right? When I set HeightRequest = "20" ,the text of Button display incomplete.
View ArticleWhy UIMenuController doesn't work anymore after displaying a Xamarin Forms...
Hi, I have a UIMenuController that appear when a longpress is performed on a UIView. This menu contains 2 items : Item 1 : open a native iOS UIViewController Item 2 : open a Xamarin Forms Page with the...
View ArticleSetting button's IsEnabled to false does not disable button
I have observed that when setting a button's IsEnabled property to false, the button continues to be enabled. This button is located at the bottom of the grid. I do not observe this behavior in other...
View ArticleHow to pass ConverterParameter to a binding, when using SetBinding in code.
When using ValueConverters in bindings, you can pass arguments to them from the binding like this using XAML: (Excerpt from Xamarin tutorial) <Label Text="{Binding Color.R, Converter={StaticResource...
View ArticleOpen new Page
This is probably a really easy answer, but how do I open up a ContentPage from an existing ContentPage (from button click event) without using NavigationPage?
View Articlehow to move layout up when softkeyboard shown?
Hi All, I am working on one project, where I had an issue. The issue is when I tap on entry control the softkeyboard hides the bottom content, I need it in the way when I focus 2nd entry from bottom,...
View ArticleXamlSamples doesn't compile w/Xamarin Studio & iOS
When I attempt to compile XamlSamples I get the following compiler error: AppDelegate.cs(20,37): error CS0234: The type or namespace name `App' does not exist in the namespace `XamlSamples'. Are you...
View Article