skadambala
skadambala
Yeah, that's what I have thought of doing so if there is no straight forward way of doing it. Before going with that approach, I wanted to know from you...
iOS displays 'Do you want to save password' dialog only when user **selects** input fields (set with right content types). In my case, as second field is hidden, I tried...
I came across this. https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_view Did u see this "Explicitly defining a view’s text content type improves the performance of Password AutoFill’s heuristics and lets you support login workflows that...
Adding some more details, I am working on react native app. I would like to load the model from local storage, I see that bundleResourceIO only works for assets that...