I have URL like this http://localhost/?ID=My+Name
And i must share the URL to whatsapp message using javascript. The function share to whatsapp is already, but i have some issue.
When redirected to whatsapp app, the URL changed to http://localhost/?ID=My Name, its not same with my expectation. Because the url must http://localhost/?ID=My+Name
How i can to fixed this issue?