<ion-col> not working in UC Browser

Hi,
In my project, we are using ion-col (typically ion-grid) for the display of data. But the output is not proper in UC Browser. Please sug.

Thank & Regards.

I suspect that the FlexBox support for that browser is not complete. I don’t think it is listed on caniuse.com to check the support. You may have to use just divs and roll you own CSS to support it.

Thanks Chris! But, Is the traditional way of using DIV is the only way to do do? Can be any other alternate for this?

Yeah, it would be using DIVs. Unless you can find out what CSS the browser is not supporting. At the end of the day I think ion-col, etc resolve down to DIVs, just using Flexbox for layout.