Can we add image save in our mobile gallery ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Can we add image save in our mobile gallery ?

https://code.sololearn.com/WOy6273CN0Os/?ref=app

6th Apr 2020, 3:55 AM
Saurabh Sen
Saurabh Sen - avatar
3 Respostas
+ 1
Not is possible
6th Apr 2020, 4:40 AM
Cmurio
Cmurio - avatar
0
DAC šŸŽÆ not working šŸ˜Ÿ
6th Apr 2020, 4:26 AM
Saurabh Sen
Saurabh Sen - avatar
0
You don't have access to your local storage from js inside a web code playground project... In reality, you don't have access from external web pages to the client file system, until page is located at your device, too (in this case, you cannot share the code without uploading image files and changing their url in the page source or you will be the only to see them ^^)
6th Apr 2020, 7:24 AM
visph
visph - avatar