We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8f86 commit 81f8749Copy full SHA for 81f8749
README.md
@@ -107,6 +107,11 @@ The following instructions are only applicable to Android development; click her
107
+ android:name="pdftron_license_key"
108
+ android:value="@string/PDFTRON_LICENSE_KEY" />
109
...
110
+ <activity
111
+ ...
112
+ - android:windowSoftInputMode="adjustResize"
113
+ + android:windowSoftInputMode="adjustPan">
114
+ </activity>
115
```
116
117
If you are using the `DocumentView` widget, change the parent class of your `MainActivity` file (either Kotlin or Java) to `FlutterFragmentActivity`:
0 commit comments