Commit aaae044
committed
Refactors sample app and enhances tap gesture control
* Removes the feature enhancement plan, indicating completion of planned work.
* Redesigns the sample application into a dedicated "PDF Experience" page.
* Improves the UI and UX with modern styling and collapsible sections, integrating the .NET MAUI Community Toolkit.
* Replaces the default MAUI starter page with the PDF viewer as the main content.
* Adds an `EnableTapGestures` property to control whether custom tap events are raised or if native link navigation is prioritized.
* Allows more explicit control over user interaction with PDF links and tap events.
* Android's tap listener now correctly differentiates between custom tap events and native link handling.
* iOS conditionally registers or de-registers its tap gesture recognizer based on this property.
* Enhances the sample app's `LinkTapped` event handler to provide interactive handling of PDF links, including opening external URIs or navigating to internal document pages.
* Removes the `BackgroundColor` bindable property from the PDF view control's public API.
* Updates Android Kotlin standard library and MAUI Controls dependencies.1 parent 094c9f7 commit aaae044
16 files changed
Lines changed: 524 additions & 586 deletions
File tree
- samples/MauiPdfViewerSample
- src
- MauiNativePdfView.Android.Binding
- MauiNativePdfView
- Abstractions
- Platforms
- Android
- iOS
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments