Achraf Bardan
Achraf Bardan
### Version 2.9.1 ### Reproduction link [https://github.com/AchrafBardan/routing-sub-frame-bug](https://github.com/AchrafBardan/routing-sub-frame-bug) ### Platform and OS info Android 11/IOS 15.4/MacOS 12.3/nativescript-cli 8.2.2/node v14.19.1 ### Steps to reproduce 1. Create a nested frame. 2. Navigate inside...
This is my code ```typescript new Nfc().setOnNdefDiscoveredListener( (data: NfcNdefData) => { console.log(data) }, { stopAfterFirstRead: true } ).then(data => { return data; }) .catch(() => { throw new Error("nfc fail")...
### Version 2.9.0 ### Reproduction link [https://github.com/AchrafBardan/clear-history-bug](https://github.com/AchrafBardan/clear-history-bug) ### Platform and OS info ios 15.4, Mac OS 12.3, nativescript 8.3.3. ### Steps to reproduce Create a root view with a frame....
- iOS - emulator and physical device - Push to a second page. - Swipe back from the left side to the right side. - Check `this.$router.currentRoute.path` it stays the...
### Which platform(s) does your issue occur on? - iOS - iOS 15.4 - emulator This has something to do with the maxLinesPropery. ``` NativeScript encountered a fatal error: Uncaught...