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

[Feature Request]: 希望提供iOS App版本 #4975

Open
zhufeizzz opened this issue Jul 11, 2024 · 18 comments
Open

[Feature Request]: 希望提供iOS App版本 #4975

zhufeizzz opened this issue Jul 11, 2024 · 18 comments
Labels
enhancement New feature or request

Comments

@zhufeizzz
Copy link

Problem Description

现在iOS用网页版不是很方便,易用性也不好。建议参考Chatbox,提供iOS 原生App版本

Solution Description

希望提供iOS App版本

Alternatives Considered

No response

Additional Context

No response

@zhufeizzz zhufeizzz added the enhancement New feature or request label Jul 11, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: [Feature Request]: Hope to provide iOS App version

Problem Description

It is not very convenient to use the web version on iOS now, and the ease of use is not good. It is recommended to refer to Chatbox, which provides an iOS native App version.

Solution Description

Hope to provide iOS App version

Alternatives Considered

No response

Additional Context

No response

@RubuJam
Copy link
Contributor

RubuJam commented Jul 12, 2024

或许你可以试一试PWA版的ChatGPT Next Web

Maybe you can try the PWA version of ChatGPT Next Web

@flyyangX
Copy link

或许你可以试一试PWA版的ChatGPT Next Web

Maybe you can try the PWA version of ChatGPT Next Web

这是啥版本

@phengite
Copy link

或许你可以试一试PWA版的ChatGPT Next Web
Maybe you can try the PWA version of ChatGPT Next Web

这是啥版本

刚问到这个问题,因为 NextChat 上下栏目不小再加上 Safari 的上下框中间就只剩一点阅读界面。就 ChatGPT 回答了最佳答案「PWA(渐进式网页应用)」Claude 和 Gemini 都给我推荐了别的浏览器。

简单的说就是在 Safari 打开网页后 → 点击下方分享箭头 → 添加至主屏幕(可以自定义名称)是全屏版的类似独立 APP。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Maybe you can try the PWA version of ChatGPT Next Web
Maybe you can try the PWA version of ChatGPT Next Web

What version is this?

I just asked this question because the upper and lower columns of NextChat are not small and there is only a little reading interface left in the middle of the upper and lower boxes of Safari. Regarding ChatGPT, the best answer was "PWA (Progressive Web Application)". Both Claude and Gemini recommended other browsers to me.

To put it simply, after opening the webpage in Safari → click the share arrow below → add it to the home screen (the name can be customized), which is a full-screen version of a similar independent APP.

@flyyangX
Copy link

或许你可以试一试PWA版的ChatGPT Next Web
Maybe you can try the PWA version of ChatGPT Next Web

这是啥版本

刚问到这个问题,因为 NextChat 上下栏目不小再加上 Safari 的上下框中间就只剩一点阅读界面。就 ChatGPT 回答了最佳答案「PWA(渐进式网页应用)」Claude 和 Gemini 都给我推荐了别的浏览器。

简单的说就是在 Safari 打开网页后 → 点击下方分享箭头 → 添加至主屏幕(可以自定义名称)是全屏版的类似独立 APP。

我现在用的就是这个版本。但是我现在遇到了一个最大的问题是,这个只有本地部署不能做云同步,用了自带的upstash来同步数据,但是存在bug,没有独立的上传和下载按钮,只有一个同步按钮,只能同步最早的第一次数据,后面更新了就没办法上载新的数据。有什么办法可以做到全平台的自动云同步吗

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Maybe you can try the PWA version of ChatGPT Next Web
Maybe you can try the PWA version of ChatGPT Next Web

What version is this?

I just asked this question because the upper and lower columns of NextChat are not small and there is only a little reading interface left in the middle of the upper and lower boxes of Safari. Regarding ChatGPT, the best answer was "PWA (Progressive Web Application)". Both Claude and Gemini recommended other browsers to me.

To put it simply, after opening the webpage in Safari → click the share arrow below → add it to the home screen (the name can be customized), which is a full-screen version of a similar independent APP.

This is the version I'm using now. But the biggest problem I encountered now is that this only has local deployment and cannot do cloud synchronization. I use the built-in upstash to synchronize data, but there are bugs. There are no independent upload and download buttons. There is only one synchronization button, which can only synchronize data. The earliest first data will not be able to upload new data if it is updated later. Is there any way to achieve automatic cloud synchronization across all platforms?

@phengite
Copy link

或许你可以试一试PWA版的ChatGPT Next Web
Maybe you can try the PWA version of ChatGPT Next Web

这是啥版本

刚问到这个问题,因为 NextChat 上下栏目不小再加上 Safari 的上下框中间就只剩一点阅读界面。就 ChatGPT 回答了最佳答案「PWA(渐进式网页应用)」Claude 和 Gemini 都给我推荐了别的浏览器。
简单的说就是在 Safari 打开网页后 → 点击下方分享箭头 → 添加至主屏幕(可以自定义名称)是全屏版的类似独立 APP。

我现在用的就是这个版本。但是我现在遇到了一个最大的问题是,这个只有本地部署不能做云同步,用了自带的upstash来同步数据,但是存在bug,没有独立的上传和下载按钮,只有一个同步按钮,只能同步最早的第一次数据,后面更新了就没办法上载新的数据。有什么办法可以做到全平台的自动云同步吗

不知道,之前配置过一次 WebDAV 跨域失败后就放弃这种方式的云同步了,现在都是需要交互就导出 json 到本地再拖到常用云盘同步,其他端需要同步再下载 json 直接导入。

然后 NextChat 好像都是用 Local Storage 存储数据的这东西上限好像只有 5MB 左右(直接点击上传图片是转 Base64 也是存到这里,高清照片直接寄),所以现在特别重要的我都存成单独文件或云笔记了不太重要的会话问完就删节省内存。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Maybe you can try the PWA version of ChatGPT Next Web
Maybe you can try the PWA version of ChatGPT Next Web

What version is this?

I just asked this question because the upper and lower columns of NextChat are not small and there is only a little reading interface left in the middle of the upper and lower boxes of Safari. Regarding ChatGPT, the best answer was "PWA (Progressive Web Application)". Both Claude and Gemini recommended other browsers to me.
To put it simply, after opening the webpage in Safari → click the share arrow below → add it to the home screen (the name can be customized), which is a full-screen version of a similar independent APP.

This is the version I am using now. But the biggest problem I encountered now is that this only has local deployment and cannot do cloud synchronization. I use the built-in upstash to synchronize data, but there are bugs. There are no independent upload and download buttons. There is only one synchronization button, which can only synchronize data. The earliest first data will not be able to upload new data if it is updated later. Is there any way to achieve automatic cloud synchronization across all platforms?

I don’t know. After configuring WebDAV cross-domain failure once, I gave up this method of cloud synchronization. Now, if I need to interact, I export json to the local and drag it to a common cloud disk for synchronization. Other terminals need to synchronize and then download json and import it directly.

Then NextChat seems to use Local Storage to store data. The upper limit of this thing seems to be only about 5MB (click to upload the image directly and it will be converted to Base64 and stored here, and the high-definition photos will be sent directly), so now I save the particularly important ones as separate files or in the cloud. Take notes on less important conversations and delete them after the questions to save memory.

@liaokaime
Copy link

pwa的体验不太好,打开时会有一段时间的白屏,感觉等待了好久,最好还是直接有app能下载

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


The experience of pwa is not very good. There will be a white screen for a period of time when opening it. It feels like waiting for a long time. It is better to download the app directly.

@liaokaime
Copy link

Tauri 2.0 seems to already support the production of Android and ios apps

@TianqiZhang
Copy link

+1,如果有iOS app,我个人愿意付费使用。目前正在寻找一个支持自定义模型endpoint+支持实时语音的iOS chat client,如果大家有知道的也欢迎推荐一下。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


+1, if there is an iOS app, I personally would be willing to pay to use it. We are currently looking for an iOS chat client that supports custom model endpoints and supports real-time voice. If you know anything about it, please recommend it.

@liaokaime
Copy link

It seems that the official android and ios app is already in the works, just need to wait

@YiJieLiuHub
Copy link

我也觉得可以做一下移动端,个人支持付费模式

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


I also think we can make a mobile version, and I personally support the payment model.

@04041b
Copy link

04041b commented Feb 15, 2025

#5927
IOS build and android build are available now in the above pull request. They just never merged it.
You just need to build it yourself, instruction in markdown file in my pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

9 participants