anuraag_aggarwal
Active Participant
Member since ‎06-29-2007

User Statistics

  • 100 Posts
  • 9 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Chrome for desktop has emulator. So why debugging on device is required?During a recent regression test cycle, a problem was reported in one of our UI5 app - an Input field not working as expected on Chrome(ver 48) in a Samsung Galaxy Tab.I quickly s...
Dear Experts,I am using CrossApplicationNavigationService to navigate from app A to app B. With this service, is it possible that app B be opened in a new tab or new window? There are various methods JS window.open or HTML target="_blank" to achieve ...
Dear Experts,I have a table with data of some columns coming from OData service and other columns are just on UI. These UI-only columns are input fields and buttons.For calculations, I need to track which button is pressed on each row and what data i...
Dear experts,We have a custom central UI5 library to host common functions and this has been loading fine as 'resources' for existing apps(without manifest.json).Now I have created a new project from template in WebIDE(with manifest.json) and have me...
Hello Experts,I have a sap.m.Table which is updated by bindAggregations from Odata service. I'm passing filters to bindAggregations for date fields. These date fields are there on UI, so that user can change the dates and trigger a new search(via dis...