Introduce TEditor(a HTML rich text editor in Xamarin.Forms)
Hi All, We create a Rich Text WYSIWYG Editor for Xamarin.Forms. It's easy to use, powerful, and open-source https://github.com/XAM-Consulting/TEditor Hope everyone can enjoy it. Thanks,
View ArticleHow to Get full File Path of Image and Upload it to server
Hello, I am following https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/dependency-service/photo-picker/ this link to upload image. I am able to select and display it. but i...
View ArticleHow to implement DateRange on xamarin forms datapicker?
How to implement daterange select on xamarin forms datepicker?
View ArticleBind to the Children property. StackLayout
Hi ! I can't do this: <StackLayout x:Name="ItemsStack" Spacing="2" Children="{Binding DayInfo.Items, Converter={StaticResource JobObjectsConverter}}"/> I get an error that I can not instantiate a...
View ArticleCarousel View stop swipe
Hi all, I do a carousel view with a map page. So on my map page i need to navigate on map but when i do a swipe my carousel change page. So i need to disable swipe of carousel, but how i can do that ?...
View ArticleHow to pass parameter when user click on FCM notification?
How to pass parameter when user click on FCM notification and open a specific content page in xamarin forms?
View ArticleBigger center UITabBar Item
Hello everyone! How do we create a bigger center UITabBar Item?
View ArticleCustomize toolbarItem (Add Cart Badge) in TabbedPage
How do i Customize toolbarItem (Add Cart Badge) in TabbedPage like attached Image
View ArticleXLabs initializing services Android
Hi all! I install nuget packages in my project and all works fine. But if I try to inherit the MainActivity from the XFormsApplicationDroid class, then I get an exception: I also do not know what to do...
View ArticleAndroid Renderer for drag gesture
Any one have idea how to make it work drag gesture to Android.view.View.Drag. I have attached the event handler on android renderer but for some reason dragging does not fire the event. I guess I am...
View ArticleHow to replace UIWebView with WKWebView?
I was looking at this example: https://developer.xamarin.com/guides/ios/user_interface/controls/uiwebview/, and I did in Xamarin.Forms a WebView, and I'm trying to replace the UIWebView with WKWebView,...
View Article[ListView] Add item after page constructor made label appear empty
Hi Xamarin ! I have a very difficult problem. I have a ListView with grouping and lot of DataTemplate. I need to add item in this list when user execute an action. The row I need to add have a label...
View ArticleXamarin is Unstable and Unreliable
This issue is REPEATABLE! I have created a fresh new Xamarin Forms project and added 3 one after another with padding and background colors. I run the project on emulator and the last was displayed as...
View ArticleMy App crash on Android 8
Hello, My app crash on a Huawei Mate 10 Pro working with Android 8. But I have not this mobile, how to test it ? Thank you, cjacquel
View ArticleDeployment on the appstore - I don't get it...
I have an issue with deploying my iOS app. Here is my setup: Visuals studio 2017 Enterprise on Mac I followed the instructions to create an archived version of my app. I signed it with an "Appstore...
View ArticleAndroid Highlight and Background Color of a Cell
So I'm trying to theme the background color of a cell. And keep a long press highlight on the item. I've themed the highlight with the style.xml: <style name="MyTheme" parent="MyTheme.Base">...
View Article.NET Standard + Custom Renderer
Hi all, I would like to ask if is it possible to have a custom renderer while using .NET Standard? I am trying to upgrade my PCL to .NET Standard (due to the needs of some libraries of .net) however,...
View ArticleIs it possible to have resx files on remote and download?
as I know resx translations are not hold in memory but compiled into assembly as embedded . so they are accessed so fast this way. But they increase the app size the more languages you support. I am...
View ArticleHow to add checkbox control in XAML
Hi, I want to add Checkbox control in Xaml page. I added below code in .Xaml page. <CheckBox Margin="10, 10, 3, 3" Name="acceptPolicy" Content = "Accept our policy" FontSize="12"...
View Article