Nobody likes technical whinge posts.
So let’s make this a short one.
When.fm doesn’t integrate with Facebook any more. Here’s three reasons why.
Continue readingNobody likes technical whinge posts.
So let’s make this a short one.
When.fm doesn’t integrate with Facebook any more. Here’s three reasons why.
Continue readingUpdate 20 May 2020: happily there do not seem to be any big bugs – hooray for unit tests! – and v2 is now live for everyone in the mobile app stores. Downloads and general info here.
I’ve written before about why I think deterministic password making is a good fit for many use cases. And I launched Webful PasswordMaker last year to bring a long-standing hashing approach to a modern mobile app.
Continue readingEveryone loves alarms! And everyone wants to be going places. So how do you send your loyal app-folk to a specific page from a local notification?
Continue readingFollowing all my geeky posts about working with the latest and greatest Ionic, I thought it was worth mentioning that my latest mobile app has finally landed with a stable release in the app stores.
Continue readingAnother slightly niche tip on end-to-end testing with the latest Ionic – 4.x stable as of this post. Maybe it’s obvious to more seasoned JS testers, but I struggled to find all the info in one place to successfully implement a test that needs to scroll content in an Ionic app. (I would assume a similar approach will also work when using Protractor with any other modern Angular app.)
The specific scenario? You’ve got a ‘thing’ your test needs to click, but it’s a scroll / drag away. It might technically be in the viewport, but below something else, like Ionic’s tab bar. Seems like a relatively common occurrence, and one that should be simple to deal with in your test.
Continue readingA very quick one, mostly for my future reference, regarding a gotcha with the current process of upgrading to Ionic 4 (now at its first Release Candidate).
Continue reading
It’s comforting to believe you can rely on promises. But anonymous JavaScript test functions… yeesh, flaking is literally part of their DNA.
Just a quick update following my previous post about using this Cordova Facebook plugin neatly with Cordova & AngularJS: unfortunately it seems EasyFB no longer supports the plugin because the plugin’s creators have decided to change the API and drop the previous transparent compatibility with Facebook’s JS SDK.
Continue reading