Changing Root From a Navigation Page
Hi Everyone, My team and I are using the Login Pattern sample suggested in several answers in these forums It works great but we need to change this part public static Page GetLoginPage (ILoginManager...
View ArticleWhite screen instead Page duaring navigation
Hello! I have a problem with my project. I use MasterPageDetail in my XF app. Detail page is navigation page. To navigate ahead i use PushAsync in my Detail page. To close page manualy PopAsync. When i...
View ArticlePage navigation arguments and app lifecycle
Hello, I wonder how navigation between pages with Xamarin.Forms respects target platforms navigation paradigms. Currently, I'm just passing my navigation arguments to created pages (await...
View ArticleRemove page from Navigation
In my app structure is like below, List Page -> Detail Page -> Edit Page and in edit page there is button "Delete" which removes data from database. Now my problem is to navigate user from Edit...
View ArticleProblems when using MasterDetailPage
Hi! I'm having a strange problem when working with MasterDetailPage... When I run the app on device LG-455f (Android 4.1.2) and Samsumg GT-N7000 (same Android version) the page appears completely wrong...
View ArticleIs it possible to hide Xamarin Navigation on a stacked navigation page
I'm creating a workaround for an existing bug, which means I want the user to click on custom Save and Cancel buttons, which call PopAsync, rather than clicking the navigation back button. Is it...
View ArticleWebView in Xaml using data binding
Hi! I have a very simple Xaml-page containing only one element. <WebView Source="{Binding TermsAndConditions}" /> That binds to a view model where TermsAndConditions is a string. The life cycle...
View ArticleIf 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 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 ArticleiOS Inline Picker with Xamarin.Forms
Anybody have any guidance on how to go about having an iOS inline style picker in my Xamarin.Forms iOS app? The Android side is fine as is I'm just being asked to make the iOS look more iOS. Not having...
View ArticleIntranet website not opening webview windows phone 8.1
Hi, In my windows phone app, I am trying to load a link http://172.29.xxx.xx/web/ (which supposed to be Intranet site) in a WebView . In my application's Package.appxmanifest file Private Networks...
View ArticleGetting my .resx file commented out after a semicolon
Hello, I've been following https://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/ in order implement localization and I have been stuck at a point where encoded values comment...
View ArticleUWP - Immediate crash in release mode
I have a forms solution, it runs fine in debug but crashes immediately in release mode, it doesn’t even get to my MainPage constructor: Unhandled exception at 0x54D62408 (Windows.UI.Xaml.dll) in...
View ArticleAuto rendering 20+ icons for iOS, Droid and WinPhone Apps
The number of icons needed to create a Xamarin Forms app is most irritating. That motivated me to hack together a WPF desktop application that renders application icons / splash screen using XAML (and...
View ArticleIs Xamarin.Forms XAML designer supported on Visual Studio?
Hi! I've just added a new XAML to a Shared project but it seems not detect the schema and the designer is broken. Is it a bug or the designer and XAML editing isn't supported on Shared projects at...
View Article