Hello, I have developed an app that functions as a plugin within another application, requiring me to manually handle forward and backward navigation. My Question: How can I disable the forward and backward buttons using the .disabled class when there are no more routes available? I am currently utilizing history mode for moving forward with go(1) and going back with go(-1). Follow these steps to understand my points:
- Click on the Browse ++ button three times
- Click on the < button three times until it becomes disabled
- Click on the > button three times until it becomes disabled