Android TTS: How to set the language? (Method not found:...
I'm getting an exception "Method not found: 'Java.Util.Locale..ctor'". This is my code: var c = Forms.Context; speaker = new TextToSpeech (c, this); var languageIso = "en-GB"; var locale = new...
View ArticleShow/Open new XF page from custom rendered
For some reason I had to implement custom renderer for one of the pages in my app Now I need to navigate to another (modal) XF page upon some user action on this custom renderer page. When tried to...
View ArticleListView in Android lots of bugs?
I get an error when I'm through various ways add/remove/filter/select/ items in my list (instantiated once there after updated) on Android. I've absolutely no ideas on what to do/improve... When an...
View ArticleStrange ScrollView Overlapping Behavior on Android.. Possible Bug?
So Here is my Xaml: <StackLayout> <Image Source="{Binding ImageSrc}" HeightRequest="300"/> <ScrollView x:Name="TagsList" IsVisible="{Binding QuestionsVisible}"> </ScrollView>...
View ArticlePassing parameters when navigating.
Hi, Is it possible / how can I pass on parameters when navigating to (and from) another page?
View ArticleExperiences with Xamarin.Forms.Labs?
Hi all I work about 5 weeks with Xamarin.Forms (bought one week ago) and am on the way to build my first real-life-app. In Xamarin.Forms there are various things missing yet - some of the stuff (small...
View ArticleNavigationPage to TabbedPage
Hi there Xamarin folks I'm currently in the process of constructing the layout for an app I'm developing, and I've come across a rather annoying problem. I'm wrapping my initial view in a...
View ArticleXAML intellisense on custom (sub classed) Views.
Is there a way to get intellisense working in XAML on custom Views? That's views that has been sub-classed from the stock Xamarin.Forms views?
View ArticleSignalR with OAuth Token not Supported in Xamarin Forms IOS?
Hi All! I have a Forms app using SignalR and Owin OAuth tokens on the server side. The application is logging in and obtaining the token, then adding this to the header of my signalR hub....
View ArticleAdding tabs to the screen without using Tabbed pages?
Hi I want to have two buttons at the bottom of my app which take up 50% of the width each. Basically the same as the tabbed page layout but I don't want a new page to be shown when the user clicks the...
View ArticleStop Label from word wrapping
Hi folks, is there a way to stop the Label control from word wrapping? I want it to limit the width to the device width, and if the string is too big use ellipses rather than have it word wrap and push...
View ArticleCustomize TabbedPage color schema
Is there a way I can customize the color schema of the Xamarin.Forms.TabbedPage so it does not take on default look and feel of the target platform? I would like to change the font color, background...
View ArticleUsing Cells outside the context of ListView/TableView
It seems like a Cell should mostly work in other List/Table/Grid style controls, but RenderHeight seems to be locked to 40 unless you are specifically in a ListView/TableView. Could RenderHeight be...
View ArticlePermanent ActionBar hide or similar?
I am using ActionBar.hide() to get rid of the ActionBar, however the Navigation.PushASync is bringing the ActionBar back again. I can re-hide the ActionBar but it animates in and out and looks ugly. Is...
View ArticleBrowser Loaded Event and Codes
Is there any way to get the http status and the content after content is loaded into the X.F browser? To do this, it would seem to be that there would need to be a ".Loaded" event that fires after the...
View Articleimplementing SwipeToRfresh/PullToRefresh in Xamarin.Forms
Hi all, Could you please anyone give the way for implementing SwipeToRefresh/PullToRefesh in Xamarin.Forms especially for android platform Thanks in Advance
View ArticleHow to get Allocated size of the page when keyboard is active?? - Android
Hi all, I have a requirement of creating views on orientation change. I have used onsizeallocated method to detect orientation change. When I rotate my device to landscape mode while entry view is...
View ArticleWebView control Request Headers
Is there anyway to set the request headers in the WebView control? Much like the code below which is from a Windows Store application? var vm = (BrowserViewModel) this.ViewModel;...
View ArticleWhy image inside button doesn't show its own colour?
Hi everyone, I'm new to Xamarin. I tried to use image inside the button, however, the image doesn't shown with its original colour, even if the standalone image show the correct one....
View ArticleGenerate Buttons at Runtime
How can we generate buttons at runtime based on no. of items in listview in xamarin.forms
View Article