@etarom wrote:
Hello
I can’t understand how Platform Styles work, in particular I tried to apply to an ionicv5 angular project with cordova<head> <meta charset="utf-8"> <script type='text/javascript' src="core/dist/ionic.js"></script> <link rel="stylesheet" href="core/css/ionic.bundle.css">
but the result is very different from
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script> <script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css"/>
Ionic Framework CDN seem to provide great layout help on mobile platforms, can anyone give me some clarification?
thanks in advance,
Maurizio
Posts: 1
Participants: 1