Home / Companies / Ionic / Blog / May 2018

May 2018 Summaries

2 posts from Ionic

Filter
Month: Year:
Post Summaries Back to Blog
Ionicons v4 marks a significant advancement in the evolution of the open-source icon library, transitioning from icon fonts to SVGs to enhance performance and flexibility across web, iOS, Android, and desktop applications. This release introduces redesigned icons that align with the latest iOS and Material Design styles, a refreshed UI/UX for the Ionicons website, and the adoption of web components to optimize icon loading and styling. By utilizing web components, Ionicons v4 allows apps to load only the necessary icons, improving load times and user experience without the heavy overhead of large font files. The integration of web standards ensures compatibility across different frameworks, while Stencil's support for polyfills ensures broad browser compatibility, making it easier for developers to implement these icons seamlessly in their projects.
May 21, 2018 1,078 words in the original blog post.
Chris Griffith, a UI/UX engineer and author of the Ionic Native Mocks library, discusses the integration of Cordova plugins into Ionic applications and the challenges of testing them without real devices. Ionic Native is a curated collection of TypeScript interfaces for 160 Cordova plugins, providing easier access to native device features for Ionic developers. Griffith shares his experience of creating a mock provider for the barcode scanner plugin to facilitate local development without needing to constantly test on devices. This led to the development of Ionic Native Mocks, a library that allows developers to simulate plugin interactions during the development process, thus reducing the build and test cycle's friction. Developers can customize these mocks to return specific data, enhancing their utility in app development. The post also outlines the steps to implement these mocks and emphasizes their open-source nature, encouraging feedback for improvements.
May 09, 2018 1,159 words in the original blog post.