Javascript redirection has stopped working on the latest version of facebook in app andriod browser. Tried
window.location.replace({url})
and also so many different methods with no avail.
including:
- Window.open Method
- Window.open with Target Method
- Eval with window.location.href
- SetTimeOut with window.location.href
- SetTimeOut with window.onload
- Window.location Method (Sets the new location of the current window.)
- Window.location.assign Method (Assigns a new URL to the current window.)
- Window.location.replace Method( Replaces the location of the current window with the new one. )
- Self.location Method (Sets the location of the current window itself. )
- Top.location Method (Sets the location of the topmost window of the current window.)
- Document.location.href
- Client Side Click Trigger
- Meta Refresh Method
Any suggestions as to why it is not working?