#1359 fixed things only for Android app. Capacitor Network plugin only shows iOS device connected if internet access is available. This fix allows iOS users to use local server without internet access. Socket is used to detect if connection to server is availabe. networkConnected is only used for add server form and cellular permission check.
Cellular permissions for download and streaming wont work for iOS if device is connected to cellular, but without internet access to server that is used for connectivity check.
🔄 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/1360
**Author:** [@ISO-B](https://github.com/ISO-B)
**Created:** 11/3/2024
**Status:** ✅ Merged
**Merged:** 11/3/2024
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `fix_remove_internet_connection_check`
---
### 📝 Commits (1)
- [`358197d`](https://github.com/advplyr/audiobookshelf-app/commit/358197db035e2f792f83a55bdf9a0e4984b0f594) iOS devices have always networkConnected status true
### 📊 Changes
**3 files changed** (+9 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `components/app/AudioPlayer.vue` (+3 -3)
📝 `pages/item/_id/index.vue` (+1 -1)
📝 `store/index.js` (+5 -0)
</details>
### 📄 Description
#1359 fixed things only for Android app. Capacitor Network plugin only shows iOS device connected if internet access is available. This fix allows iOS users to use local server without internet access. Socket is used to detect if connection to server is availabe. networkConnected is only used for add server form and cellular permission check.
Cellular permissions for download and streaming wont work for iOS if device is connected to cellular, but without internet access to server that is used for connectivity check.
---
<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/1360
Author: @ISO-B
Created: 11/3/2024
Status: ✅ Merged
Merged: 11/3/2024
Merged by: @advplyr
Base:
master← Head:fix_remove_internet_connection_check📝 Commits (1)
358197diOS devices have always networkConnected status true📊 Changes
3 files changed (+9 additions, -4 deletions)
View changed files
📝
components/app/AudioPlayer.vue(+3 -3)📝
pages/item/_id/index.vue(+1 -1)📝
store/index.js(+5 -0)📄 Description
#1359 fixed things only for Android app. Capacitor Network plugin only shows iOS device connected if internet access is available. This fix allows iOS users to use local server without internet access. Socket is used to detect if connection to server is availabe. networkConnected is only used for add server form and cellular permission check.
Cellular permissions for download and streaming wont work for iOS if device is connected to cellular, but without internet access to server that is used for connectivity check.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.