0

In my single page application developed using Angular Js, I don't want to navigate in browser using browsers Back button,How to Hide or Disable or override the Back button function

Phani Rao
  • 167
  • 1
  • 12

2 Answers2

0

You cannot control browser features using Javascript. It's as simple as that.

nikjohn
  • 20,026
  • 14
  • 50
  • 86
0

I found an answer here. But this code above will not work well with AngularJS because AngularJS uses URL_Hash # in the background.

Control or Disable Browser Back Button with Javascript or AngularJS

Cœur
  • 37,241
  • 25
  • 195
  • 267
AMRESH PANDEY
  • 195
  • 1
  • 10