If click on Entry to hide the Keyboard when click on image to show keyboard?
If click on Entry to hide the Keyboard when click on image to show keyboard? Working fine in Android but I have a problem in iOS and Windows.
View ArticleHow to set SelectedDate in CalendarView in xamarin.forms
Hi I am working on xamarin.forms. I am using CalendarView in my app. When I am trying to set the SelectedDate on opening of calendar, it is not reflecting on view. But during debugging I found that...
View ArticleHow to set SelectedDate in CalendarView in xamarin.forms
Hi I am working on xamarin.forms. I am using CalendarView in my app. When I am trying to set the SelectedDate on opening of calendar, it is not reflecting on view. But during debugging I found that...
View ArticlePost webview request and bypass ssl
Hello I am going do https request in webview for wp8 appliction, I need suggestion regarding - How to bypass ssl, as I have self signed ceritificate so I need to bypass it - How to post request in...
View ArticleAndroid GoogleMap resets camera to Rome
I have a MapRenderer that I'm editing directly: ` protected override void OnElementChanged(ElementChangedEventArgs e) { base.OnElementChanged(e); var gptMap = (GPTMap)e.NewElement; if (gptMap != null)...
View ArticleSeeing Beacons in the background on Android in a X.F PCL solution.
So its straight forward enough to monitor for beacons in the foreground in a PCL with the Androids MainActivity being the IBeaconConsumer. But I'm not sure how to get background monitoring working, as...
View ArticleHow do we resolve the error "No -tsa or -tsacert is provided and this jar is...
How do we resolve No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date...
View ArticleWindows 8.1 app in Win 10 - Refresh problem?
We are experiencing a very strange problem with a Xama Forms app for Win 8.1 running on Win 10. A View that works perfectly on all the other platforms: Andro, iOS, Win 8.1, has a refresh problem on Win...
View Articleproblem with master Detail and navigation
Hello I began to create a project, was following in the footsteps of this project "https://github.com/jamesmontemagno/Hanselman.Forms" but when I begin to navigate the menu items get the following...
View ArticleCustomMap renderer and map interactions
Hi, I have a custom map in my UI (I need an image instead of a pin). This works fine. I also have on my UI an arrow that should move you to the users current location. The image is on the map and when...
View Articlebuilding PCL solutions with mdtool throws error
Hi, I am trying to build a xamarin forms PCL solution using mdtool. Below is the command i used. /Applications/XamarinStudio.app/Contents/MacOS/mdtool -v build "--configuration:Ad-Hoc|iPhone"...
View ArticleIssue with NavigationPage.SetHasNavigationBar
When I navigate to a page with NavigationPage.SetHasNavigationBar(this, false); and go back there is a gap on the bottom with the size of the navigation bar. This bug only appears only on iOS. Android...
View ArticleSetting the height of a RelativeLayout?
I have a case where I want the RelativeLayout to only fill half of the screen. Is it possible to set the height of the RelativeLayout? HeightRequest does not seem to do it (for Android at least,...
View Articleinvalide cast exception PushAsync ContentPage
Hi all, i have a great problem. I try to run this code: var myPage = new MyPage(); await Navigation.PushAsync(mieGiocatePage); MyPage is a contentPage but i always obtain the exception "specified cast...
View ArticleIssue with WebView and orientation change
Hi, I have a strange issue: I created a simple WebView which is added to the center of a relative layout. My view code looks like this: var htmlTest = new WebView { Source = new HtmlWebViewSource() {...
View Articlesystem.argumentexception: an item with the same key has already been added
I know this is avery general error, but I suddenly cannot debug my xamarin forms application anymore on my iOS device: system.argumentexception: an item with the same key has already been added any...
View ArticleChange left bar button in navigation header for a specific page (iOS)?
I would like to change the left bar button in the navigation header in a custom renderer, but only for a given page. Something like this: public class CustomNavigationRenderer : NavigationRenderer {...
View ArticleHow to use INotifyPropertyChanged with a ListView
I have a ListView whose ItemSource is an ObservableCollection of Message objects. Message objects implement INotifyPropertyChanged. I am changing properties on a message object in the...
View ArticleHow can I get the MasterDetailPage to behave itself in split view on iPad?
I've got an app that's using the Xamarin Forms MasterDetailPage to layout a slide-over burger menu on phones and a popover on tablets. But when I open the app in split view on an iPad, it falls down....
View Article