Quantcast
Channel: SCN: Message List - SAP Fiori
Viewing all articles
Browse latest Browse all 2526

Re: How to control Backspace Button/Browser Back in Fiori APP

$
0
0

Found the solution for controlling Backspace key issue. Here is the code for same.

 

        window.addEventListener("keydown", function(e){

            if(e.keyCode == 8 && document.activeElement.value == undefined)

             {

                 e.preventDefault();

             }

         });

 

Note: Add it inside init()

 

Regards,

Mahendran


Viewing all articles
Browse latest Browse all 2526

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>