How set position of e single element in a GridItemsLayout of a CollectionView?
Hi, I have a CollectionView with a vertical grid with two colums (Span=2). If in the ItemsSource there is a single element, the element is positioned in the center of the row. Since there are two...
View ArticleAPNs background notification not received after reboot
Hello everyone, I'm working with APNs notifications triggered by AWS SNS. This is the situation: 1. app installed, a new platform token arrives, topics were subscribed and when I trigger a new push...
View ArticleChnage Color of Weekend Using XamForms.Controls.Calendar
Now I am developing app Using Xamairn. In my Project I need to Change color of Satday and Sunday. Is there any way to Only Change Color of SaturdayDay and SunDay in XamForms.Controls.Calendar using...
View ArticleWriting and Reading Files in Android
I am writing bytes to the device and reading it back to make sure I have saved it: var path= Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), filename);...
View ArticleXamarin : Android : System.UnauthorizedAccessException: Access to the path is...
I'm trying to download a file and I'm getting System.UnauthorizedAccessException: Access to the path "/storage/emulated/0/Download/test.pdf" is denied. I have set required permission in Android...
View ArticleHow to receive FCM(Firebase cloud messaging ) push notifications in...
Hi I am able to send FCM push notification at xamarin.android . But not getting any proper guide for implementing FCM push notifications at Xaamrin.iOS. Can anyone please provide details about...
View ArticleFont Resources Look Different When Using Font Family
I have created a font family for the Arial font as follows: <?xml version="1.0" encoding="utf-8" ?> <font-family xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticleAPK signing problem with apk after updating Visual Studio version 2019 16.4...
APK signing problem with apk after updating Visual Studio version 2019 16.4 using same keystore or same credential used before .But after updating its APK signing failed in google app release console...
View ArticleiOS 13.0 Broke MasterDetailPage on iPads?
I have noticed that after updating iOS to v13.0, the MasterDetailPage is broken on iPads but it's still working on iPhones and Androids. By broken I mean the whole page is white, without content. The...
View ArticleNetSuite sandbox suitetalk access
Hai all, I'm a new Netsuite and have completed Netsuite Functional Training. I am having trouble accessing the Sandbox environment through Suitetalk web services. I am using the 2016_2 WSDL. I have...
View ArticleXamarin Tabbed Forms App Template: Spinner Does Not Stop, Async Task Void
I'm running a template right out-of-the-box on a Mac. To test yourself, you can simply go to Visual Studio: File New Solution Multiplatform: App Tabbed Forms App When running this on an iPhone device...
View ArticleUpgrade Xamarin.Forms to 3.2.0.839982 Broke build Value cannot be null....
Hi Unfortunately, the latest forms update has totally broken my project (thankfully I have a backup). It seems that every time I update forms it breaks my application in some way. I have tried the...
View ArticleSQL Connection working on DEBUG mode not on RELEASE
Hey guys, I have a problem with connecting to database. Everything works well on debug mode, but when I'm changing to RELEASE mode "Application Unfortunately has Stopped". There is a problem with...
View ArticleHow to access whatsapp db ("/data/data/com.whatsapp/databases/msgstore.db")?
I checked all permissions in 'AndroidManifest.xml': 1. 2. ... 176. I gave root access for my app and enabled root on the NOX emulator for Android 5. but when I try to access the db: SQLiteConnection...
View ArticleSupport to convert the HTML to PDF in Xamarin Forms
Support to convert the HTML to PDF in Xamarin Forms
View ArticleShell does not work with TabbedPage in IOS
Hi I'm using Shell with buttom nav and want to be able to have one of the tabs as a TabbedPage. Also one of my contentpages in Shell have a toolbar item which leads to a tabbedpage, this also does not...
View ArticleBest solution for a Xamarin backend database?
Hi guys, I'm developing a cross platform app with Xamarin.Forms. So far so good. The app is supposed to display products (e.g. an image, a name and a price). Now, I'm trying to find the best solution...
View ArticleDebugging on Android not working
When I run my project in Debug on Android, it deploys (on emulator), I get no errors or messages that indicate an issue, but it just stops and is no longer running. I created a new empty XF project and...
View ArticleBuilding iOS project using Ad-Hoc configuration, builds the Debug config of...
I have 3 projects in the solution: a shared project, an Android project and an iOS project; with the shared project being a dependency of the other two. When building the Release version of the iOS...
View ArticleCareate Start and Destination route in Map Xamarn
I need to implement the Start and Destination route in Map Xamarn.Both Anfroid and Ios.
View Article