cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug the SAPUI5 mobile application in windows laptop

muhsin_panakkal
Participant
0 Kudos

Hai Experts,

I have developed one SAPUI5 application and deployed the same into the FIORI Launchpad, the application is working fine both sides(mobile and laptop), but for some scenario, the application is not working in mobile but works in laptop.

so now, please guide me, how to debug the application from mobile in windows laptop.

Thanks,

Muhsin

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Muhsin Panakkal,

On Android device, you can debug Fiori applications with Google Chrome's remote debugging tool:

More information at Get Started with Remote Debugging Android Devices.

You can also simulate different mobile user agents on your PC by pressing F12 in Chrome and pressing the mobile view button.

Sharathmg
Active Contributor
0 Kudos

What is the issue, you are facing when you launch the launchpad on mobile?

Try to use Fiori Client app on mobile.

If its on mobile browser, there should not be any issue other than the network firewall issue as it should load responsively on mobile.

Test the mobile view on the chrome/firefox - debugger tools and see how it appears.

Regards,

Sharath

muhsin_panakkal
Participant
0 Kudos

Hai Sharath,

Thanks for your reply, for some scenarios, the application is not working in mobile but works in laptop. so to find out the whats the error am getting here..

Thanks,

Muhsin

Sharathmg
Active Contributor
0 Kudos

Can you elaborate? When you say some scenarios, what are the scenarios?

muhsin_panakkal
Participant
0 Kudos

Hai Sharth,

The application is having 2 views, from first view they can select any line item of the table then it will route to the next page, when this is performing in mobile, sometimes, its not happening, simply freezing the screen, but the same is working in laptop 😞

Thanks,

Muhsin

Sharathmg
Active Contributor
0 Kudos

Its because teh master view is retained even on phone.

Write code: if (sap.ui.Device.system.phone){ // Hide master view } Using the code to validate if the user is accessing it on phone and then perform action accordingly.


junwu
Active Contributor
0 Kudos

did u try simulating mobile in desktop browser?