Xamarin forms ios zoom renderer is not working , any help appreciated
public class CustomWebViewRenderer : ViewRenderer<CustomWebView, UIWebView> { protected override void OnElementChanged(ElementChangedEventArgs e) { base.OnElementChanged(e); if (Control == null)...
View ArticleStartActivityForResult() not avaiable?
Hello, i want to display the android mail app and wait for the result. On Android this is possible with using StartActivityForResult(). But Xamarin.Forms has only Application.Context.StartActivity();...
View Article3D Touch in forms (including peek/pop!)
Had to get this feature working for a Forms app recently, here's how I did it. https://www.openarc.net/our-blog/pro-tip-xamarin-forms-x-ios-3d-touch Let me know if you have thoughts/suggestions!
View ArticleiOS 11 - Carousel page issues
Hi, I updated my project to use the latest Xamarin forms and the latest iOS 11 build. Previously my carousel page seemed to just swipe left to right/right to left. But since the update the carousel...
View ArticleFCM in Xamarin.Forms - Control Notification in background
I have followed below example to implement FCM push notification in Xamarin Forms. Due to restriction I could not post the article link. I would post it in comment section. It explains 2 kind of...
View ArticleHow to connect to ADFS and azure WEB API
Hi i am developing mobile APP that connects to ADFS for Authentication and once it is successful , it should connect to Web API to retreive data. Anyone have guidelines or reference doc that helps in...
View ArticleProblem With Printing WebView in UWP Phone
Unable to print WebView in xamarin forms. I am making use of dependency service to print webview, it works fine in android and iOS but somehow page get cropped in UWP. Following is the code and...
View ArticleUnifiedMaps - A platform independent map implementation for Xamarin.Forms.
I just wanted to promote our Xamarin.Forms Maps implementation. It was developed with the MVVM pattern in mind and therefore supports Commands and Data-Binding for all features. It supports various...
View ArticleI updated to Xamarin.Forms 2.4.0.280. My application getting crashing
My package file i added below. Is there any dependency issue for this?. Only some pages my app getting crashing package id="CommonServiceLocator" version="1.3" targetFramework="monoandroid60" package...
View Articlehow to specify a path to the android keystore file in xamarin form project?
I'm trying to setup a build for the xamarin android project in visual studio team services, one of the build tasks require that i specify the path to the android keystore file. How do i specify the...
View ArticleHow to Add two ListViews in ScrollView in Xamarin Forms ?
I've tried two ListViews in Scroll View but the problem I've faced is that the data of second ListView is not fully displayed on the Page . Here's is my code for that . I've also tried this in...
View ArticleHow to implement Horizontal ListView in Xamarin Forms.
We want to implement horizontal listview in our xamarin forms application, How it is possible? Any other solution for this, please share. Thanks in advance...
View ArticleHow to set ListView SelectedItem binding in C#?
Hi. This may seem like a very easy question, but I'm having a hard time getting it to work. I'm using the Mr. Gestures library for a Xamarin project. First I will be developing on Android, and will...
View ArticleKeyboard.Numeric is not working for the Editor and Entry for iPad using...
****Keyboard.numeric xama__rin forms
View ArticleNavigationBar loading before loading the page
In my login page I don't have NavigationBar..While navigate to other page, NavigationBar showing before loading the next page..how to avoid this? Any help? Thanks in advance
View ArticleNo installed provisioning profiles match the installed iOS signing identities.
All certificates are valid, although getting this error while building my project. Any help will be appreciated. Thanks. ERROR:...
View Articlecannot initialize list collection
Unable to cast object of type 'System.RuntimeType' to type 'Mono.Debugger.Soft.TypeMirror'. to _list var _list= new ObservableCollection { new...
View ArticlePush notification popup the app.
Hi Guys, I have a challenge question, I am developing xamarin app (IOS and Android), the user should be notify through the push notification of coming request just like Uber driver app, when the driver...
View Articlehow to implement whatsapp like contextmenu item bar in xamarin forms
hi how can i display the context menu items same like whats app in xamarin forms?? can anyone guide me?
View ArticleHow to handle xamarin android push notification click handler when...
Hi everyone, I am try to navigate to specific screen when user click on push notification. It's works fine when application is running in background but when I remove application from background while...
View Article