Yes
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"
ios Only
<RadDataForm #addInvoiceDataForm commitMode="Immediate">
<TKEntityProperty tkDataFormProperty name="invoiceNo" displayName="乇賯賲 丕賱賮丕鬲賵乇丞" index="0">
<TKPropertyEditor tkEntityPropertyEditor type="Text">
<TKPropertyEditorStyle tkPropertyEditorStyle labelPosition="Top"></TKPropertyEditorStyle>
</TKPropertyEditor>
</TKEntityProperty>
</RadDataForm>
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 iosIf 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