Hi,
I have a global view and I hope show this global view in HTML5 client and hide it in FLEX client.
I set Web-ContextPath with ui/product_name in MANIFEST.MF.
I set <url>/ui/product_name/index.html?view=home</url> in plugin.xml.
Finally, I could see the navigator of this global view in FLEX client and get a error when I clicked the navigator.
Are global views always visible?