We have added a new URL field to the Opportunity screen and on the mobile app we have it set to open the URL
update screen CR304000 {
update container "OpportunitySummary" {
add field "GoogleDriveLink" {
special = 'UrlOpen"
placeafter field "Contact"
}
}
}
The url requires a username and password and on an Android device the URL opens and once the user has logged in once and saved the password they are never asked for the login again when the open the URL.
On an Apple Device it asks for the username and password everything. Is there anything we can do to make the Apple Device behave the same way as the Android device.
We tested it with a Google Drive link but also using the facebook URL as an example also.