Signature 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 ArticleReplace a modal with another modal
Hello, Is it possible to replace a modal with another modal? I'm opening a modal from a ContentPage usando Navigation.PushModalAsync(). The constructor object receives two parameters that I want to...
View ArticleGridView in Xamarin Forms
Hi, are there any plans on including a GridView in Xamarin Forms? Thanks
View ArticleUnable to use WCF within Android app
I receive the following exception when attempting to invoke a WCF service within my Droid project: "Operation is not valid due to the current state of the object" I am not sure what I am doing wrong....
View ArticleView Model instantiating multiple times
Hi, I have read that this problem had been fixed but I am experiencing it with Forms.xaml v1.4. Here is my setup: the view model is referenced in the view xaml like so BindingContext="{Binding...
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 Articleanyone here used recycler view in forms? Why isn't it the gridview in xlabs?
I've been working with xlabs gridview, and finally given up on it, it's just got too many issues, so I want to rewrite their renderer for android from scratch. RecyclerView to me looks like a far...
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 ArticleHow to save username in device in PCL application.
Hi, In my Xamarin forms PCL project I want to save the username of logged in user in device so the user don't need to login every time he starts the app. Can anyone please help.
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 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 ArticleBarTextColor on NavigationPage doesn't work on Android
Hi, When I'm using Xamarin Android Player with the Nexus 5 Kitkat for debugging, the following code works. When I'm using Xamarin Android Player with the Nexus 5 Lollipop for debugging, the following...
View ArticleChanging TabbedPage Tab Colors on Android
I cant for the life of me find out how to change the TabbedPage Tab Colors on Forms 1.4+ using an implicit style in code. I can set the BarBackgroundColor on a NavigationPage but the same options dont...
View ArticleAndroid UI
Hi there! I'm wondering why the tabbedPage on Android doesn't use the new support library Toolbar, I see all tabs on Android supporting swipe shown here The same goes to MasterDetail to the new...
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 ArticleAdding WatchKit to Xamarin Forms app not working
I've followed the instructions here to add a WatchKit Extension and App to my Xamarin Forms project. I have also double- and triple-checked that the various Ids are matched up properly. However when I...
View Articlecom.google.android.gms.wearable does not exist
After updating project to latest version of component I get this error when trying to build my Xamrin Forms Android side of app. Any ideas as to why? I have tried reinstalling SDK to no avail
View ArticleInitializecomponent does not exist in the current context
Hi , I have updated my Xamarin Studio and Xamarin.Forms to 1.4.0.0, now when ever creating Xaml Page in portable application , i'm getting build error as "Initializecomponent does not exist in the...
View Article