IE deep linking used to use an Iframe. I haven't looked at IE9 to know if it still does, but that might be adding the #. The iFrame is not used in Chrome or other browsers.
Do a small test with Apache Flex 4.12.1 and see if you have the same problem. -Alex On 6/8/14 9:06 PM, "Oleg Konovalov" <[email protected]> wrote: >Hmm, was that posted to the group? > > >On Thu, Jun 5, 2014 at 11:04 PM, Oleg Konovalov <[email protected]> wrote: > >> 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. >> > > > >-- >Thank you, >Oleg.
