DefaultCamera,AllowCropping is not working in xam plugin how can i resolve.
Xam plugin is not working properly in xamarin forms, i need to open only rear camera.
View ArticleXamarin.Android: Package XX is not compatible with monoandroid81...
I encounter a stranger behavior with a Xamarin.Android project in Visual Studio on Windows. I've created a new Android blank project, and I try ton install the NuGet package "AForge" (a mathematics...
View Articlehow to browse file on button click?
i have button browse and i want to browse different file on that button 's click so how can i do that?
View ArticleIssue with carouselview.formplugin .
Hi , I am facing issue while using carousel view in xamarin forms . System.MissingMethodException:Default constructor not found foR type CarouselView.FormsPlugin.Android . Any help will be appreciable
View ArticleBinding updating issue with ListView?
Hello again! I need to be very quick, so sorry if this has been answered or the lack of code. I did a ListView, and set the ItemSource with a Binding to a list on the view model (groupedList). Ok,...
View ArticleCould not open database file
Hi, We noticed one issue in ipad app, whenever we launch the app and play with it, it works fine. However when we lock the device and unlock it after sometime, and then try certain cases, we face this...
View ArticleAndroid Support Library Vector Drawable not working as expected
Hi, I'm trying to use a vector image as a background of a button. It needs to be supported on API 19+ so I added Xamarin.Android.Support.v7.AppCompat NuGet package and...
View ArticleError inflating class ImageView when use Vector image in api 19 with...
Hi, Everybody, I'm facing with problem that Android can't inflating class ImageView. Can you fix it for me I try add AppCompatDelegate.CompatVectorFromResourcesEnabled = true; to MainApplication on...
View ArticleAndroid debugging has stopped working suddenly
I've been working on a Xamarin project for a few days and have been testing it fine, but today it has suddenly stopped allowing me to debug the app, either via Live Player, or by connecting my smart...
View ArticlemacOS and SQLite
Hi guys, I'm trying to add a macOS project to my existing solution. I have a problem when I add SQLite Could not install package 'SQLitePCLRaw.lib.e_sqlite3.osx 1.1.5'. You are trying to install this...
View ArticleTextChanged event looping round multiple times
I've created an Entry control using xaml as below <Entry x:Name="txtAge" Placeholder="Age" Keyboard="Numeric" TextColor="DarkBlue" PlaceholderColor="DarkBlue" Completed="AgeCompleted"...
View Articlehandle HttpClient error
I'm trying to intercept the HTTP client error in case the server is non-existent or down. i use this code: HttpResponseMessage response; try { response = await _client.GetAsync("CallApiXamarin/" +...
View ArticleIcon files in tabbedpage
Can anyone recommend where they go to get pre-made icons that I can use within my tabbedpage and come in the 2 sizes to work with retina displays? Thanks
View ArticleGet byte array of image in photo library
For periods when network connectivity is not available I want to save the path details of photo taken (using the Media Plugin by James Montemagno) and then try to send the image later. I've created a...
View ArticleIntent action is not available
Hi Xamarin, I am not able to find corresponding action for < action android:name="android.intent.action.DEVICE_INITIALIZATION_WIZARD" /> in Xamarin Android. I did not get any help in any other...
View ArticleTEditor Keyboard issue with IOS
Hi, I'm using TEditor for cross platform app, its working fine for android but In IOS when i try to write using Rich Text Editor(TEDITOR) that time virtual keyboard is not showing.
View ArticleXamarin.Forms bug? System.ObjectDisposedException: Cannot access a disposed...
Hi, My Android Xamarin.Forms application uses a Navigation stack to display various views, I often have a list on a screen (A) that once a cell is clicked I push onto the stack a new screen (B), the...
View ArticleCreate a book as mobile app using Xamarin.Forms
I want to create an app like a real book using Xamarin Forms I need to surf a book like a real book using slider or carousel view control the hard part is to render the text from SQLite database into...
View ArticleHow to authenticate any URL using Username & Password or windows Authenticate?
Hello Everyone, I have one download page that has some security without authenticating we are not able to download any content from the page. and this URL we are using for download Image in our...
View ArticleChange contentpage's content depending platform (in XAML)
I have to use something else than ListView for iOS version of my application because ListView is ugly, bugged on iOS (IsVisible doesn't work) and too different from Android. So i was looking for...
View Article