In the process of developing a hybrid application, the QA team finds a bug with the user interface
that is noticeable only on an iOS device. What can the developer use to debug the application?
A.
Use the Xcode debugger console.
B.
Use the Mobile Browser Simulator.
C.
Use iWebInspector and/or Weinre.
D.
Use WL.Logger.debug() and WL.Logger.error().
Explanation: