Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi hotspot does not automatically start after giving the notification permission in Android 13 and above. #3728

Closed
MohitMaliFtechiz opened this issue Mar 1, 2024 · 0 comments · Fixed by #3729
Assignees
Milestone

Comments

@MohitMaliFtechiz
Copy link
Collaborator

Describe the bug
The Wi-Fi hotspot does not automatically start after giving the notification permission in Android 13 and above. It requires two clicks to start the hotspot: First for the notification permission and then for the hotspot.

HotspotNotAutomaticallyStartingAfterGivingNotificationPermission.mp4

Expected behavior
It should automatically start after giving the notification permission. It will enhance the user experience. Like we have this type of functionality in our other features, e.g. for discovering the peers.

Steps to reproduce the behavior:

  1. Install a fresh app.
  2. Open "Wifi hotspot"
  3. Click on "START SERVER", it will ask for notification permission.
  4. Give that permission, after giving the permission it will not do anything.

Environment

  • Version of Kiwix Android : 3.9.1
  • Device : Google pixel 7a
  • OS version : Android 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment