Answer the question
In order to leave comments, you need to log in
How to draw native controls in a cordova application?
I have code that works in cordova, but I would like to implement some separate screens natively or using cross-platform tools such as react native or by writing separate code for each platform.
I'm wondering how can I combine native windows with cordova? And is there something ready in this direction.
Switching directly from cordova to another tool is a lot of work, and I would like to keep the ability to use code from web projects for at least some of the functions.
Answer the question
In order to leave comments, you need to log in
Cordova simply creates a web view with its own abstractions and that's it. In fact, this is a regular application where a browser is plugged in, for ios its own, for android its own. If you need native things, then you will have to write it separately for each platform.
All <name> native is shit, there are calls from js, and dynamically create fragments. The result is complete fucked up both in terms of speed of work and customization of this shit, because wrapping all system things is not so easy, and if you do something more than a todo list, you will very soon run into a bunch of restrictions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question