A
A
Alexander Tartmin2015-08-01 18:40:38
css
Alexander Tartmin, 2015-08-01 18:40:38

Does Cordova support Flexbox?

I tried to find an answer on the Internet, but all the information is at least 1.5 years old. How supported is flexbox in cordova now? If cordova is viewed as an add-on to the browser, then it turns out that browser support for each specific platform should be taken into account?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-08-01
Protko @Fesor

no, because cordova doesn't support anything at all. This is a wrapper over the system webview (or custom, such as crosswalk) and nothing more.
caniuse.com/#search=flex
See the platforms you are interested in. Under iOS and Android + crosswalk (and win phone 8.0+) can be safely used.

E
Evgeny Vyushin, 2015-01-03
@e-vyushin

Apache Cordova does not interpret HTML and CSS code.
HTML and CSS are interpreted directly on the mobile device.
Therefore, it is more correct to put the question like this:
If you look at the compiled Apache Cordova project, you can find the www directory in it , which contains the .html and .css files of the project. Further, these files are opened, as in a browser, and are also interpreted in the same way (i.e., on the device side).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question