Skip to content

Commit 81f8749

Browse files
Activity needs to be adjustPan mode (#343)
* missed * Updating package version * fix spacing * Updating pubspec.yaml * Updating package version * revert ver --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1a8f86 commit 81f8749

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ The following instructions are only applicable to Android development; click her
107107
+ android:name="pdftron_license_key"
108108
+ android:value="@string/PDFTRON_LICENSE_KEY" />
109109
...
110+
<activity
111+
...
112+
- android:windowSoftInputMode="adjustResize"
113+
+ android:windowSoftInputMode="adjustPan">
114+
</activity>
110115
```
111116

112117
If you are using the `DocumentView` widget, change the parent class of your `MainActivity` file (either Kotlin or Java) to `FlutterFragmentActivity`:

0 commit comments

Comments
 (0)