I am using i18 with my application.
it is working perfectly fine with static page.
I am facing problem while adding html element on the fly. either i have to load translated sting before adding the elements in DOM tree.
i do not want to do that. i want a solution in which a method will execute on each dom change (add, append ) element.
I tried mutation observer for that but it is not available in Android browser.
Suggest a solution for this problem.