I have a native app in iOS that load a hybrid application using a web view. The hybrid app is build in jquery and kendo.js.
I need to detect in the hybrid app if the device is the iPhone X. I don´t know if it is possible to detect the device on the native side and send a parameter to the web application side.
Thanks.