cancel
Showing results for 
Search instead for 
Did you mean: 

HWC application workflow migrated from 2.1.3 to 2.3.5

former_member196814
Active Participant
0 Kudos

Hi All,

I have migrated HWC applications build on SUP 2.1.3 to 2.3.5 and then generated Hybrid app for that application.

I copied the custom code from Custom.js file(SUP 2.1.3) to Custom.js(SMP 2.3.5) and saved it. then i again generated the hybrid app.

When i initiate my workflow on iOS 8 device it gives me jquery error : "Undefined is not a function(evaluating '$.number(pr_totVal,2)

Below is the code snippet i am using in Custom.js file under function

Is there any new function in jquery to be used instead of $.number. Please advise.

Thanks Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rahul,

In your 2.1.3 Hybrid Application, did you include the jQuery Number Format Plugin into your project?

jQuery Number Format from GitHub

If so, have you added this into your 2.3.5 project?

Thanks,

Andrew.

former_member196814
Active Participant
0 Kudos

Hi

We updated the code with new jquery functions and the app started working.

Still we have issue with custom list view screens in iPad devices and we are working with SAP service team to resolve it.

Thanks

Rahul

Answers (0)