Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic action with custom event "beforeunload" not working

DejanDFeb 7 2020 — edited Feb 7 2020

So i have created a custom dynamic action that is supposed to run "beforeunload" (in case user closes the tab/browser unexpectedly or navigates away from the page in a manner not intended). This dynamic action runs a simple plsql procedure ( http://prntscr.com/qz0a6c ). A few days ago the Chrome browser updated to version 80 and in this new version "beforeunload" is disallowed and now my dynamic action does not work.

Does anyone have an idea on how I could build this functionality differently?  Apex 4.2 is in question.

This post has been answered by Oleh Tyshchenko on Feb 7 2020
Jump to Answer
Comments
Post Details
Added on Feb 7 2020
5 comments
874 views