I'm trying to develop a hybrid APP that will implement in webview.
In this APP, I want all user interfaces load from server and functions (such as wifi scanning) work by native code.
Is it possible if I click the icon in the UI and it will send me back to implement native code by JavaScript?
(I have tried PhoneGap, but there doesn't have the plugin can support the function I need.)