ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadAutoCompleteTextView issue with NativeScript7, Angular and iOS 14. #1483

Open aashaya opened 3 years ago

aashaya commented 3 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Not able to run the application when using RadAutoCompleteTextView due to error below -

Fatal JavaScript exception - application has been terminated. NativeScript encountered a fatal error: Uncaught TypeError: this._ios.suggestionView.registerClassForCellWithReuseIdentifier is not a function at createNativeView(file: node_modules/nativescript-ui-autocomplete/ui-autocomplete.ios.js:412:0) at _setupUI(file: node_modules/@nativescript/core/ui/core/view-base/index.js:525:0) at (file: node_modules/@nativescript/core/ui/core/view-base/index.js:567:0) at eachChildView(file: node_modules/@nativescript/core/ui/layouts/layout-base-common.js:101:0) at eachChild(file: node_modules/@nativescript/core/ui/core/view/view-common.js:700:0) at _setupUI(file: node_modules/@nativescript/core/ui/core/view-base/index.js:566:0) at (file: node_modules/@nativescript/core/ui/core/view-base/index.js:567:0) at eachChildView(file: node_modules/@nativescript/core/ui/layouts/layout-base-common.js:101:0) at eachChild(file: node_modules/@nativescript/core/ui/core/view/view-common.js:700:0) at _setupUI(file: node_modules/@nativescript/core/ui/core/view-base/index.js:566:0) at (file: node_modules/@nativescript/core/ui/core/view-base/index.js:567:0) at eachChildView(file: node_modules/@nativescript/core/ui/content-view/index.js:65:0) at eachChildView(file: node_modules/@nativescript/core/ui/page/page-common.js:99:0) at eachChild(file: node_modules/@nativescript/core/ui/core/view/view-common.js:700:0) at _setupUI(file: node_modules/@nativescript/core/ui/core/view-base/index.js:566:0) at _addViewCore(file: node_modules/@nativescript/core/ui/core/view-base/index.js:429:0) at _addView(file: node_modules/@nativescript/core/ui/core/view-base/index.js:418:0) at push.../node_modules/@nativescript/core/ui/page/index.js.UIViewController<…> Successfully synced application org.nativescript.ns7radautocompletesample on device AA476371-8631-42B5-9149-B0BE08B1A1C2.

Tell us about the problem

Please, ensure your title is less than 63 characters long and starts with a capital letter. RadAutoCompleteTextView is having issue in NativeScript7, Angular and iOS 14.

Which platform(s) does your issue occur on?

iOS/Android/Both (if applicable tell us the specific version of the platform) iOS 14

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

  1. Using getting started sample from https://github.com/ProgressNS/nativescript-ui-samples-angular/blob/master/autocomplete/app/examples/getting-started/
  2. ns run ios

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

(You can paste entire code snippets, link to playground demo or attach a runnable project)

Android runs without an issue. Screen Shot 2020-10-15 at 6 18 56 PM

irnlogic commented 3 years ago

Try update your ios platform (run tns info to check your ios platform version. It will indicate if ios is out of date)

tns platform remove ios
tns platform add ios

For general upgrade instructions see here

https://docs.nativescript.org/releases/upgrade-instructions