Closed YoussefGheith closed 6 years ago
Hi @yonkoGH, Please try the below-described steps and check if you will have the same issue:
tns platform remove ios
;node_modules
, hooks
and package-lock.json
from the project.tns run ios
If the problem persists, please send us the project, which will allow us to recreate the issue.
Still getting the same error To be more specific the error occurs when I try opening a modal page that contains a RadDataForm
thank you for your help
Dear @tsonevn
here is the link to the demo
https://play.nativescript.org/?template=play-ng&id=UIRsSa
@yonkoGH yeah, same error! android works fine; I'm in the same situation using a modal page to show a data form, using for example the nativescript-ui-calendar works fine in both o.s. - waiting for a fix
same error on ios. Any workaround?
any news ??
any updates?
Hey team, ETA? we have an app to go live very soon n this issue is breaking most of our ios build, thanks!
The issue is fixed with the latest release of nativescript-ui-dataform. https://github.com/NativeScript/nativescript-ui-dataform/releases/tag/v3.6.2
Did you verify this is a real problem by searching the NativeScript Forum?
Yes
Tell us about the problem
after upgrading my project to angular 6 running a page with ui RadDataForm give me this
"CONSOLE ERROR file:///app/tns_modules/@angular/core/bundles/core.umd.js:1682:24: ERROR Error: Uncaught (in promise): TypeError: null is not an object (evaluating 'this.page.ios') createNativeView@file:///app/tns_modules/nativescript-ui-dataform/ui-dataform.js:665:36"
Which platform(s) does your issue occur on?
ios Only
Please provide the following version numbers that your issue occurs with:
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.