Maniiisha-sachdeva

Results 3 comments of Maniiisha-sachdeva

Hello @STRRL ,I'm interested in resolving the given issue, with your permission, I'd like to work on resolving this issue and submit a pull request for your review.

here is the main code.. function showAlert() { alert("This is a test alert."); window.focus(); } function showPopupAndFocusInput() { alert("This is a test alert."); document.getElementById("myInput").focus(); window.focus(); }

here is the solution.... // Implement event listener for 'tile-memory-limit-warning' app.on('tile-memory-limit-warning', (info) => { // Notify user about the memory limit issue showNotification("Memory Limit Warning", "The application has encountered memory...