Hi,
I tried to introduce Adobe Deep Linking to my Web App.
That created a problem when I run it in IE9 - it often shows "#" on page
title (if no URL params used)
or even "#param1=x@param2=y" if I get to the app using these params
and user goes somewhere in the app (like to another tab in the app).
I try to explicitly set the Title to my MyApp:
browserManager.init("", "MyApp");
browserManager.setTitle("MyApp");
Any cure for that?
Please advise.
Problem is not happening in Chrome.
Using Flex 4.5.1.
--
TIA,
Oleg.