I am a newbie to Hybrid mobile app development and am using Cordova. I have created a simple app with index.html and related .js and .css files. Now I have added a resource string 'pagetitle' in strings.xml and I need to retrieve the value and display it in HTML. Any pointers in this regard would be greatly appreciated.
I have worked on native app Android development and have accessed resources from strings.xml, for e.g. in my case it would be '@string/pagetitle'. But now since I am developing a hybrid app and have only HTML, CSS, JS to develop.