dropdown list text being cut
i dont know if its ok to ask here but i dont know where to ask this question. i having a problem with autosuggestbox nugget from morten...
View ArticleIs the ListViewCachingStrategy, RecycleElement, buggy ?
Hi there, I have been working on a project for long time now with a few persons and among all the features, the user can search for another one through a listing. We are using Xamarin's ListView...
View ArticleHow to get Firebase token after user Login?
Here i am getting firebase id token ,and it works fine- public async override void OnTokenRefresh() { refreshedToken = FirebaseInstanceId.Instance.Token; SendRegistrationToServer(refreshedToken); } but...
View ArticleToolbar - issues with setting background color to white
I am trying to set the background color of a toolbar to white. However, when I do that, the back arrow and text of toolbar items remain white and invisible. How can I change their color?
View ArticleSuper Fast Image Loading for Android Apps with GlideX issue
I had added this Nuget package to my project after that my page images are getting large size. i am using Visual studio 2017. This is the example i have followed...
View ArticleVideo from local storage not playing in WebView (Xamarin.Forms) after latest...
I have an existing Xamarin Forms application, for Android and iOS, which shows some HTML content from local storage (the purpose is to view this content while offline) in WebView. After the latest iOS...
View ArticleXamarin Forms: Load a contentpage when tap push notification android
I completed receiving test notification from FCM console. Now I am trying to open a page when tapping the notification. Any ideas about how to achieve this? I have searched the internet but can't find...
View ArticleHow to create pdf set list to pdf and download pdf when press download button
when i click download button , webservice data list show in pdf format ,create pdf and download pdf using xamarin forms
View ArticleHow to change Title font for Navigation bar ?
Can't find place where to change font for Navigation page title. Is there ability to do it ?
View ArticleImageButton Source Binding problem
Hi I am using Image Button with this code: ImageButton imageButtonStampa = new ImageButton() { Style = (Style)Application.Current.Resources["imageButtonStyle"] };...
View ArticleGot a SIGABRT while executing native code. (Since latest updates on Mac, OS...
All apps do this including ones deployed earlier (monday) this week (pre updates) semaphore.h:90:8 [opt] frame #8: 0x00000001101ad54a mlaunchfinalizer_thread at mono-coop-semaphore.h:43 [opt] frame #9:...
View ArticleMasterDetailPage ActionBar test with UITest?
Hello, I have an application that user MaterDetailPage as the root page. I want to open the side menu by tapping the menu icon in the action bar. However, when I type in 'tree' in Repl I do not see the...
View ArticleApplication.Current.Properties is Empty when app close
I'm using Xamarin Forms I have two method to authenticate user : 1 : the user enter username and password 2 : the user can authenticate with their Office 365 account . for the first method when the...
View ArticleThe "LinkAssemblies" task failed unexpectedly error while building the...
Hi, I'm getting the below error while building the application using linking SDK assemblies option and with out shared runtime (as shared run time causing error while release the application.) Severity...
View ArticleConvert Xamarin.Forms.View to UIView
I need to create a bitmap from a view, like a stack layout for example. Is that possible in iOS? I 've done it in Android already ,using a custom render, but I'm struggling in iOS. Does anyone have an...
View ArticleProblem when publishing an application on the App Store [Non-public API usage]
Hi all, Until three weeks ago, my application could upload it to the App Store without any problem. However, Apple has refused to upload the app with this new message:: Non-public API usage: The app...
View ArticleAndroid: Could not load assembly 'xxx' during startup registration
I'm trying Syncfusion (charts) and in the Android project after deploying I get Assembly Loader probing location: 'Syncfusion.SfAutocomplete.XForms.Android'. Could not load assembly...
View ArticleAndroid accessibility Font Sizes - how it affects forms
Similar to this question: http://stackoverflow.com/questions/19817086/device-settings-independent-font-size I got my app to fit and look good on phones and tablets, then to my horror I discovered that...
View ArticleSmooth scroll to position when ListView SelectedItem changed
Summary Automatically scroll the ListView to the selected position when SelectedItem property is changed. Works on iOS, but not implemented on Android or UWP. API Changes Update ListView renderers for...
View Articlehow to off nestedscrolling in listview inside scrollview in xamarin forms
<ListView x:Name="pasengerlist" SelectionMode="None" VerticalOptions="FillAndExpand" BackgroundColor="White" HasUnevenRows="true"> <ListView.ItemTemplate> <DataTemplate> <ViewCell...
View Article