Xamarin Forms iOS Button Click Event is not Firing when the keyboard is open
Hi All, I have a login view with a UserName & Password field and a Login Button. While entering UserName & Password the keyboard opens and when i click login now, the click event is not getting...
View ArticleHow can I intergrate Payworks in my Xamarin.Forms app (PCL)?
Hello together, I want to use payworks (http://www.payworks.mpymnt.com/) in my Xamarin.Forms App, because I don´t want to build two separate apps. First I started with Android and created "my" payworks...
View ArticleCan I keep a ListView Header in a fixed position?
Is there a way to force the ListView header to remain fixed at the top of the screen? On my Android emulator, its scrolling off the page.
View ArticleXamarin.Forms Google API Authenticating Users with an Identity Provider
I am still getting used to Xamarin.Forms and I am on very basic level. I went through many articles for my issue, but to the end couldn't resolve it. So... Currently I am trying to add Google...
View ArticleGetting Compilation error while using FontSize tag inside the Entry control...
We have used the following code in our XAML page and we are getting XAML compilation error with "No property, bindable property, or event found for 'FontSize' while using the following code" **Code...
View ArticleListView Item deselection programatically
How to make disable some items in Listview. I would like to disable selection of some list items remaining items should be selectable. Does it possible to make this in Xamarin Forms Listview, and does...
View ArticleEntry Triggers are not firing when using a custom Renderer
hi, i have used the AppCompat to extended my material disign, i have extended entry(TextInputLayout). but now my trigger applied to my xamarin forms entry , are not firing any more. does any body have...
View ArticleHow can I correctly use a TabbedPage inside a NavigationPage
My app has one NavigationPage with a TabbedPage at its root. I want to hide the navigation bar based on the active tab. Unfortunately, Xamarin doesn't correctly resize my pages once the navigation bar...
View ArticleTry Catch on HttpClient not working
why does HttpClient.GetAsync does throw exception when the server cannot be found? how can I handle this and tell the user that it cannot connect to the server. I tried adding the timeout but, it...
View ArticleIs there any action/method to understand if new version installed?
I am showing popup with highlights of the new features after user installs a newer version. This should be only shown 1 time to user. Currently I am storing a boolen flag in akavache. It can be similar...
View ArticleHow to design view similar to settings app in Ipad?
Hi all, I am working on a project i which i want to design the view similar to that of settings app in Ipad. Before this i implemented the view by using Tabbed Page.Please give me any hint to design...
View ArticleXamarin Forms Unhandled Exception as soon as I start my app on iOS Simulator
Hi Guys, I'm pretty new to Xamarin and I have made an app for my Wedding next year. The app is a cross platform app and is written using Xamarin.forms. It is all good and working on android devices...
View ArticleUnable to start debugging
Today I've installed Xamarin's stable release 15.3 for Visual Studio 2015, but now I'm unable to debug my Xamarin.Forms-application for both Android and iOS. The following is written to the...
View ArticleLive/Hot reloading at runtime that WORKS!
And it works really good! Check it out http://livexaml.com/ Microsoft you have my approval to buy this company
View ArticleImage alignment within a view
HI, I would like to have ability to align the image that has AspectFil/AspectFit within the imageview itself. So that after AspectFill/AspectFit is executed there is possibility to align the image...
View ArticleHow to use Debug.writeline or console.write line in xamarin forms?
Hi. Could someone give me a clear information how to write some information in console please. Like JS "console.log" or c# "console.writeline". I was trying to find some information in google but there...
View ArticleType is not derived from a java type (StartActivity)
Hi friends. I just have updated to Xamarin Forms 2, but when in my SplashActivity, the method StartActivity() is executed I am getting this error: Here is the code of my SplashActivity:...
View ArticleVR
I'd like to incorporate 360/VR videos into my Xamarin Forms app, in such a way that users can use a VR headset to view and interact with the videos. Is there a reasonable path to do this using Xamarin...
View ArticleViewRenderer for iOS - view.Frame is not correct
I have a forms application and created a ViewRenderer for iOS. I need to get the frame of that view, but the Frame X and Y is wrong (depending a bit on how I lay them out in the Xaml how much wrong)....
View ArticleHow to include 'Zendesk' mobile chat support in xamarin forms application
Hi everyone, I want to introduce 'Zendesk' chat support in my application. I have tried to search but not get the process of including. Please suggest any idea. Thanks in advance.
View Article