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 ArticleAndroid Emulator Not Launching the Application ?
I create an app using xamarin.forms but its not launching the app for Android. it crashing after deploying the app on emulator. Its giving following error : In mgmain JNI_OnLoad 11-27 06:54:31.129...
View ArticleIssue facing with PopupLayout provided with XLabs.Forms.Controls
My popup is coming up in both android and windows. But when I try to use it for IOS it is blocking all the click events of the layout here is my code. I am creating an instance PopupLayout _PopUpLayout...
View ArticleHow to get permissions for UDP in Android 5.0. in Xamarin.forms ?
I have used SocketsForPCL to do UDP communications from Android device to server. When I use Android 4.1.2 I could send UDP packets and I received answer from the server. But when I use Android 5.0.1...
View ArticleAlternatives to RoundedBoxView?
Hi, I use RoundedBoxView NuGet package for cross platform. It works on iOS and Android but not it WP8. NuGet package description says it is dependant to Xamarin.Forms >= 1.4.4.xxxx however it...
View ArticleFontAwesome Label: Here's how!
Here's how you'll use the new FontAwesome label (Any Graphic font will work, but FontAwesome is Awesome): var coolLabel = new FontAwesomeIcon(FontAwesomeIcon.Icon.Gear) Here's how to set it up....
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleXamarin.Forms and IdentityServer3, how to achieve a successful connection?
I've been stuck like 4 days trying to authenticate using IdentityServer3 (OpenID Connect) with no success. I already tried Xamarin.Auth and also IdentityModel with no success. So far, the only response...
View ArticleGetting image for contacts using Xamarin Forms
Hi! I want to fill my listview with contacts list. I use https://components.xamarin.com/view/xamarin.mobile plugin and I can get firstname/ lastname. But I cant get photo stored fot contact. Do you...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleHow to assign an embedded image to a ContentPage Icon?
The image that I want to assign as the icon of a tabbed page is an embedded resource in a separate assembly because it is part of an sdk. Ordinarily, to get an embedded image I'd merely go: var...
View ArticleMajor bug in tablets with AppCompatActivity
I've reported this since 1.5.2 came out, and it's still the same issue at 2.0.0.6484 Basically, tablet landscape mode will not show toolbar buttons. Here is a picture in Portrait: You can see the...
View ArticleOnOptionsItemSelected not triggered in FormsAppCompatActivity(Forms1.5.1+)
According to https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/,I upgrade my App to Material Design. But the OnOptionsItemSelected method is not triggered when the user was...
View Articleany examples for spotlight search in xamarin forms?
any examples for spotlight search in xamarin forms?
View ArticleCouldn't connect to logcat, GetProcessId returned: 0
Android application is debugging. Couldn't connect to logcat, GetProcessId returned: 0 Why i see the above when i try to debug the solution (Xamarin.Forms Portable) to my android phone. I tried 1)...
View ArticleHow to disable Swipe in Tabbed Page (Material Design)
Hello, i want to disable swipe in Tabbed Page
View ArticleXamarin shared project
I am using Xamarin shared project, I am using this shared project in iOS, Android. Now I started working on windows app. I created a black windows app. In references there is not reference to shared...
View ArticleListView refresh problems
Since last update I'm having some problems with listview refreshing. In some parts I use observable collections, these work flawless, but in others I use lists because the data changes integrally and...
View ArticleHow to open a URL in default browser.
Hi, I want to open a url in the mobile browser, is there a way to do it in crossplatform api? Thanks
View ArticleAny idea about add Pins [Xamarin.Forms.Maps]
Hi everybody, I am developing a system for IOS and in the future it to Android too,so I'm using Xamarin.Forms. On my Map App I need add pins on map, the pin will be put in a specific local on map. What...
View Article