I'll upvote every one of these stories. I have a macbook pro and use external keyboard 95% of the time. But the built in one (and touchbar) is awful. Maybe someone at Apple will read hacker news someday and realize it.
Or not and I'll just keep using this piece of crap. C'est la vie
Glad to see they're moving beyond Cordova's main issue: trying to fully automate the native build processes with disastrous results.
I am perfectly happy opening up Xcode to build and configure. Same with Android Studio. Trying to find a "Cordova solution" to very common build tasks was a continual nightmare for me.
I ended up just switching to React Native to wrap a progressive web app. It makes no sense since I'm only using a single React component (UIWebView), but the build / deploy process was just so much easier to manage than the mess of Cordova scripts and outdated/broken plugins.