Hybridwebview is not navigating to new Uri when the uri property is changed
I have a button and a hybridweb view inside a detail page of a master detail page in a Xamarin form application.On page loading I am setting the hybridwebview.uri="first url"(e.g.. http://google.com)...
View ArticleSQLite database in application
Hi everybody, I would like to have a SQLite database on a mobile an tablet device. I followed the instructions exactly as it was said in this video : or if the ink does not work : http://bit.ly/1pXqqE0...
View ArticleSQLite: fix a corrupt database and shrink
Hi guys, is there a way to shrink a database from the code? I found in my database some tables are corrupted: how is it possible to detect that from code and fix it? Thank you in advance.
View ArticleListView BeginRefresh EndRefresh causes pointer to show on XF Android
I recently added ListView BeginRefresh and EndRefresh to resolve another bug. However now, an artifact is displayed on each item added to the ListView. Its like a finger touch or scroll white dot. It...
View ArticleSQLite: fix a corrupt database and shrink
Hi guys, is there a way to shrink a database from the code? I found in my database some tables are corrupted: how is it possible to detect that from code and fix it? Thank you in advance.
View ArticleSkia, path and user touch
Hi guys, I should create a control with Skia. My issue is to draw in the code a form, like a rectangle or a circle. The user has a red circle to follow that form (with gestures). I read about SkiaPath...
View ArticlePush Notification Click to details page
Hi, I'm using Xamarin forms, have implemented push notification for android and iOS. I want to navigate to the details page on click of the notification. How can i implement this. Thanks in Advance
View ArticleXamarin Forms Android Calendar Event Time not setting properly
Hi, i am creating an event in my calendar. The event is setting correctly in the device calendar. but the Time ( hour and minute ) is 00:00. any body faced similar issue before. my code is as below,...
View ArticleCreating event in Calendar issue
I have created an Xamarin Forms app targeting Android. When the user enters an input date and clicking on save button, then an event will be stored in phone's calendar. This functionality is working...
View ArticleHow to Exit the UWP app when the Hit on a button?
How we can exit the UWP App when we click on a button, Solutions Please!
View ArticleHow can a Button on a page update a data bound control?
I have the following XAML <Grid.RowDefinitions> </Grid.RowDefinitions> <Grid.ColumnDefinitions> </Grid.ColumnDefinitions> The code behind for the buttons sets StartTime (or...
View ArticleXamarin Forms (Android) Notification Push
I'm writing an app following the article of https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started-push Ok, all is perfect. My app receives notifications...
View ArticleCustomize Frame for only top left and bottom left corner in iOS?
Hi, I've been trying to customize the frame with only top left and bottom left corner in iOS. I tried below code but its not working: var rect = new CGRect(0,0, UIBezierPath mPath =...
View Article2 way binding between slider and entry
Hey guys, so I'm attempting to do something I would assume is fairly simple. Basically I have a Slider and an Entry next to each other. When you slide the slider, I want the Entry field to update with...
View ArticleNative Linking Failed MT5210 with Firebase Remote Config on iOS
I have Forms project the when I add the Firebase Remote Config package from the Xamarin Component store and follow the sample code I get 21 Native Linking Failed issues. Below is my output on Xamarin...
View ArticleUnable to find a version of XF compatible with...
I have 5 packages (Xamarin.Android.Support....) that can be updated, but I have this error (for all packages...) Attempting to resolve dependency 'Xamarin.Android.Support.v7.AppCompat (= 23.1.1.0)'....
View ArticleInfo.plist asking for usage description keys for unneeded permissions
I have a very simple one page app that uses plugin.share to add a functionality of being able to copy some text to the device's clipboard. That is the only functionality that I use from that plugin and...
View ArticleXamarin Forms custom toolbar (Android)
Hello I have to implement a custom toolbar with some dynamic text (only for Android). I have to set this text when the Page first initializes. My first idea was to edit Toolbar.axml. I added this:...
View ArticleHow to use checkbox control in xamarin.forms?
I Follow these steps but still facing the problem Step 1: add Nuget package called Xlabs.form step 2:CheckBox chk=new CheckBox() { checked=false; }; in .cs but still facing problems solution please?....
View ArticleUnable to create file or folder with either PCLStorage or IsolatedStorage APIs.
m developing an Android app using the Xamarin platform and Im trying to create a folder on my local storage but I have had no success. First I tried using the System.IO namespace through a FileManager...
View Article