Which Android 5.0 WORKS in debugging with breakpoints (Xamarin.Forms and...
I bought two new Android 5.0 devices (LG e HTC) and neither works in debug mode (breakpoints do not stop on Visual Studio code) !!!!!!!!!!!! I can use an old Galaxy Nexus 4.4 only... We have Business...
View ArticleCustom Cell Button Click Show DisplayActionSheet
Hi! I use a custom cell for my listview. I create buttons inside the custom cell. I want to show displayactionsheet when i press this button. But i can't do it, because custom cell class is viewcell,...
View ArticleHow to catch platform specific errors in PCL Xamarin Forms
Hi there, I am developing a CROSS PLATFORM mobile that works on ANDROID and iPhone. My project structure is 1. PCL 2. Android 3. iOS I have a screen(XAML) where I upload a photo to an Image. On an...
View ArticleFind image path
Hi, I am taking a picture with the camera which is saving with the relative path in a subfolder (Named: imgFolder). After that I want to load that image. I tried to load it from the PCL project and...
View ArticleSave a stream as a string
Hello, I would like to save a stream as a string. I am converting it to a stream like this: public string StreamToString(Stream s) { s.Position = 0; StreamReader reader = new StreamReader(s); string...
View ArticleStrange application on my device
Hi, Every time I deploy my application (debug, release, phone or tablet) appears another application with the same icon as mine. When I tried to open this app, it crashes and shows a message saying...
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticleHow do I create an Editor that's readonly and supports carriage returns?
I am unable to create an editor that's read-only and supports carriage returns. My renderer has this: this.Control.InputType = Android.Text.InputTypes.Null;
View ArticleDo ColumnDefinitions have to be added to a Grid pre ui tree?
I have a weird issue where I add a bunch of items in code behind to a grid, they show fine when I set their row/col via Grid.SetRow/SetColumn. Problem is that the ColumnDefinition count is always 0....
View ArticleListview without animation on iOS when cells are added
Is it somehow possible to disable the animation on iOS when a cell gets added to the Listview?
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleDifficulty Consuming ASMX using Method GET and POST
Hi, I am new to mobile development and I am struggling to consume ASMX using Xamarin , I wonder how would the implementation of the GET and POST method. I have two projects WS and PCL. Implementation...
View ArticlePage objects not being Garbage Collected after navigation
I attempted to post this yesterday but I can't see it anywhere in the forum - apologies if we end up with a duplicate. I have run into a problem where it appears Page objects are not being Garbage...
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
View ArticlePop up Datepicker Window on another button click?
Hello, What I`m Trying to achieve is to open a datePicker clicking in another button... Is it possible? My idea was to add the DatePicker in the layout, but keep isVisible property set to false. Then...
View ArticleProblem to build Droid project
After has updated the Android Support Library and Android Support Repository, my Android project from my forms solutions are taking forever to build (right now more than 10 minutes and did`t over)....
View ArticleBoundField in XFGrid
I need boundfield or while click on rows the selected column should change to textbox in Infragistics XFGrid. I Created XFGrid through code. I used below code. private void CreateGrid() { XFGrid grid =...
View ArticleRefreshing ListView + Header = Strange Behaviour on Scrolling
I've got a list view using the pull down to refresh functionality. I also have a view in the table header that is used to filter the listview. The data in the listview is grouped. If I pull down to...
View ArticleRemove a modal page from a Navigation Page
I have a Navigation page and i'm using push async to move through pages. I have a requirement to put a modal page in between one of the navigation scenario and once you click on the page the Modal page...
View ArticleText Field Hidden when Keyboard Appears
When an Editor is selected, the keyboard hides my editor. Is there a way to just shift that element up? If not, what are other options I could pursue? Thanks in advance!
View Article