In my Xamarin.Forms app, I need to support printing and sharing. The sharing bit on Android is easy enough, but is there a component available for handling printing and/or sharing across platforms (Android, iOS, Windows, WinPhone)?
For the printing, the minimum requirement is printing formatted text. However, if it is possible to display a collection of ViewCells (including those not currently visible as they are scrolled off screen), that would be a bonus.
I could generate HTML and pass it to a browser, to take advantage of functionality already available in the browsers, but it would be a better user experience to support printing/sharing direct from my app.
If there isn't a component available, I assume it will be another DependencyService.