开发者

Browserback button does not work

开发者 https://www.devze.com 2023-02-06 04:17 出处:网络
for our application we need deeplinking, however cant seem to implement a brwoser wide consistent working.Implemented it like this:

for our application we need deeplinking, however cant seem to implement a brwoser wide consistent working.Implemented it like this:

browserManager = BrowserManager.getInstance();
browserManager.init();
browserManager.addEventListener(BrowserChangeEvent.BROWSER_URL_CHANGE,parseUrl);

However the parseUrl function doesnt get called in every browser. IE s开发者_如何学Pythoneems to do, however.. the rest dont.. This should be working out of the box right?

Anybody has an idea on this?

0

精彩评论

暂无评论...
验证码 换一张
取 消