function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jose Ignacio SanzJose Ignacio Sanz 

Salesforce SDK Hybrid App - Include back button on login page

We would like to include on our hybrid local application developed for Android 5.0+ and IOS 8+ a back button for the salesforce login page. Instead of launching this page at the start, we are opening on a specific point, so its neccesary to manage this event. 
In Android we have achieved it by modifying the fixBackButtonBehavior method at LoginActivity. However in IOS, we can't change the classes because they are .a files. 
How could it be done? Is possible to do without changing native code?
We are using the 4.1.0 SDK's version.