Unable to resolve host No address associated with host name
i host asp.net core web api in iis and i consumed in xamarin forms and i got this error java.net.unknownhostexception unable to resolve host no address associated with hostname i already added the all...
View ArticleOpenTok Xamarin.Forms nuget Video Chat
Hi all, i created a nuget package for achieving video chat via OpenTok for Xamarin.Forms projects https://github.com/AndreiMisiukevich/OpenTok-Xamarin.Forms
View ArticleItem Selected Event In BindableLayout
Hi, i use BindableLayout in my app , but i don't know how to call event when an item selected ? how to do it ? Code : http://s12.picofile.com/file/8402655050/New_Text_Document_2_.txt.html Photo :...
View ArticleExport a scroll page to PDF
I need to convert my scroll page into the pdf in Xamarin forms. My Scroll page has contained so many elements and i need to export everything to the Pdf. can anyone please help ?
View ArticleUpload files to google drive using Xamarin forms iOS
The C# library GoogleDrive.API has been deprecated. How can I upload an image to my google drive? Or maybe to one drive?
View ArticleNot able to register FCM/APNS token of firebase cloud messaging on Xamarin...
I need to register FCM token to APNS which I have tried using below configurations and methods. I have configured firebase properly sent test messages to all the users and it works fine. but when I try...
View ArticleChange radiobutton checked color inside listview
Is there any way which i can change radiobutton's checked color inside listview for android and ios? I tried this but it doesnt work. <ContentPage.Resources> <Style...
View ArticleOn-Boarding screen not working in xamarin.forms
Hi, guys, I want to create an onboarding screen in Xamarin forms for both IOS & Android, I have looked at the posts online in order to try and help me but I am running into an error "CS0006"...
View ArticleUsing message pack in xamarin forms
I'm trying to use Message Pack in Xamarin forms used the AOT tool too. But still, the Operation not supported in platform exception is thrown in Xamarin.Forms (iOS). Steps followed: Installed mpc tool....
View Articleframe gradient
Hello community I am trying to achieve this This is my code <ContentPage.Content> <ScrollView> <StackLayout> <magicgradients:GradientView VerticalOptions="CenterAndExpand"...
View ArticleApp Crash with SEGV Error
Hello - I understand that I am likely not providing enough information to definitively resolve this issue. I am looking for guidance as to how to go about isolating, identifying and resolving this...
View ArticleDotfuscator Root Check causes EncoderFallbackException in Xamarin Forms app
I use PreEmptive Dotfuscator to obfuscate my Xamarin Forms app for Android platform. I was able to build app earlier, but same DotfuscatorConfig.xml started giving exception when I upgraded Windows to...
View ArticleProblem with conditional compilation
Good day! if I run this fragment var sCheck = "universal code"; # if _ ANDROID _ sCheck = "Android code"; # endif on android device (or emulator) sCheck always has "universal code" value (I wait for...
View ArticleFrame doesn't have shadow effect below API Level 28 Android
I've created a custom renderer for Frame to feel like CardView in Android it works fine on Android P but i've tested on API 21,22,23 it doesn't have any kind of effect. Here is my Android Renderer....
View ArticleXamarin Shell Flyout menu greyed content
Hi, I have a xamarin shell application with a flyout menu. When I open the menu inside the iOS application the right content isn't greyed. In the Android application this is the default behavior. On...
View ArticleBest practice approach - Writing captured graphic file to a server
I've received very useful help from this forum, for which I'm grateful. I have a prototype app. which is operational in every respect, other than transferring files below from the device to a server,...
View ArticleOctane VideoPlayer not playing video in Android version 9
Hello Xamariners, I install Octane.Xam.VideoPlayer v3.1.0 for play video in CollectionView but this plugin is not playing video in Android Version 9. I Checked android version 5, 7, and 8, Videos are...
View ArticleExport sqlite db to a user's choice location on a device and import db file
I am using Xamarin to create a database if none existing. public partial class App : Xamarin.Forms.Application { static BusinessDB database; public static BusinessDB Database {get { if (database ==...
View ArticleMultiline picker on iOS
I noticed that by default in picker on iOS when text is too long, it is truncated and it ends with three dots (...). How can I make a picker on iOS multiline? I guess that I probably need a custom...
View ArticleListView inside CarouselView scroll vertical is almost impossible.
I have a collection of listviews inside a horizontal CarouselView. When im trying to scroll vertically through the listview in focus, if make any tiny movement horizontally, the carousels horizontal...
View Article