I want my website as an IOS/Andriod app, I don't see why I would need to develop a new app when I can just display my website in a webview. Except, for passing a few native functions, such as getting the users phone contacts.
Does anybody have any experience as hosting a drupal 7 website as an app using webview. Also is it possible/feesible to pass native app functions on to my website through a webview?
How to Develop a design editor for Interior websites. Like the process of developing an interior design editor where visitors can contribute to designing interiors that are appropriate to the character of their home. The point is I'm thinking of making tools on the website as an online interior design editor for a website.
I just had a security audit done of my Drupal 7 site and they were able to demonstrate the ability to run a theoretical XSS attack from a plain text field using Java Script. I have plain text fields on a node that I am altering with JS in my module to validate input but not to change display. If you do a search for the node the JS will execute and in their example will show a pop-up.
I must be missing something here because plain text should be escaping JavaScript. Right?
I'm looking to update the page title for the homepage of a site (running d7). Currently it's just displaying the site name as the page title and I filled in the page title in the backend but it's getting overwritten by something. I tried disabling Global: Front Page and Global but neither work. As well, I tried overwriting the page title in Global: Front Page.
Would any have any idea how I could go about correcting this issue?