Closed keerl closed 5 years ago
Hi @keerl,
please make sure to read the README.md file, there you can find the breaking changes in the latest version, also you can check the demo projects.
I have read the README and changed everything to the newest specs.
Please try running my attached project before dismissing me and see that it doesn't work on iOS but it works fine on Android. It is based off your newest demo-ng code with just a little change on how the tabs are created.
@keerl you were right, the issue will be fixed in the next release 2.0.5 in a couple of minutes.
I have just updated to the newest version and I am having an issue with creating the tabs dynamically with the
tabs
property. The tab bar appears, but the tabs themselves are not there. I can create the same tabs inline in the HTML and that works fine, but not when I set them dynamically.I attached an example of this problem. It is essentially the demo but I changed the tabs from being created inline to be using the
tabs
property.bottom-navigation-ios-bug.zip