CachingStrategy OnPlatform axml
Hello, I would like to choose the Caching Strategy for each platform. My code is as follows but does not work: <ListView> <ListView.CachingStrategy> <OnPlatform...
View ArticleRegarding Back Problem in master details page
I am facing issues with on pressing the back button, my application get closed. actually i want to create a menu with hamburger icon that will display to all the application using master details page....
View ArticleIntroduce 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 fasten image attachment in flow listview?
Hello, While attaching image url from database to image in flow listview,the image is loading slowly.How to fasten the image loading in flowlistview.? Thanks in advance.
View ArticleHow to use a content page in tabbed page?
First of all, my app has a master-detail page menu and I want to use master-detail struct with tabbed page. Actually I have a menu item which is an entry item and called "Quick Search". When user types...
View ArticleCan i use Button's IsEnabled when Command is from a different Context?
Hello, i have a ContentPage which is defining some Commands. This page is referenced from XAML using the "Source" Binding parameter: <ContentPage ... x:Name="ThisPage"> ... Command="{Binding...
View ArticleWill "The name 'InitializeComponent' does not exist" bug be fixed in the next...
I'm on VS2017 stable release (with Xamarin.iOS 10.8) and stable Xamarin Studio (with the same iOS version). I cloned my project, that compiled and run successfully in VS2015 and prev Xamarin Studio....
View ArticleTiming for push navigation page
hello Developers Is there way to do timing for pushNavigation pages when the user open app display some page after 5 second the app automatically pushing to next page . it's possible !! Thanks in advance
View ArticleLiveXAML - ability to develop your app in runtime
Hello, I had already posted here about two months ago. At the time, the name of my product was "Xamarin Forms Live" But due to branding issues I had to rename it to LiveXAML, which to me is an even...
View ArticleXamarin Forms - IOS Distribution “SMS Fraud Extension”
My app developed using Xamarin Forms has been rejected due to an extension called SMS Fraud Extension, but I have no idea what it is. The message I received from Apple is: Guideline 2.5.12 -...
View ArticleHow to verify OTP ?
Want to verify phone number . The otp will sent to web services and will verify phone number over there. But I am confuse how to do that by using Xam.plugins.messaging . Should I write a specific code...
View ArticleHow to change the Thickness of OUTLINE / BORDER frame ?
Hi, I want change the Thickness of a Frame border. I my phone the border is VERY small.. My code : <Grid RowSpacing="0" ColumnSpacing="0"> <Grid.RowDefinitions> <RowDefinition...
View ArticleCan't load image from URL
Hello. This code is working image.Source = "https://www.xamarin.com/content/images/pages/branding/assets/xamagon.png"; And this code is not image.Source = "https://cgames.xyz/kv/api/v1/logos/11.jpg";...
View ArticleCould not retrieve image or image data was invalid
I am getting images using an api and displaying in android. Now I have done Login operation using Third party authentication in my web project so project url has changed. Protocol become http to https....
View ArticleHybridWebView doesn't load Angular JS 2 App
Hello, folks. I am facing a hard issue here. I've created an App which uses a Custom HybridWebView and the problems are below On Android, I am able to invoke a JavaScript function to call my C# method...
View ArticleHow to distinguish between Tap and Pan gestures within the same View ?
I have added both a Tap and a Pan gesture on an Image. However when I test my app on the Android simulator, the Pan gesture also triggers the Tap gesture. How can I separate the two gestures?
View ArticleHow to set header for tabbedpage?
I implement tabs in my project. But don't know how to set header for my tabbed-page? Please suggest a solution I use the following blog for creating tab:...
View ArticleCachingStrategy missing in listview renderer
Whenever I use CachingStrategy in a listview renderer the app throws a XamlsParseException error. Is this a bug or caching strategy is not available when using a listview renderer?
View ArticleHow to create a phone number masker
I want to create a phone number masker. i have to use it in my Entry behavior. Example : Suppose i have entered a number 9876543210 it should be convert into (987) 654-3210
View ArticleHow to make 3 corner rounded when FrameRenders in Xamrin.Form?
I want to make BottomLeft, TopRight, TopLeft corner to rounded. I have tried with following. But, when text size is bit more, it doesn't show correct design. I have added my code as following. For...
View Article