displaying the native ios person picker
I just filed this bug : https://bugzilla.xamarin.com/show_bug.cgi?id=33438 Anybody know if it`s a bug, or if i am not doing the ios person picker thing correctly ?
View Articlethe background of BoxView in Listview is gone when the cell is selected
I got some boxview inside a view cell is listview, they looks ok. However,when the cell is selected all of background of those boxview are gone. Can we keep those background color even the cell is...
View ArticleXamarin Forms with Sqlite One to Many Relationship
Hi there, I'm currently making an app that need to store and get data to and from a sqlite database. The two Nudget i'm currently using are Sqlite pcl and SQLite-Net Extensions. `[Table("patient")]...
View ArticleSignature Pad for Xamarin.Forms
https://nuget.org/packages/Acr.XamForms.SignaturePad/ https://github.com/aritchie/acr-xamarin-forms
View ArticleiOS WebView doesn't resize Width on device rotation.
When I drop a WebView into a view, I'm having an issue whereby when I rotate the device, the WebView stays the same width as it was initially. note: I always start out vertical, so rotating horizontal...
View ArticleGridView in Xamarin Forms
Hi, are there any plans on including a GridView in Xamarin Forms? Thanks
View ArticleSet a boolean property (in ViewModel) to false when a SearchBox looses its...
Hi, I am using MVVM, and I want to put a boolean property (IsSearchBoxFocused) to false, when a SearchBox looses its focus. Would it be possible to do this with Triggers? How could I do this avoiding...
View ArticleChange Editor font size
Hi, How to change Editor font size. For Label, Label.Font property exist, but corresponding property in Editor doesn't exist. I want this because when I view my app on iPad editor text seems to be so...
View ArticleHow to implement Custom Render for Picker in Xamarin Forms to look like...
Hi, I want to implement custom renders for 'picker', so that it looks like the spinner in Andoid in Xamarin Form, so please anyone can help me..thanks
View ArticleScrollView returns to begging on TranslateTo
Well when I call TranslateTo an scrollview on XamarinForms it's both ScrollX and ScrollY becomes 0, which is very annoying for me because our layout design needs that kind of animation. Anyone has any...
View ArticleTrouble with ActivityIndicator
Hi, I have a simple scenario: a search button is clicked, an ActivityIndicator is shown, a REST call executed, the spinner is hidden. I verified that the indicator is displayed correctly in my XAML...
View ArticleImage not shown
Hallo Xamarin, I have a Listview in xamarin.forms xaml with a image in every listitem. The imagesource is a url. In the begin everything was working after 2 days no images where shown. After i change...
View ArticleToolbarItem overflow menu on iOS?
Hello, when i set the Order property of a ToolbarItem to "Secondary" it is displayed in the overflow menu on Android and WinPhone, but on iOS it is displayed in a new toolbar which is alsways visible....
View ArticleKidozen Service as a backend
Hi , I have sample App which will display a button name "Auntheticate".Once I click on the button it will ask for the authenticaiton using kidozen Service.Does any one tried to integrate their Xamarin...
View ArticleInstall app programatically
Hi, I am new to xamarin, how do i download an app from a link(below not from apple store) and install it programatically ?...
View ArticleDebug Error
Hi, When i update xamarin.Forms package from nuget and rebuid solution i getting below error. Error 363 The "LinkAssemblies" task failed unexpectedly. Xamarin.Android.XamarinAndroidException: error...
View ArticleCan not access interface from my portable project to my iOS project. Simple...
I am following this tutorial and I am stuck on Step 4: Add the iOS Implementation. http://code.tutsplus.com/tutorials/an-introduction-to-xamarinforms-and-sqlite--cms-23020 the code...
View ArticleNeed to set Content Page Background color to transparent in iOS
Hi Guys Currently I am pushing a modal content page to display some content as a custom pop up. What I am doing is setting the background color of the content page to Color.Transparent and centering a...
View ArticleWEBSERVICE HTTPWebRequest request.GetResponse() DOES NOT WORK
Good afternoon, the request.GetResponse () command is not being recognized. this and example code: using (HttpWebResponse response = request.GetResponse() as HttpWebResponse) { if (response.StatusCode...
View ArticleHow to enable Conditional Compiler Directives for XAML
Hey guys, I am trying to setup a few detailed user controls to display information when my app runs in Debug Mode. So what I'd like to do is to enable these User Controls only if the DEBUG Flag is...
View Article