maintaining screen density independence
Hi! I have a question about SDI in regards to both Android and iOS. I have a Xamarin.Forms project with iOS and Android subprojects in them, however none of the platforms seem to respect SDI rules. By...
View ArticleHow can i blur an image?
Hello, i'm trying to apply a gaussian blur effect to an image (.jpg), like this example: notes.ericwillis.com/2009/10/blur-an-image-with-csharp/ But it throw me: Error CS0246: The type or namespace...
View Articleunable to change image image control in Content Page
i am trying to change the image of image control in Content page appearing event..... but it not change the image,
View ArticleCurrent version for Android
I'm creating a cross-platform app and I am trying to create a service that returns the app's version. I did an interface in the main project and successfully created my service in iOS, however I can't...
View ArticleCould not find a part of the path
I apologize in advance for not searching the forums (and the Bugzilla) extensively for this error. If this issue has already been addressed, all I need a link to the post. Basically, let's say I have...
View ArticleHow to turn on camera flash on all devices
Hi, I am new to Xamarin Forms. I found a link to turn on camera flash in android device using Xamarin. But may I know how can I implement the same using Xamarin forms for 3 platforms? The link is here...
View ArticleWhat is the perfect solution for accessing camera in xamarin form?
there is any class in xamarin form to accessing camera in effective way?
View ArticleUsing the ImageButton from XLabs.Sample in another project.
Hello! I would like to add a button to a grid. The button should have have an image and a text. I have downloaded XLabs.Sample from here: https://github.com/XLabs/Xamarin-Forms-Labs The ImageButton...
View Articlequestions about service
xamarin.forms possible to create service? eg sticky android service? http://developer.android.com/reference/android/app/Service.html
View ArticleHow can I identify the assemblies referenced by my app, at run-time?
I would like to be able to report the version numbers etc of all assemblies referenced by my app. If I was doing this on a Windows desktop, I would make use of Assembly.GetReferencedAssemblies()....
View ArticleCopiar e colar
Anyone know how to with a click on listview copy text to paste in the text editor?
View ArticleKeyboard with Next Button on Android
Hello everyone, I Would like to have in my Android app version an Button Called "Next", by default the keyboard has a button called "Done" or "OK"... i saw many topics saying to put...
View ArticleWebView does not rotate videos
Good Morning, someone knows how to do to run videos on webview?
View ArticleXF 1.4.3.6358-pre2: Listview Groupheader positioning and text overlap...
I am on Xamarin Forms version 1.4.3.6358-pre2 and ANdroid works fine, but ios Listview Groupheader is having issues, with positioning as well as text overlap onscroll. Any workarounds?
View Articleforeign key attributes not found in SQlLite.Net package from nuget
how to set foreign key when using these package
View ArticleHas anyone integrated Dropbox into a Xamarin.Forms app for WinPhone, iOS and...
Has anybody integrated Dropbox into a Xamarin.Forms app, that includes WinPhone as well as iOS and Android? If so, what component/plug-in did you use, and would you recommend it? I am contemplating...
View ArticleMemory leak when navigating a page off of a navigation stack
Hi! I noticed this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=21995 Is there a workaround?
View ArticlePlease add support for cookies
I am converting my native iOS app to cross platform using Xamarin.Forms and PCL (well, at least that was the idea...) The app rely on web services for getting its data, but as there is no cookie...
View ArticlePopAsync - refresh page strings on navigating back
Hi, I have a settings page on my app that has change language option. How can I reload the strings on the previous page when I change the language and navigate back to it with PopAsync() function?
View ArticleListView Search Bar
I'm looking for a way to put a Search bar on the top of a ListView to filter the view's rows. Is this possible?
View Article