Crash: PdfSharp.Xamarin.Forms already initialized before
Hi all, I use PDFSharp.Xamarin.Forms in my app (Android and iOS). I initiated the package in MainActiviy.cs: This works in general, but sometimes I get a strange error which causes my app to crash:...
View ArticleIn-App camera function
Hi all, My app uses the standard camera for taking pictures (iOS and Android), but since I want to change the behaviour of the camera itself I need to create an in-app camera. I took a look at the...
View ArticleShell: Register routes when app starts (before you start AppShell
Hi there in my main AppShell I register routes like this [code] public partial class MainPage : Xamarin.Forms.Shell { public MainPage() { InitializeComponent(); RegisterRoutes(); //Register page route...
View ArticlePopToRootAsync with Modal
Navigation.PopToRootAsync() throws and exception when the page on top of the stack is a modal. Is there any work around for this?
View ArticleHow to download thoptv in iphone?
Hello friends. Now I want to install the thoptv app to watch blockbusters and favorite TV channels free on my iPhone, but I can't find a reputable download place. Can anyone who knows how to download...
View ArticleSecurely store sensitive data
How to securely store sensitive data such as Auth token upon login in Xamarin.Android app so that once stored, it can be accessed app-wide? Thanks.
View ArticleArchiving iOS app in VSWin and getting a path, file name too long error
I am trying to create an archive (ipa file) for Apple store submission and keep getting this error that the path or file name is too long. I can't easily change out my windows sign in folder directory...
View ArticlePath too long Xamarin iOS Distribute
Help me pls i can't distribute because my paths are too long. I tried to change them but it didn't help. I'm really out of ideas. That's the error: Unable to copy file...
View ArticleVS2019 the specified path file name or both are too long error !
Hi everyone ! I'm archiving to publish ios from my Xamarin forms project, but I get an error ; I've put my project on a shorter path to fix this error. (In :C). But , I keep getting errors. Because I...
View ArticlePath too Long during Build: How to change Directory for Xamarin Android
Hi, i can't build my Xamarin Forms based Application for Android with my company user because Xamarin Android apparently installs all of it's Librarys like...
View ArticleBinding problems
Hello comunity I am using a collectionView <ContentPage Title="Master" Padding="15"> <StackLayout Orientation="Vertical"> <StackLayout Orientation="Vertical"> <StackLayout...
View ArticleCarouselView does not show images
Hi I have two Models and a ViewModels for articles and posts from DB . One of them like this and i use BackgroundImage in CarouselView like this And there is no problem with CarouselView and it shows...
View ArticleBinding Enum and using Preferences to save settings
Hi all, I have come across another roadblock in my app, and would love to have your assistance. I have my enum like this: public enum FuturesTakeProfitMode { ProfitByTarget, ProfitByPriceRange,...
View ArticleHow do I open a docx/xlsx document from it's URL, inside a web view ?
I am trying to open a docx/xlsx document with the help of its URL in the Android web view. I am passing the document URL in the LoadURL method. But every time I pass a document URL, the web view goes...
View ArticleHow to share PicsArt pictures with xamarin?
I just edited my photo collection with PicsArt. Now I want to share them with xamarin, how can my xamarin app get PNG, JPG, etc. My problem is that my application icon does not appear in the shared...
View ArticleHow to download Filmora on windows?
Hi everybody. I want to download the editing application on my PC. I find the Filmora to be quite good but I don't know how to download Filmora on windows? Does anyone know how, please share it with...
View ArticleWhy does NSPasteboard run so slowly in TcpListener's async task?
I have a app(webview + xamarin) which support websocket server. But when I use chrome to debug js, the server side is so slow. I simplify the code as follows: Task.Run(async () => { var tcpListener...
View ArticlePush notification with Azure notification Hub is working in debug mode but...
My App is running on Xamarin.Forms 4.7 for android only and I have followed the instruction given on Microsoft site My App is running on Xamarin.Forms 4.7 for android only and I have followed the...
View ArticleWhy does archiving break the build?
Hi all, I'm publishing my first app to the internal test track. When I build for release and run in the emulator, the app plays nicely. After archiving the app ready for distribution, if I run the app...
View Article