fix ios 9.3 navigation
This commit is contained in:
@@ -764,7 +764,9 @@
|
|||||||
// a `popstate` on hash assignement or `replaceState` then we need avoid the branch
|
// a `popstate` on hash assignement or `replaceState` then we need avoid the branch
|
||||||
// that swallows the event created by the popstate generated by the hash assignment
|
// that swallows the event created by the popstate generated by the hash assignment
|
||||||
// At the time of this writing this happens with Opera 12 and some version of IE
|
// At the time of this writing this happens with Opera 12 and some version of IE
|
||||||
this.preventHashAssignPopState = false;
|
if (!browserInfo.safari) {
|
||||||
|
this.preventHashAssignPopState = false;
|
||||||
|
}
|
||||||
|
|
||||||
state = $.extend({
|
state = $.extend({
|
||||||
url: href,
|
url: href,
|
||||||
|
|||||||
Reference in New Issue
Block a user