dabs
Full Member
Posts: 78
|
Post by dabs on Nov 11, 2019 14:12:05 GMT
Hi,
how should I go about figuring out what browser capabilities I can safely assume are available to use in my app created using the 6.x version of RhoMobile? For instance, can I assume that the browser supports the CSS flexbox technique?
Regards, DanĂel
|
|
|
Post by Vladimir Musulainen on Nov 11, 2019 16:22:51 GMT
Hi, RhoMobile use the built-in device's web browser under hood. You can use the last features CSS and JS on modern devices (except Sailfish platform). If the app must work on old devices (or obsoleted platforms like Windows Mobile) be careful with ES6 features. caniuse is the good place for find out is the feature supports by a target device or no.
P.S. Yes, CSS flexbox is supported on the most recent Android/Apple devices.
|
|