Alexander Reyes
Alexander Reyes
Need a huawei device to be able to make it work.
Will leave you some instructions later. Thanks
In your activity, add this two properties: ``` ReaderController m_vPDF = null; Com.Radaee.Pdf.Document doc = new Com.Radaee.Pdf.Document(); ``` Then OnCreate, add this: ``` Global.Init((Android.App.Activity)Context); Global.ActiveStandard ((Android.App.Activity)Context, "Company", "Email","key"); m_vPDF =...
If you want to go with something more modern, take a look at this: https://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/display-pdf/ You can implement the same thing in a native WebView.
They use a custom renderer with each platform native WebView, so, if you follow this link, you will see how Xamarin Android do the thing: https://developer.xamarin.com/guides/xamarin-forms/custom-renderer/hybridwebview/
This link shows you how to do it in Android: http://blog.subodhjena.com/xamarin-displaying-pdf-files-on-android-webview/
You have to implement this in a background service that will run no matter if you close the app.
Yes, all my controls will be out soon for MAUI.
Hi there. Sorry, i have been busy with too many stuff. Trying to update the plugin but somehow after updating to {N} 2.5.0, it stopped working. Labels shouldnt behave like...
Yes, it's a 2.5 thing :(