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 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 ArticleNavigationPage.SetTitleIcon is not working on Android with...
I am using Xamarin.Forms 2.3.0.107 (I think) and I'm trying to set an icon or image into the navigation bar like We have already on iOS. But it seems SetTitleIcon is not working or either ignoring this...
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 ArticleHow dinamically set property in xaml
Hi, is there any way to set the color of a label by the xaml? The text property is already binded to a variable, and i'ld like to set the color as: if(int.parse(text)< 0) ValueColor=Color.Red; else...
View ArticleHow can we load an Image from the phone when click on a Button control?
How can we upload an image from phone to the specific folder in the project.Is it is possible to upload an image from phone on a button click.Solutions Please~~~~
View ArticleToolbar title set center align.
how can i title will be set center align in toolbar using Android layout.
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 Article