1

I just want to know that can we make an app e.g. android app. in partial cordova and partial in native. Will it be a single build in the end or not? I am a newbie in this and after alot of search unable to figure it out. Please help me in this regard.

Billing Systems
  • 85
  • 1
  • 2
  • 11
  • Yes, you can do that using [CordovaWebView](http://cordova.apache.org/docs/en/latest/guide/next/index.html#2-performance-considerations). have a look at the docs. – Arpit Vasani Dec 02 '16 at 12:01

1 Answers1

2

Yes, this is possible. Start by reading the docs. Also take a look at this example. It's a bit old, but the concept is basically the same.

johnborges
  • 2,422
  • 20
  • 33