Prevents the app's webview from allowing a scroll of the actual app body, as per issue #5907 in the Capacitor repo. Previously the app could behave like this:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/455
**Author:** [@benonymity](https://github.com/benonymity)
**Created:** 12/7/2022
**Status:** ✅ Merged
**Merged:** 12/7/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `vertical-bounce`
---
### 📝 Commits (2)
- [`371fcac`](https://github.com/advplyr/audiobookshelf-app/commit/371fcacc87854b48c88bc364f06716581d6b08bc) Fix: don't allow webview to scroll out of bounds vertically
- [`a262efe`](https://github.com/advplyr/audiobookshelf-app/commit/a262efe9daac258c7b5ac3e17050f6d97132fb15) Fix lockOrientation setting and add Realm db migration;
### 📊 Changes
**7 files changed** (+17 additions, -25 deletions)
<details>
<summary>View changed files</summary>
📝 `android/app/src/main/res/xml/config.xml` (+0 -4)
📝 `ios/App/App/AppDelegate.swift` (+7 -1)
📝 `ios/App/App/config.xml` (+0 -4)
📝 `ios/App/App/plugins/AbsAudioPlayer.swift` (+1 -0)
📝 `ios/App/App/plugins/AbsDatabase.swift` (+2 -2)
📝 `ios/App/Podfile` (+6 -7)
📝 `ios/App/Shared/models/DeviceSettings.swift` (+1 -7)
</details>
### 📄 Description
Prevents the app's webview from allowing a scroll of the actual app body, as per issue [#5907](https://github.com/ionic-team/capacitor/issues/5907) in the Capacitor repo. Previously the app could behave like this:

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/455
Author: @benonymity
Created: 12/7/2022
Status: ✅ Merged
Merged: 12/7/2022
Merged by: @advplyr
Base:
master← Head:vertical-bounce📝 Commits (2)
371fcacFix: don't allow webview to scroll out of bounds verticallya262efeFix lockOrientation setting and add Realm db migration;📊 Changes
7 files changed (+17 additions, -25 deletions)
View changed files
📝
android/app/src/main/res/xml/config.xml(+0 -4)📝
ios/App/App/AppDelegate.swift(+7 -1)📝
ios/App/App/config.xml(+0 -4)📝
ios/App/App/plugins/AbsAudioPlayer.swift(+1 -0)📝
ios/App/App/plugins/AbsDatabase.swift(+2 -2)📝
ios/App/Podfile(+6 -7)📝
ios/App/Shared/models/DeviceSettings.swift(+1 -7)📄 Description
Prevents the app's webview from allowing a scroll of the actual app body, as per issue #5907 in the Capacitor repo. Previously the app could behave like this:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.