tbergen1
tbergen1

Reputation: 239

BuildFire - Back Button does not work in BuildFire Previewer for my custom plugin

I have recently implemented a custom plugin that is just a basic JQuery application. When I'm in the admin dashboard, the back button works perfectly fine, send me back to the previous plugin I just came from. When I view it in the previewer however, the back button does nothing. I never overrode the back button functionality in the actual plugin code, so I'm not sure how this would be happening, especially since the back button functionality is working inconsistently between the dashboard and previewer.

I also tried restoring the back button's default functionality via the SDK navigation methods, as well as setting a custom navigation function on back button click. Neither of those worked. I am not even able to view this plugin in the debugger, as nothing will show up for this particular plugin in the list of remote sources when I try to debug it, so I can't even see if there is some error being thrown. Any ideas?

Upvotes: 0

Views: 67

Answers (1)

attila226
attila226

Reputation: 340

Do you have the latest version of the SDK? I believe there was a fairly recent release that fixed an issue related to the back button.

I have the latest version of the SDK and the back button works for me in the plugin tester.

Upvotes: 0

Related Questions