Barcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View ArticleUnable to deploy app in android mobile
Hello All, I am unable to install the app in my android mobile in debug mode. I have check listed the following things. 1.Put the mobile in debug mode 2.Giving permission to app while installation....
View ArticleToolBar of earlier page is displaying.
Hello All, I m going through a strange problem.I have implemented an Navigation.pushAsych method to navigate from one page to other page. It's navigating correctly but ToolBar of earlier page is...
View ArticleYou Like what you like…?
Hi all Many users spend a lot of time to help other users, what is not self-evident. I have noted that often really good postings of users are not “Liked” in the threads. This is a pity, as the “Like”...
View Article[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleShow keyboard on search button click
I have a search icon on the toolbar. When I click it, I am making search bar visible. I also want to be able to show search keyboard . How can I show the keyboard when user clicks on search icon on...
View ArticleLaunching application for debugging keeps showing on VS and iOS simulator quits.
Hi Xamarin Team, Please look at this for reference, "https://bugzilla.xamarin.com/show_bug.cgi?id=28027" I tried many times to run my app on iOS simulator but it always quits after showing a splash of...
View ArticleBuild Errors in Android Apps with Xamatin Forms Dependencies
Recently went through a bit of a struggle with building Xamarin Projects which resulted in two new personal best practices and thought they might be worth sharing in case anyone else runs into the same...
View ArticleUnable to Run Xamarin.Forms app in iOS 9 Simulator - stuck with Waiting for...
Hi, I am trying to run my existing Forms project in iOS 9. I followed the instructions given in Xamarin documentation. Added my environment info below. === Xamarin Studio === Version 5.9.4 (build 5)...
View ArticlePossibility of Akka.Net support?
Hi, Would it be possible to provide support for Akka.Net ( http://getakka.net/ ) to allow development of reactive applications? Kind Regards, JP van der Merwe
View ArticleVideo plays only sound but no visual.
Good day, I'm developing an app with Xamarin.Forms and I'm trying to play a video. I have been googling for the past two days and almost every discussion has the same/similar possible solutions but...
View ArticleRendering Local Pdf to webview
Hey, I want to render local pdf file in WebView control of xamarin forms. Is that possible? How can we do that? Any suggestion?
View ArticleStrange digits in Windows 8.1 application
Hello, Could you comment please, why we have flickering digits in some areas of the Windows 8.1 application page? See screenshots for details. Regards, Aleksandrs
View ArticleCreate share button
Hello, is there a way to create a "Share" button with Forms? I want to create this button that, when pressed, launches the classic intent chooser in Android (Image 1), the UIActivityViewController in...
View ArticleRenderer: Property change for {0} has not been implemented.
Hello, I got this error during the debug of my application (xamarin.forms). Do anyone have the same problem? Do you any idea about how to resolve it? " Renderer: Property change for {0} has not been...
View ArticleError: Build failed. See the build log for details.
When I am building an ipa file from xamarin.ios in xamarin.forms project, i have "Build failed. See the build log for details." error as an output. How to fix this error?
View ArticleMulti-line Label with tail truncation
Is a Label in XF configurable to support multi-line (wraps) and tail truncation at the same time? In iOS, I can do this by specifying the number of lines on a UILabel and specifying tail truncation. If...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleNamedSize values
Hi, Now the NamedSize enumeration has gone from xamforms, is there a replacement set of values that can be used for the NamedSizes or is it something that can be calculated somehow? PFJ
View ArticleMy BindableProperty on custom control is called twice every time in my...
Hi folks, I have a BindableProperty in a custom control like so: public static readonly BindableProperty ShowIndeterminateProperty = BindableProperty.Create<CoreProgress, bool>( p =>...
View Article