How to implement Robot Captcha(Human Verification) in Xamarin.forms Application
Hi How to implement Robot Captcha (like image as shown below) in Xamarin.forms Application.Can anyone please suggest any reference link Thank You
View ArticleThe app crashes when using Skiasharp
Hi I use this function for graphics. using Plugin.Permissions; using Plugin.Permissions.Abstractions; using SkiaSharp; using SkiaSharp.Views.Forms; using System; using Xamarin.Forms; using...
View ArticleIPhone X not detecting input below certain area
Hello, I've discovered an issue recently in which, when tested on the iPhone X series of phones (the issue does not occur on iPhones prior to the X series), my app will not detect input below a certain...
View ArticleOffline Data Sync Azure SQLiteStore some data not saved to database randomly.
Hi, I have implemented chat application with azure push notifications and the chat history should saved to Azure database using Offline Data Sync features, but for some reason randomly some messages...
View ArticleHow can I bind my cs. data in xaml.
Hello Xamarin Family, I using ZXing.Net.Mobile.Forms nuget packet and ı generated barcode. My purpose is to bind the barcode image and several labels text at xaml. How can I solved ? using System;...
View ArticleAuto carousel View
Hi, I have a CarouselView on a page in my app. Right now one has to scroll by sliding to the left or right. I am looking for a way i can do an auto slide from right to left, then back to the first...
View ArticleListview is not updating according to model
first form contains a listview with image,labels,button and stepper (all are related to products) ,Here i add products and its quantity and when i click ok in toolbaritems a popup page comes which also...
View ArticleList from DataTemplateSelector for survey
Hello Developers, I am using DataTemplateSelector for survey. I have 4 or 5 question each page and each page have two button “Previous and Next”. I am able to storing more than one question in page...
View ArticleThe app shortcut disappears When debugging.
Hi, I'm using visual studio for write in Xamarin.Forms. Every time I run the application (by F5), the application is running well, but of some reason, the application shortcut disappears from the phone...
View ArticleHaving a kind of listview on multiple columns
Hello I am new to xamarin.forms I just managed to obtain a listview from tiems in a sqlite database but there a many items with a short name So I have a long list with the right part of the screen...
View ArticleBackground Color extends past Border Custom Entry Renderer
I created a simple custom entry renderer to add rounded corners and border color. However, when I set the background color of the custom entry, the fills the entire rectangular box, extending past the...
View ArticleCalling API from xamarin
I have created a .NET API services with authorisation and it is successfully called using the POSTMAN. Now I want to call the API from my other Xamarin project. Can I know how can I start with and is...
View ArticlePros and cons of having Xamarin.Forms code base in one single place?
I was looking for touchgesture functionality and was about to try implement it myself when I found an enhancement issue for that in Xamarin.Forms. (To get a touch down event and point information)....
View ArticleHow can I share an image to instagram in iOS?
I only open instagram, but I want to share the photo of the uri path = http://pic3.zhimg.com/8161ba9638273e0fb1a0201789d22d8e_m.jpg public string ObtainURL(string path) { var imageURL = FromUrl(path);...
View ArticleI want to show different views when i tap 4 different buttons but not tabbed...
I want to show 4 different views based on the 4 buttons says (Details, Analysis, Records, and Results) in a single page. Tabbed page and tabbed view are not the best. becoz they occupied a row space...
View ArticleNSURLSession/NSURLConnection HTTP load failed
Hi all, At the start of my app i got this line : I realy dont know what to do, i see many forum about this type of error but never with -9816 I recently add firebase Messaging Thx in advance
View ArticleHow do I add an entry to the current page when I click the button(For Trigger)?
Hi everyone ! I want to create a new entry by pressing the + button as in the screenshot. User must add max three entry. So, maybe ı can IsVisible. How do you think I can do that?
View ArticleLabel in View not updating from the View Model
I have a label in my View (WelcomePage.xaml): <Label Style="{StaticResource Paragraph}" Text ="{Binding WelcomeText, Mode=TwoWay}" HorizontalOptions="Center"/> Under the WelcomeViewModel...
View ArticleStacklayout Overlapping contains issue
This is my code. My header title is overlapping ImageButton. Is there any way to fix this. <StackLayout Orientation="Horizontal" IsVisible="{Binding IsBackPossible}"...
View ArticleUser's instagram stories on the app
Hi, Is it possible to get the user's stories on instagram on my app ? As well as being able to watch them in the app ?
View Article