How would I pass a dynamic string to a HTML document to replace the different placeholders?
I.e HTML Placeholder %title% is replaced by the dynamic string for the title
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mark Place Holders in HTML –
%NAME%Then i would load my HTML:
Then i would replace all dynamics parts with what i want like this:
Then i would pass it to my webView!