unable to create ipa file visual studio for MAC
i am using visual studio for mac Community Edition on MAC Virtual Machine. I have created a webView iOS application with iPhone Simulator. In project options, I have checked the box for creating ipa...
View ArticleNative views and VS2017 intellisense not working
Today I found out about Native Views, awesome! However, my intellisense is not working for this. It works fine except for inside the native xaml. My xmlns declarations:...
View ArticleiPad Split Screen 50/50 not working correct with MasterDetailPage - only...
I have Xamarin.Forms app that uses MasterDetailPage. On iPad, when using split screen set to 50/50 divide, application only shows master page, when I touch any list item, details page does not pop up....
View ArticleSkiaSharp without Xamarin.Forms?
Does SkiaSharp work without Xamarin.Forms? All samples I have seen were with Xamarin Forms. I created a new Android Blank app, added this code to the OnCreate method and nothing appears on the screen....
View ArticleDifferent Tap Handling in Android and UWP?
Hello, I am very confused with the Tap Handling in Xamarin.Forms. Here my code: View: <StackLayout> <Label Text="{Binding Clicks}" /> <Grid> <Grid.GestureRecognizers>...
View ArticleTesting DatePicker
Hello, We are developing uitests with Xamarin over an application developed on Ionic. Everything seems to be working fine but when testing on iOS (also on Android but focusing on iOS now) one of the...
View ArticleHow do I keep icons from showing up on the TabbedPage bar on Android?
Ok. I've seen quite a lot of questions asking how to do the opposite. I have a Xamarin.Forms app that uses a TabbedPage for navigation. Page.xaml: <TabbedPage ...> <ContentPage Title="Page1"...
View ArticleHow to open PDF or TXT file in default app on Xamarin Forms
I am going to open document using default app in Xamarin Forms. I tried already this approach but it doesn't work for me and I am not sure what is the reason. Device.OpenUri(new Uri(FILE_PATH)); Please...
View ArticleUse full height of iPhone X
Hey there, I just tried the pre-release of Visual Studio supporting Xcode 9 GM. When I create a new project and run it with the iPhone X simulator, the application is using the whole height of the...
View ArticleSwipe to delete functionality for ListView using Xamarin Forms
Hi, Can anyone suggest me how to implement swipe to delete functionality which is a default functionality for listview in native iOS in xamarin forms for both Android and iOS. Thanks, sunil
View ArticleTimePicker with 24 hour format dialog
Hi. How to set TimePicker show with format 24h for TimerPicker dialog? Format property of TimePicker is working for text entry and not for Timepicker dialog that popped. Tested in Android.
View ArticleBest way to implement a Swipe event handler for Listviews
I have tried to implement Swipe-to-left and Swipe-top-right abilities using the below references and has been unsuccessful so far. What is the best and simplest way to support Swipe events on...
View ArticleXamarin Forms + Drag and Drop
Hello, I am new to Xamarin Forms and I am writing an application for Android, I therefore have an Android project and a PCL project in my solution. I would like to do drag and drop of some UI elements...
View ArticleThe "LinkAssemblies" task failed unexpectedly. in Xamarin.Forms 2.3.4.270
I face this issue after I update to Xamarin.Forms 2.3.4.270 any one can guide me how to fix my issue Severity Code Description Project File Line Suppression State Error The "LinkAssemblies" task failed...
View Articlebluetooth device Error 'Java.IO.IOException: read failed, socket might closed...
On attempting to connect to a zebra bluetooth enabled scanner getting the error Java.IO.IOException: read failed, socket might closed or timeout. Have read similar issues in forums and attempted many...
View ArticleI want to transfer data from login screen to next screen in xamarin.forms
I have created a login screen and I want to transfer the login user details to the next screen how can I do that? My next activity is showing back how should I hide the black navigation arrow?
View ArticleMy button do not appear in my App
I create this button and listview. I know that lack something, but i don't know what. This is my code protected override async void OnAppearing() { base.OnAppearing(); //Task.Run(async () => await...
View ArticleWhich event will be raised after selecting Time in TimePicker?
Hi, I want a event that is to be raised after selecting time from TimePicker, similar to DatePicker's DateSelected event. This event is raised after selecting Date option. But in TimePicker such type...
View ArticleSIGABRT while debugging async methods
These methods used to work fine, but iOS rejected our latest App version because an unspecified error. While debugging, they work fine, unless you go step by step after a breakpoint. After said methods...
View ArticleXamarin Android Code Editor Error
I can't see the highlighting error when I edit code in xamarin android .. And the using statement does not recognized all my nugget packages installed in xamarin android.
View Article