Error when launching my App on Iphone 6 9.3.2 and Xamarin 6.0
Hello, I have got an issue with the last release of xamarin. I'm running my app on a iphone 6 with IOS 9.3.2, my app won't start on debug mode but start on release mode. I try with another device...
View Articlehow to get WiFi item list?
this code not work var wifiManager = (WifiManager)Android.App.Application.Context.GetSystemService(Context.WifiService); IList<ScanResult> list = wifiManager.ScanResults; how to get WiFi item list?
View ArticleHow do I keep from leaving the screen?
I do not speak English well. We apologize if you do not understand the question. LinearLayout _Main_Contact_Layout; FrameLayout _Main_Frame; ImageView _Main_Background; private List<string>...
View ArticleListView can make a phone call
Hi Xamarin Forum may I ask if it is possible I have a list of contact made out of ListView then lets say I have a searchbar then I search for my ListView records for a contact then I will tap on the...
View ArticleHow to install android ndk for visual studio 2015 ?
I try installed visual studio 2015 for windows 7, when running demo xamarin was reported "No Android NDK found". I go to "Tools> Options> Xamarin> Android Settings" in this tab I see Android...
View ArticleScreen Orientation Rotation and Menus in xamarin forms
I have an android menu because i needed a searchview inside of a toolbar. When i add ConfigChanges.ScreenSize | ConfigChanges.Orientation to my activity and the screen rotates, my menu is recreated (as...
View ArticleHow to deploy the app in Iphone simulator from Windows
I'm trying to deploy my app in i phone simulator. My Mac and windows is connected in visual studio.Also the build is successful. And the deployment is also successful but my app is not getting...
View ArticleUnable to build Android Project with latest 7.5 (build 1254)
After upgrading VS2017 this morning to latest stable, I can no longer build the Android project in PCL solution - iOS builds fine. I have tried the following delete .nuget cache delete bin & obj...
View ArticleNot able to read Data from device via bluetooth in Xamarin.android
Hello, I'm new in xamarin and I want to send and receive data via bluetooth between two devices. My connection between the two android device using socket created successfully and I am able to send...
View ArticleProblem with Firebase Analytics (Android) on Xamarin.Forms
Hi, I am trying to implement Firebase Analytics in my Android project in Xamarin Forms... My Dependency: using System; using Android.Content; using Xamarin.Forms; using Firebase.Analytics; using...
View ArticleIn ioS 9 not showing number pad keyboard
In iOS 9, keyboard set as numbered, but in the app its showing the alphanumeric keyboard for a xamarin forms app. It works well with other version of iOS 10,11 etc
View Article[UWP] ListView lag
Xamarin.Forms 2.4.0.9102 I have problem with ListView in UWP (only UWP). When I scrolling up or down then listview lag. My XAML: <ContentPage.Content> <ListView...
View ArticleSFAuthenticationSession opening the Browser and App crashes immediately -...
I am new to SSO (Single Sign On) feature. I used SafariViewController to achieve SSO in iOS v9 and v10. It is working fine. Issue is: In iOS v11, SafariViewController doesn't share cookies to the...
View Articleshub1409
Firstly I am very new to xamarin, and I am using visual studio 2017 and I have encountered a problem in how to work with cross platforms in xamarin. The Cross-Platform has two forms first is a blank...
View ArticleXamarin Forms - RelativeLayout WidthConstraint
I was trying RelativeLayout in Xamarin Forms for the first time. I was hoping to get the login fields (entries along with login button), in the middle of the screen, also width to be half of its...
View ArticleCS0103 The name 'Resource' does not exist
In new version of xamarin with vs 2015 i get this message in every time i use resource.id
View ArticleCalendar Plugin
Hi Xamarin Forum is there anyone knows a nice calendar plug ins for xamarin forms that can pull birthdays data from database and plot it in the calendar?
View ArticleBuild error using Multiplatform Library template when Xamarin.Android code is...
When creating a Multi-PLatform library for Nuget as per this guide: https://docs.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/nuget-multiplatform-libraries/platform-specific if code that...
View ArticleCorrect 'OnPlatform' syntax in XAML?
I'm trying to understand why this snippet is throwing a XAML parse error at runtime: <Style x:Key="MyButton" TargetType="Button"> <Setter Property="BackgroundColor" Value="Transparent"/>...
View ArticleiOS Bundle Signing tab shows an error
When clicking on ios project properties iOS Bundle Signing tab shows an error "Value cannot be null. Parameter name: source ". When clicking second time on this tab there is a different error "An error...
View Article