Rob Lauer
Rob Lauer
If you have two-factor auth enabled on your Apple ID, Sidekick will get stuck during the publish step (after entering your Apple ID credentials).
Starting with API 26, Android icons can now be adaptive and look much nicer on Android 8+: https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive Would be great if Sidekick supported generation of these automatically.
I have a situation where I offer two subscriptions and an additional "lifetime" subscription (which is really an in-app purchase, consumable). I may easily be mistaken, but the way the...
I'm testing out the latest alpha on iOS (haven't tried android yet): ``` "@nativescript/mlkit-core": "^3.0.0-alpha.7", "@nativescript/mlkit-text-recognition": "^3.0.0-alpha.7" ``` and unfortunately there seems to be an incompatibility with the popular `nativescript-inappbrowser`...
After spinning up a fresh hello world app, I added the following two plugins: ``` "@nativescript/mlkit-core": "^2.1.0", "@nativescript/mlkit-text-recognition": "^2.1.0", ``` When running the app in the iOS simulator, there is...
After upgrading to the latest version of NativeScript, I'm seeing some warnings show up in the console related to this plugin: ``` _goToVisualState() is deprecated. Use View._addVisualState() and View._removeVisualState() instead....