Back/Forward buttons in Flex applications

不打扰是莪最后的温柔 提交于 2019-12-24 15:45:19

问题


I have a Flex application which uses the BrowserManager class for enabling deep linking within the application. The URLs work fine through all browsers but the back/forward buttons work only with Firefox and Internet Explorer. Even that is a bit flaky and sometimes doesn't work. The buttons don't work in Chrome/Safari or any other browser.

Any ideas about how to make this work properly? If anyone has implemented something like this before in a Flex app then would like to hear about things to take care of.


回答1:


use this

http://www.asual.com/swfaddress/




回答2:


This is a bug in Flex: https://bugs.adobe.com/jira/browse/SDK-27034

It's fixed in Flex 4.5.



来源:https://stackoverflow.com/questions/3584639/back-forward-buttons-in-flex-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!