Hi All,
I am using the Input_FocusFirstInvalid for focusing the very first invalid field in screen form. It is working very fine in desktop browser but not working correctly in mobile browser. In mobile browser it does not scroll and focus/highlight correctly to the very first invalid field in the form.
Please share some solution/suggestion to this issues.
Hi Sandeep,
The Input_FocusFirstInvalid action is from RichWidgets which is a web widgets module designed for web apps. So I don't think it will work for Mobile.
I think you would have to implement the logic yourself in your client action flow where you validate your inputs. The OutSystemsUI module contains a SetFocus and a ScrollToElement action which can help to set focus and scroll to a specific input.
Hope this helps!
Regards,
Nordin
@Nordin If it's a traditonal web app on a mobile browser, surely it should work.
Ah yes, browser is the keyword here. You're probably right Kilian.
So @Sandeep tell us, what type of application are you developing?
Nordin Ahdi wrote:
Nordin - my application is a traditional web app but we are observing this app in mobile browser (IPhone - Safari).
Did you test it on any other mobile browser?
Yes, we tested in Chrome as well, the same issue we are facing in Chrome also.