Tim Doege

Results 25 comments of Tim Doege

Just persisting a thread from the Slack channel #ios: NS 6.5.3 on iOS build with NS CLI 7.0.10: - Running from Xcode or the CLI, the Simulator *always* displays the...

In case it might help someone: The below `LaunchScreen.storyboard` works for me with a simple image set `Launch.imageset` containing 3 images (`LaunchScreen-Center.png` 384x512,`[email protected]` 768x1024 and `[email protected]` 1152x1536) that - reasonably...

I reused the same approach on another app and it worked, too. What they do have in common is that the launch screens have been generated using http://images.nativescript.rocks/ (Splash Screen)...

I did create a blank project directly in Xcode and added a launch screen from there, took the storyboard XML from that and modified the image set by replacing the...

You can Clone the project ``` cd NativeScript/plugins git clone [email protected]:EddyVerbruggen/nativescript-barcodescanner.git cd nativescript-barcodescanner -- Optional: apply PR 278 to prevent iOS full screen crashes - requires Github CLI -- gh...

I had a similar issue trying to navigate when receiving a local notification, and the reason the navigation was not working was that the callback from the plugin is running...

I just tested the 6.5.0 release and the issue is still there, unfortunately.

Hi @NickIliev, Thanks for looking into this and your input on routing strategies. My guess is that a lot of NativeScript Angular apps are using the app-structure from this article:...

After upgrading to NS 6.5.1 (and `nativescript-dev-webpack` to 1.5.1) I am no longer able to reproduce this error in my application. I re-tested the sample project afterwards, with the same...

Looking through your plugins, I see some referring to versions that are not compatible with NS 7 - I would suggest at least these changes: ``` "nativescript-appversion": "^1.4.1" -> "@nativescript/appversion":...