You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add annotation rendering support (Phase 7.1)
- Add EnableAnnotationRendering property (default: true)
- Android: Full control via enableAnnotationRendering() configurator
- Separated annotation rendering from link navigation
- Triggers document reload when changed after load
- Preserves current page on reload
- iOS: Controls annotation display via ShouldDisplay property
- Iterates through all page annotations and sets visibility
- Forces view refresh to update display immediately
- Fully functional toggle on both platforms
- Add full property mapping in handlers for both platforms
- Sample app: Add PDF with annotations for testing
- Sample app: Add UI toggle button to enable/disable annotations
- Update documentation with Phase 7.1 complete status
0 commit comments