So I am learning Ionic but since I have been working with angular for over 10 years I feel I am right at home until this capacitor comes in. I am just confused.
I build my app using a combination of ionic and syncfusion components. run the app on web with
IONIC Serve . Everything looks great
I then try to deploy to my phone and I run npx cap run android and the view is nothing at all like how it is on the web. What am I doing wrong? Exact same codebase, scss, components etc.