cancel
Showing results for 
Search instead for 
Did you mean: 

Autofocus on Input Field on FIORI Client and Mobile Devices on IOS

Former Member
0 Kudos

Hi Experts,

I'm having some weird behavior on in IOS devices when I'm accessing our FIORI application.

Upon loading our My Shopping Cart, the cursor should point to the input field. In doing so, it will lessen the clicks of the user. I have used .focus() method and have also added a function delay for IE. Everything is working fine on desktop (via browsers Chrome and IE11). The functionality seems to work on Android devices also (via mobile Chrome). But when I tested this on my iphone (via chrome and FIORI client), the cursor seems to be pointing to the input field but no keypad/keyboard is being shown unlike in Android.

Does anyone have the same issue as mine?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

There should be some fix, on one of the newer library version for sap ui5. Go through the library versions above the system installed one.

How to check : ctrl alt shift P

Regards,

Tejas

Former Member
0 Kudos

Hi Tejas,

We are running on SAPUI5 1.28.1. Is there some particular library we need to check?

Thanks

former_member182874
Active Contributor
0 Kudos

The latest fixes will be available with 1.28.33. Please check for all the fixes here :

OpenUI5 SDK - Demo Kit

Former Member
0 Kudos

Hi Tejas,

After upgrading to 1.28.33, the same issue occurs.