Login Form widget from app store is not working properly on mobile app.

0
Hi, I was using login form widget from App Store. Features are working fine on web application but on Mobile app I am facing    “issue while displaying image of show and mask password option.”   Thanks in Advance
asked
1 answers
1

Hi Sushil

Looks like an issue, of the widget.

Image URLs hare handled differently for hybrid apps. And should be corrected for in the widget.

Sample to correct the URLs: https://github.com/mendix/widgets-resources/blob/master/packages-web/carousel/src/UrlHelper.ts

You can open PR to the widget here https://github.com/mendixlabs/LoginForm

What about using the core authentication widgets ?

https://docs.mendix.com/refguide/authentication-widgets#1-introduction

Cheers, Andries

answered