0
How can I find address of picture on google chrome like on internet explore
The first address i took from g.c. and the second from internet e. Address on g.c is too long. https://code.sololearn.com/WA54A25A14a1/?ref=app
4 odpowiedzi
+ 2
The first image address is not infact an address rather, it's the whole image in base64 encoding. Notice the value of src attribute where you can see the header of the image data "data:image/jpeg;base64, ...". So this image is embedded inside the html. Read more on this - https://en.wikipedia.org/wiki/Data_URI_scheme
+ 1
For one, everytime I try to interact with your project at all it crashes the app, I dont know if anyone else has this problem but it is worth being noted. As for your solution, you should try to find a URL shortener online, they are plenty free versions available.
+ 1
Abir Hasan not data too big, rather sololearn bug when saved from website with empty js tab ^^
Adilx01 fix: in browser, type something in js tab (like an empty comment line) and save it... it should now be opened in app' without crashing ;)
0
EthanE230 Yes it's crashing the app but works when I use the browser (in my PC). The data is too big to handle for the app I guess.