Modal 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 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 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 ArticleListView or ListBox ?
I have created apps using native codes for Android and Windows Phone. Both of these platforms have Listview/Listbox control, where 20 messages are stored. Is there something like this for xamarin form...
View Articlecan we call the other apps from my xamarin forms app with in installed app in...
How we can call the other app or apps from my xamarin forms app within installed apps in my device ? I means I need to call the other apps from installed apps in device using xamarin forms. ?
View ArticleBuild error on iOS
I get --resource-rules has been deprecated in mac os x >= 10.10 when I try to build in Debug for iPhone. This only started happening today, although I updated to the latest Stable edition of Xamarin...
View ArticleIs there a tinder-like interface available for Xamarin Forms that runs on...
Any recommendations?
View ArticleEnterprise 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