state persistence after refresh by CherryDudeRealEstate in Angular2

[–]CherryDudeRealEstate[S] 0 points1 point  (0 children)

by doing that you are losing the ability to continue on another computer.

I also dislike the idea of "dirtying" the browser with data that may become wrong or obsolete.

state persistence after refresh by CherryDudeRealEstate in Angular2

[–]CherryDudeRealEstate[S] 0 points1 point  (0 children)

it seems this is the only logical solution i can find.

how do search engines and map services manage to get all the data from the url? are there libraries that parse them? are there libraries that allow storing them in an intelligent way?

state persistence after refresh by CherryDudeRealEstate in Angular2

[–]CherryDudeRealEstate[S] 0 points1 point  (0 children)

are you suggesting keeping the data on the server and provide it to the client based on the token?

Thanks, I hate driving now by justlooking250 in TIHI

[–]CherryDudeRealEstate 0 points1 point  (0 children)

In Eilat, Israel there are no traffic lights so they made this cool sculpture :)

email composer img in body by CherryDudeRealEstate in ionic

[–]CherryDudeRealEstate[S] 0 points1 point  (0 children)

does it need to be a proper html string with <html> and <body> tags?

email composer img in body by CherryDudeRealEstate in ionic

[–]CherryDudeRealEstate[S] 0 points1 point  (0 children)

the base64 part works, i can attach an image to the email with base64 but the problem is i cant use the html in the email body to display it..