Exception on developer console, "You MUST call Xamarin.Insights.Initialize();...
Hi all, I have built and published my app in google playstore. Recently one of our user who uses Samsung Galaxy 3 reported that App is crashing frequently. Since Xamarin Insights is under renovation I...
View ArticleFound a way to make ToolBarItems Visible/Invisible..without a custom renderer
So from what I've seen in the API Docs (http://iosapi.xamarin.com/?link=T:Xamarin.Forms.MenuItem/*) Toolbar items don't seem to have an IsVisible property. I was able to accomplish this by defining a...
View ArticleMaps and absolute layout problem
Hi, I have a standard forms map. This map is stored inside of an absolute view like this var absMap = new AbsoluteLayout { HeightRequest = App.ScreenSize.Height * .35, WidthRequest =...
View ArticleLocalize splash/launch image for android and iOS
How could you localize the launch image on iOS and android? I know you can edit an image properties on Xcode, but how do you this on Xamarin? (see image below) For android I'm using the tutorial on...
View ArticleXF 2.0 with GCM crashes app on KitKat
Hi All I've got myself backed into a corner with seemingly no way out. I upgraded my app to XF 2.0.0.6940, having previously installed Google Play Services (which is currently 27.0.0.0) to get GCM....
View ArticleAfter 1.5+ update along with the packages, I notice now my Android cannot...
I wonder did anybody face this problem with the recent update After I updated my project to 1.5+ and later 2.0 along with the required packages. I notice my Android (IOS is ok) can no longer parse URL...
View ArticleAndroid Scrollview and Keyboard not working correctly with Absolute layout as...
Using Forms 1.3.0 at the moment... OK I have a special hierarchy in my project and stacks and need the keyboard to activate the scroll view correctly however in Android there seems to be a bug because...
View ArticleCalabash and Xamarin Forms, what am I missing?
It seems that Calabash doesn't really play nicely with Xamarin.Forms in practice. First off there is the issue of sharing feature files (see my question here:...
View ArticleXamarin Forms DatePicker control Make visible without clicking anything
Hi, is there any way to show Date/Time picker. during the page starting itself. i mean without pressing any control ? Is that possible ?
View ArticleNamespaces unknown after xaml page code generation when using portable library
Has anyone else been experiencing issues with Unkown namespace errors or missing assembly reference errors after running the customtool to generate c# code for the Xamarin xaml pages? I'm using visual...
View ArticleConnecting to hostnames that end in ".internal"
Anyone have issues connecting to hostnames that end in ".internal"? I'm using the ModernHTTPClient with a Forms app. The iOS connections are working ok, but the Android client can't resolve the host....
View ArticleiOS Keyboard showing
Hi, I have a custom renderer on my UI which inherits Entry. Once clicked, a Picker is fired (having to do it this way as there is no way to align the text in the picker centrally from what I can see)....
View ArticleChanging 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 Article