
Damian Tarnawsky
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 14
Activity overview
Latest activity by Damian Tarnawsky-
Damian Tarnawsky created an article,
Accessibility: Focusing the first element of an ion-page
By default, a screen reader like VoiceOver for IOS and TalkBack for Android will read the closest element when a user transitions from one page to another. This is really a fallback behavior of the...
-
Damian Tarnawsky created an article,
XCode 14.3 - Failing Archive
When XCode 14.3 was released a new error message began appearing when attempting to build your app for release (clicking Product > Archive): "Command PhaseScriptExecution failed with a nonzero exit...
-
Damian Tarnawsky created an article,
Live Reload with HTTPS
To aid with rapid development the Live Reload feature will allow your browser or mobile device to use your development web server instead of static files on your device. Whenever you change a file ...
-
Damian Tarnawsky created an article,
SSL Pinning with Capacitor
What is SSL Pinning? SSL pinning is a technique used in a mobile application to verify that an endpoint the app is calling is using the expected certificate. Its purpose is to detect "man in the ...
-
Damian Tarnawsky created an article,
Angular Standalone Components with Ionic
Using standalone components with an Angular project allows you to remove the concept of ngModules which has been part of Angular for many years. In an existing application, this can remove many boi...
-
Damian Tarnawsky commented,
A good place for a discussion on issues updating to Cordova Android 11 is either the Ionic Discord server or the Ionic forum. If your company wants more detailed help then our Advisory services are...
-
Damian Tarnawsky commented,
The problem is very specific to your project and could be related to plugins used, how you manipulate resources in config.xml. I would remove anything in your config.xml that has <resource-file in ...
-
Damian Tarnawsky created an article,
Migrating to Cordova-Android 11
The Google Play Store is updating the target API level requirements. All app submissions will be required to target Android 12 (API level 31) or higher. New App Submissions: Starting on August 1, 2...
-
Damian Tarnawsky created an article,
Debugging Android Builds with Angular
Debug builds from Angular generate a separate source map file for each Javascript file which usually allows you to debug your original source code files. Unfortunately, out-of-the-box debugging doe...
-
Damian Tarnawsky created an article,
Auth Connect Fix
The Problem Android applications, when launched from the home screen will display a particular activity which you will usually want to be your application. However, in the case of Auth Connect and ...