-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOS Help no Document using xamarin android ?? #2
Comments
Will leave you some instructions later. Thanks |
In your activity, add this two properties:
Then OnCreate, add this:
Then on Dispose:
This was a long time ago so, maybe radaee library has changed a lot. Cant find example of the other one. |
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/ |
Hello friend,
Thanks for bringing this awesome library.
Would you mind share some information about how to use it in a xamarin.android project?
thank you.
The text was updated successfully, but these errors were encountered: