-
-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Description
Is your feature request related to a problem? Please describe.
I am running gpt4free UI embedded on android via cordova application. The environment uses native webview which doesn't function same way as a browser. Specifically when it comes to downloading images , you can't simply long press like in a browser so ending up unable to use the generated images outside .
Describe the solution you'd like
An extra button to copy the url or base64 format of the image would solve the issue. The button can be added to the tooltip button(+) that way only users who need to use it can access without clogging up the UI
Describe alternatives you've considered
An alternative would be to allow sharing of the image to a thirdparty application like whatsapp or something that can recieve the intent
of sharing a file.
The current sharing only shares text but not image
Additional context
Also exporting the conversations doesn't work in a non broswer environment so the feature to share to external third party applications could also be integrated in.