Issue / Question
Adding Address Bar in Enterprise Browser
Applicable To
Enterprise Browser v2.0++
Resolution / Answer
The Address Bar Meta Tag is an action tag used to set the parameters of the address bar, which allows navigation to a page for display.
To add an Address Bar Metatag into Default Metatags field in config.xml file, see the example below:
<DefaultMetaTags> <MetaTag value="AddressBar~visibility:visible"/> </DefaultMetaTags>
Helpful Information:
- TechDocs: Config.xml Reference (refer to Default MetaTags section)