I have a model driven app that has a lot of customized UI component (written in React/TypeScript and compiled to bundle js and html). The UI of the App display without issues when access from a desktop browser. F12 does not show any errors. However, if I access this app from a phone using Dynamics 365 for Phone, some components will not render. There is no error thrown on the mobile App UI.
How can we debug or see 'Console' tracing when running on mobile? I tried the Monitor capability already from make.powerApps.com, but it is still for desktop browser. l need a way to debug within the mobile app. Thanks a lot