Filter
Exclude
Time range
-
Near
Target platform from url with @Ionicframework. when you deploy your application to a hosting, maybe to demo a prototype for your clients, etc. Use: http://< path >?ionicplatform=android Example: Android: lsh.re/1VJ8P/?production=tru… iOS: lsh.re/1VJ8P/?production=tru… #ionicHack #ionicTips

5
When developing with @ionicframework some times is important to be able to distinguish between platforms, devices and operating systems, to provide platform's specific services or features. Bonus: Detect if the app is running as PWA standalone app #ionichack #ionictip
2
5
#ionichack #ionictip How to remove the scroll bar on Chrome when developing and testing your @ionicframework app: in your app/app.scss place this code: * ::-webkit-scrollbar { display: none; } Note: This will hide all the scrollbars inside your application
2
4