Ionic Resource Generation Issues
Ionic CLI has a handy tool to generate your icons an splashscreen images for all the various sizes that IOS and Android require. But sometimes this process can fail with no obvious error.…
Ionic CLI has a handy tool to generate your icons an splashscreen images for all the various sizes that IOS and Android require. But sometimes this process can fail with no obvious error.…
Recently I came up against an issue when switching a website over from Media Temple (mt) to Digital Ocean (di) and breaking the current SSL setup.…
So you have added an image into a page on your new ionic app and testing in the browser all looks fine. But when you run the app on an ios device or simulator the image is broken and doesn't display.…
[[email protected], Xcode 9.0] I recently ran into an issue after updating to the latest version of Xcode (9.0) where running an app on a simulator errored because no devices could be found. So running this command ionic cordova emulate ios --target="iPhone 6s, 11.…
Ionic Native Geofence plugin bug. When the app first loads, you don't get the permissions alert.…
The latest version of xcode (9.0) comes with support for Swift version 3 and 4. Legacy versions of swift just ain't gonna work. So if you are going to build an app that uses the Geofence plugin, then you are going to run into build issues when you try to run `ionic cordova build ios`…
The ionic framework version 2 has is well into becoming a stable framework, so I thought it was time to write about some of the features that you can start using today. The ionic framework is still waiting for its final release but the release candidates so far have really…