Redirection to one of the detail page on push notification tap
Having issue while redirecting user to specific detail page on clicking of push notification in Android. Issue is my rootpage i think. I have Map page as root page and i can get cursor in my detail...
View ArticleHow to clone a Visual Studio Project
Hello, I'm facing this problem. I have a Xamarin.Forms project (I work on Visual Studio 2015 Community) linked to a Bitbucket repository. I want to make a copy of this project with a new name (and a...
View ArticleAny example of TypedBinding
I search a lot of page from google that I haven't found any about typedbinding example. Actually I can found this attribute in Xaml {Binding TypedBinding=}. Any body can tell me how it work and give me...
View ArticleBinding Issues and OnAppearing issue with IOS
Hello, I am having some issues with bindings using xamarin forms IOS. I have bindings That display a loading label in the center of the screen when the first page appears. After The listview loads the...
View ArticleUsing Google oauth in Xamarin forms
I've never used oauth before. I've set up my google application and my API key info. What has me a bit confused is the redirect uri. I want to redirect users back to a form in my app, not some website....
View ArticleOnPlatform ImageSource Binding with Converter
Hello, Im trying to bind an ImageSource with OnPlatform with no success. Below you can find my source code <Image Aspect="AspectFill" > <Image.Source> <OnPlatform...
View ArticleWill "The name 'InitializeComponent' does not exist" bug be fixed in the next...
I'm on VS2017 stable release (with Xamarin.iOS 10.8) and stable Xamarin Studio (with the same iOS version). I cloned my project, that compiled and run successfully in VS2015 and prev Xamarin Studio....
View ArticleFacebook AppInvite
I'm looking for an example how to implement facebook app invite in a PCL-project. Does anybody have some examples for me?
View ArticleTap gesture is not working custom controls in Xamarin forms
I am trying to create Custom Label control to handle the Long Click Functionality. I am very much successful to do that. But I am facing problem with Tap gesture recognizer. Tap is not working Custom...
View ArticleCould not initialize OpenglES emulation, use '-gpu off' to disable it.
Can someone explain what does it exactly mean and how can I fix this error? I'm getting it while trying to Run the Android project (of Xamarin.Forms). It does compile though. The error: 1>Starting...
View ArticleJava.Lang.NullPointerException occuring at...
Java.Lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Object.hashCode()' on a null object reference
View ArticleBest way to push notifications from ASP.NET web API to app?
I have a Xamarin Forms app that receives new events from a SharePoint list via a custom web API and shows it on the Android app client end as a push notification. ----- ------ ------- | SP | <->...
View ArticleAndroid.Content.Res.Resources+NotFoundException: Resource ID #0x0
I have update my XamarinForms app using the AppCompat theme. I use a MasterDetalPage and when I try to open a TabbedPage from the Datail I obtain this error: 02-17 11:09:17.380 I/MonoDroid(30717):...
View ArticleCarouselView not displaying data
Hey, I already posted this on Stackoverflow, but maybe you guys can help me too I am trying to display a CarouselView inside a TabbedPage. I already added the (prerelease-)packages to the Project. Here...
View ArticleResource.designer.cs not being regenerated in Droid project
I've just refactored my app - removing obsolete references and packages. I haven't changed any resources. I now find that Resource.designer.cs is not being updated, and therefore the Droid project...
View ArticleImplement a Share action in .Forms
Hi, I'm new here. I'm developing a cross-platform app using Xamarin.Forms, and I got to implement a "Share view" that acts when the user presses the 'Share with you friends' page in the main sidebar (I...
View ArticleHow to provide a share option in an app?
Hello.I want to incorporate "Share" option in my app.I want users to click "Share" button and the platform specific dialog opens up for sharing the app like share via Facebook,mail etc.I am unable to...
View ArticleHow to Disable ScrollView Fling?
By default when I scroll the contents of scroll view and take off my finger the contents keep scrolling for a while after then stops. I want to know if there is a way to stop scrollview from keeping...
View ArticleShare image on Facebook, Twitter, etc.
Is there a way to let the user share an Image or a text on a social platform such as Facebook and Twitter or other compatible apps. If I select an image in the android gallery and choose share a menu...
View ArticleFont Awesome Problem
hello i have a weird problem i am using font awesome in my xamarin forms app it is working fine in my android emulator but when i try to run it on iphone emulator it shows question marks instead of the...
View Article