Hello,Hope someone can help me out.I implemented event-based rules for
four back buttons for a single page application.This is how the button
is. Similarly, we have it in the succeeding four pages. And, I have
created event-based rules for all of these.It goes likeButton1 - Rule1,
Button 2 - Rule2, Button 3 - Rule3, Button 4 - Rule 4The issue is if I
click on Button2(Back button), Rule1(event-based rule created for the
button1) gets triggered.Similarly, if I click on Button3, Rule2 gets
triggere...