Skip to content

Commit

Permalink
fix($browser): ios9 location patch
Browse files Browse the repository at this point in the history
iOS 9 UIWebView introduced an issue with window.location updates.
Providing a hot fix for apps which rely on location.hash Issue #4082
  • Loading branch information
adamdbradley committed Sep 10, 2015
1 parent 489e108 commit e5b85df
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 1 deletion.
Loading

4 comments on commit e5b85df

@laidig
Copy link

@laidig laidig commented on e5b85df Nov 13, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So if I upgrade the ionic lib to 1.1.1, I no longer need to include the extra ios9 patch JS?

@biesbjerg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

@laidig
Copy link

@laidig laidig commented on e5b85df Nov 13, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mathieugerard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it work with Cordova-ios 4.0.1? On Cordova-ios 3.9.2, I manage to start my app, but on cordova-ios 4.0.1, I still run into an infinite loop when Angular starts. Using ionic 1.1.1 or 1.2.1 does not make any difference. Thanks

Please sign in to comment.