SSL Pinning Fails on IOS
I am trying to put ssl pinning on my app. I followed this tutorial (certificate-pinning-in-xamarin-forms) on how to do it and its working fine on Android, on an iphone 5 device and the iphone emulator...
View ArticleRead cookies from PCL
Hello I would like to read cookie value, which is set by javascript in a webview The webview is implemented and managed within PCL project The following code is executed without errors but allows to...
View ArticleProblem with ImageButton when changing the Source-Image
Hi, I'm using the new ImageButton to implement a ToggleButton which switches between a "Locked" and "Unlocked" state. The "Source"-Property is bound to a bool-Property in the ViewModel and using a...
View ArticleImageSource for button appearing way larger than should be
I am trying to use an image to replace a button to make for better looking UI. I am having a problem with size, it's weird because a couple builds ago it appeared nice and small. My PLUS and DELETE...
View ArticleMasterDetail page drop shadow on detail
Is there anything that I need to do in iOS to get the drop shadow like in Android for the detail Window? iOS doesn't seem to have that:
View ArticleXamarin.Forms 4.3 pre-release UWP and Shell
I saw that UWP support has tentatively been added to a pre-release version of Forms and thought that I'd give it a try. I'm having trouble adding a UWP project to a blank template Xamarin.Forms Shell...
View ArticleFaster/Better to have style.xaml for each view or combine into a theme file?
In terms of speed, performance, appsize, etc - is it better to create a Styles.xaml for each view in my app or to combine the control styles, etc into 1 theme file?
View ArticleGoogle Login doesn't redirect back to app
Well, First then nothing, I don't speak english very well.. My problem is the next, I'm trying to implement a Google Login in my app, with next two references: 1....
View ArticleHow to add background service in Xamarin forms
I am new developer in xamarin, That's why i faced some problem. I can't create background service in (PCL) Android, iOS and also UWP. Anybody help me to give example code or station.
View ArticleHow I can carry GoogleMobAd Bellow Shell
I Used Shell And I Have Ad,How Can I Show Ad Below Shell
View ArticleNavigation and passing of data between multiple pages
Navigation: Page 1 > Page 2 > Page 3 > Page 1 I want to update my label in Page 1 from Page 3. Meaning when user click 'Done' in Page 3, I will navigate back to Page 1 with the label updated....
View ArticlePDF / Word / Document (?) creation
Hi everyone, i'm developing a simple app with Xamarin.Forms for Android, iOS and UWP. My goal is to generate a document (PDF or Word or anything else that's printable) but i can't find any way to do...
View Articlemenu entry that comes from the bottom up, what can I do?
Good Morning, I need to create a menu for the settings that clicked a button comes out from the bottom up, how could I do? is there any component or library that can help me?
View ArticleLifecycle events with modal popups
Hi. What is the recommended pattern for setting things up in a page in an asynchronous manner, that does not get retriggered when a modal dialog has been dismissed on top of the page? I currently do:...
View ArticleXamarin Forms Android Frame Renderer and Corner Radius
When I create a custom renderer for Xamarin Forms Frame in Android, CornerRadius property goes for a toss. No matter what I set it to, it doesn't work. It always draw a rectangle. Xamarin Forms...
View ArticleStop capturing events on a component so underlying control receives event
I have two controls, one on top of the other for visual purposes e.g. a label with an entry, style wise our designer wants the label to sit partially on top of the entry, this ends up capturing touch...
View ArticleEntry vertical text alignment inconsistency between iOS and Android
So I took a closer look on the Entry on my app and discovered that the placeholders are not vertically centered the same on Android and iOS. Trying to correct it on android inside a custom renderer:...
View ArticleNavigationPage.SetHasNavigationBar without animation?
Hello I want to hide the NavigationBar without animation. Is that possible and if can you told me how? How to hide the NavigationBar NavigationPage.SetHasNavigationBar(this, false);
View ArticleListView GroupHeaderTemplate fixed height on iOS
Hey there guys, I'm trying to set a variable height list view on iOS. Our code (on the attached sample project and main part below) works fine on Droid, but fails miserably on iOS. I have tried iOS 9.3...
View Articlehow to import an object in urhosharp
Hello, I made made progress in my planetarium project: I know how to add urhosharp in my xamarin.forms project and how to show lines and write text. But I need to receive a boost. The purpose is to...
View Article