Sjj1024 / Sjj1024/PakePlus-Android

PakePlus-Android 应用程序用户体验的问题

Open
#4 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Lua
Stars
10.1k
Forks
6.5k
PR merge metrics
No merged PRs in 30d

Description

问题描述:

您好!感谢 PakePlus 作者的开发与维护,我在使用过程中遇到两处体验问题,希望能反馈给您参考优化:

1. 应用内容加载速度慢

使用 PakePlus 打包的应用版本在加载内容时速度较慢。希望可以在应用加载过程中添加一个包含 logo 的进度条或其他类型的加载动画,以提升用户体验。

原因:
加载缓慢可能是因为通过网址加载资源较慢。添加加载动画不仅可以提高感知性能,还能为用户提供视觉反馈,表明应用正在积极获取和处理数据。

建议解决方案:

  • 在初始内容加载时显示一个包含 logo 的进度条,等待资源完全加载完成后显示网站内容。
  • 可以考虑使用其他类型的加载动画,如旋转的加载图标或简单的动画效果。
2. 切换主题导致应用重新加载

在红米 K60 设备上切换深色和浅色模式时,应用会进行重新加载,这会导致用户体验不流畅。希望可以在不重启应用的情况下平滑过渡。

原因:
这个问题可能是由于主题切换处理不当或系统主题更改时资源重新加载机制不佳引起的。

建议解决方案:

  • 确保在切换主题时不触发应用的完整重新加载。
设备信息:
  • 设备型号: 红米 K60
额外说明:

感谢开发者对用户体验的关注!如果需要进一步信息,请随时告知,会全力配合。期待 PakePlus 越来越完善,感谢开发者的辛苦付出!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files, tests, or entry points are identified in the issue. Start by locating the Android loading and theme-change handling in the repository, then reproduce both behaviors on the reported Redmi K60 scenario. Done means loading provides visible progress feedback and switching themes does not trigger a full application reload.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, lua, tauri
Domain
frontend, mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.