Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Emulator's BACK button broken

jC
Beginner
527 Views

Hello,

The emulated hardware back button does not trigger anything nor works.

meaning

document.addEventListener("backbutton", function () {
   alert("back button clicked");
});

does not trigger, but works in app/appPreview

cheers

0 Kudos
2 Replies
Dale_S_Intel
Employee
527 Views

I think I'm seeing the same issue.  Let me investigate further and I'll report back here.

 

0 Kudos
Dale_S_Intel
Employee
527 Views

I've submitted a report on this.  In the meantime, as a workaround, you can fire the backbutton event from the events panel in the emulator (see attachement).

I'll report back here when we have a fix.

Dale

 

0 Kudos
Reply