Key board hiding the text field, not able to scroll the view.
Zip.AccessibilityScroll(UIAccessibilityScrollDirection.Up); Tried the above code.
View ArticleEntry cell loses focus on button press in android but not iOS , work around?
I have some code in iOS where I have buttons that act like a calculator keyboard when pressed on it fills a entry field that is focused. Works great for iOS but on android the button press even causes...
View ArticleXamarin 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 ArticleLet's talk performance
As we continue to release performance focused features and fixes, and build processes around performance, I want to have a thread dedicated to those items. Our public roadmap itemizes the feature work...
View Articleproblem with adding a searchview in a navigationbar for a tabbed page
XamarinForms: I have inserted a search view in the navigation bar following the article However If I implement it for a tabbed page , and whenever i switch the tab the search view disappears as if the...
View ArticleHow should I approach this project?
Hi, I am a newbie in Xamarin and asp.net. But, I am given a xamarin project to do. Hence, I hope to have some advice as to the system requirements : So far, I have watched a video in which SQLite is...
View ArticleTypeLoadException with Xaml Compilation in Android
Attempted to switch to Xaml compilation by adding "[XamlCompilation(XamlCompilationOptions.Compile)]" to my Xaml pages as described here: https://developer.xamarin.com/guides/xamarin-forms/xaml/xamlc/....
View ArticleGuidance Requested on Xamarin.Auth or Alternatives
I have an internal Xamarin.Forms PCL application that is targeted to iOS, Android and UWP platforms. I need to provide social sign-in to Facebook and Google. I have been recommended to use...
View ArticleCan't find PhoneAuthProvider class using Firebase with Xamarin in...
I'm am using Xamarin.Firebase.Auth https://www.nuget.org/packages/Xamarin.Firebase.Auth/ latest version I want to use Firebase Phone Authentication and require the PhoneAuthProvider class but I can't...
View ArticleUpdating existing application on App Store
Hi guys, I'll be creating an updated application based on existing (published) one (not mine). Just double checking what I need to publish the update: access to the developer account that published...
View ArticleSave bitmap to internal storage (load afterwards)
We are trying to save a bitmap to internal storage. Next we want to load this bitmap again, just for viewing for example. Is there any simple way to save a bitmap to internal storage (c# only). Have...
View ArticleLong running tests from VSTS
I thought I would start a discussion on the topic of continuous integration, we originally had the idea of creating a build job in VSTS in which the app is built and the final step would be to ship it...
View ArticleHow to bind key and value in autocomplete
I have used array adapter to bind the string to the autocomplete list but now want to bind an ID with that string. So that I can access corresponding from DB. So please can anyone tell me how to bind...
View ArticleHow do you access Asset Catalog images from a UIImageView in Storyboard?
Working in VS2017 an iOS Xamarin.Forms app, so hopefully this question is in the right spot. I created an Asset Catalog called LaunchImages that contains the PNGs required for the various iOS launch...
View ArticleHow to Add Different height of item in ListView with Xamarin forms.
Hi , I am using ListView , but items of Listview have Different -Different heights . i tried with HasUnevenRows = true, RowHeight = -1 , But its Not working Properly for UI side. is there any way to...
View ArticleAndroid Themes: Xamarin.Forms change the color of selected ListView item
So I want to swap out Blue in holo light theme to Orange. I've used this Holo Generator quite a few times with good results in normal Android apps.. but the "ListView" in Xamarin.Forms seems to render...
View ArticleVisual Studio 2017, Team Foundation Server, and Xamarin iOS Asset Catalogs...
We are experiencing some major issues with Visual Studio 2017 and the Xamarin iOS Asset Catalogs. We are simply trying to add our application icons to the Asset Catalog. We were able to finally check...
View ArticleError: Creating package
\Vijay\XamarinComponent\xAPIWrapper\component>xamarin-component.exe package INFO (package): Found projects to build... Running C:\Program Files (x86)\MSBuild\14.0\bin\amd64\msbuild.exe...
View ArticleIs there a way to update armv7s app one last time before ios11 official release?
Hi guys, I'm aware that with ios11, Apple will no longer accept 32-bit apps. This includes iphone 5, 5c... I have two questions about that : When they say, Apple will no longer accept 32-bit apps, does...
View ArticleWhich is best for 2way chat appln SignalR or node js or web sockets?
I need to develop 2 way chat application with in that Asp .net core app is a server/admin and xamarin.forms application is a client. This application is like a help forum application.Client need to...
View Article