nativescript-realworld-example-app
nativescript-realworld-example-app copied to clipboard
[iOS]: Adding new article is not working
Describe the bug When I tap on "+" button to add a new article, the app function is not working and the console log recorded/threw below log right away:
CONSOLE LOG file:///app/module/article/edit-article.component.js:34:20: {
"slug": null,
"title": null,
"description": null,
"body": null,
"tagList": [],
"createdAt": null,
"updatedAt": null,
"favorited": false,
"favoritesCount": 0,
"author": null
}
and I cannot input any info in respective fields (Title, Description, etc).
To Reproduce Steps to reproduce the behavior:
- tns run ios
- sign up and sign in
- add new article
- See error
Screenshots
iOS simulator:
- Device: iPhone6 - 12
- OS: iOS 10.13.6
Hey @thaingo
Thanks for all the reports but iOS is not tested and supported by now. So, it will probably throw a lot of errors as I haven't tested it yet, therefore no support for the moment.
Please do not report bugs for systems not supported at the moment. As soon as I add support for iOS this will be handled and tested anyways :)
Thanks a lot
Hi @nea,
Noted and will follow your suggestion.
Thai