How to move search icon of search bar at right hand side in iOS
We can replace search icon to right side of searchbar(IN ANDRIOD) by rendering as shown below: var searchView = base.Control as SearchView; int searchIconId =...
View ArticleHow to create popup navigation in xamarin forms?
I use Navigation.PushModalAsync(nextpage); but this is open bottom to top but i want to pop the page, how can i implement can you help me .
View ArticleListView layer issue
Hello, I created a custom element to display a loading bar looking like the "indeterminate" bar in the following image XAML <?xml version="1.0" encoding="UTF-8"?> <ContentView...
View ArticleImages not getting displayed in the print preview of iOS
I have dynamically created a html page with both text and images. When assigned to web-view source, the webview displays the text as well as the images. The images are stored in the iOS bundle i.e. at...
View ArticleXamarin.IOS TouchID Dialog Not Displaying On Actual Handset
Hello, I have successfully implemented a TouchID authentication on both the iOS Simulator, and also my physical iPhone 8. There's a slight difference in behaviour though between the two. On the...
View ArticleHow to make rotation infinite?
Hi, I want to create loading indicator. I need to rotate image infinitely. I tried to add animation like that: indicatorBottom.RotateTo(-360, 2000); It animates image once. How to make it infinitely?...
View ArticleHow to get the IMEI number
Hello, Is there a way to get the IMEI number from Xamarin Forms app? for android and iOS.
View ArticleHow can we add Footer in a listview as we add Header?
I am not able to get Footer repetedly in a listview Why? .I want Footer repetedly in a Listview as Header in Xamarin forms
View ArticleDLToolkit.Forms.Controls.FlowListView is not working in android but it's...
I am getting this issue while using DLToolkit.Forms.Controls.FlowListView: AOT: image...
View ArticlePossible to use .NET 4.0 assembly with Xamarin.iOS and Mono 3.0.x ?
Hi, I would like to use a .NET 4.0 assembly in my project created with Xamarin.iOS. Theorically, it's possible using Xamarin.iOS 6.3.x and Mono 3.0.x but when I create an empty project, reference the...
View ArticleXamarin.Forms.Maps custom renderer working on iOS and not on Android ...
I have spent WAY TOO MUCH time on this issue..... PLEASE HELP! My usage scenario is as follows: Get data from the database Clear the map if there are points - Seems easier than trying to manage data...
View ArticleInAppPurchaseManager persistence issues
I've just came across two major issues with Xamarin InAppPurchaseManager. First one is pretty straightforward, but I haven't found a solution unfortunately. Purchase a subscription (haven't tested with...
View ArticleMainActivity.cs(1,1): error: 'Resource.Layout' does not contain a definition...
Hi, I am writing my first Xamarin Android app by following the tutorial on the Xamarin University page ,l and have downloaded the completed source code for exercise 1 Phoneword(also available in Git)...
View ArticleTabbedPage - OnAppearing called twice in android
Hello, We have a TabbedPage layout and our app makes the web service call in the OnAppearing of the tab page. The OnAppearing event is called properly in iOS but in Android we are observing that the...
View ArticleOverride Entry properties in iOS
I able to change the property of existing entry using below function in android, by doing this i was able to change the font size and font family of all entry used without creating a subClass like...
View ArticleNinject portable watchkit standard kernal error
While attempting to run the following code on a watchkit app: var module = new MockModule(); var kernel = new StandardKernel(module); Manager.Container = kernel; We get the following error:...
View ArticleDetecting phone v. simulator during a test run
I'm writing mobile tests with UITest against a Xamarin app. I have a small set of test cases that require interaction with the camera. I can code around these steps when using a simulator but I haven't...
View ArticleReference style from NuGet package
I have a NuGet package where a style was defined. I installed it in my new project and I want to use it as a parent for the main theme. I tried many formattings (with and without @, :style/,...
View ArticlePlacing a control using x,y floating on top of a grid
Hi, I have this third party control I have to float in front of a grid populated with several controls (labels, edits, etc). The requirement is to have it stay at a certain distance from the left and...
View ArticleXamarin Test Recorder dreprecation
So, I cannot download Xamarin Test Recorder any longer - this is very frustrating as we committed to this framework months ago in part because of easy recording of test scripts where the recorder...
View Article