Autostart BankId app on smartphone #457
-
With the last version of Activelogin (9), it is only possible to automatically start the BankId application when it connects from a computer but if one connects from a smartphone, the application does not start automatically and the BankId App's start button is shown. That is the configuration implemented
I have forgotten something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Can you provide more info, like this:
No changes were made whatsoever (from what I can see) between v8 and v9, so my best guess is that it's something else. |
Beta Was this translation helpful? Give feedback.
-
The problem persists. Thanks! |
Beta Was this translation helpful? Give feedback.
-
It is curious that after 4 years the problem persists. |
Beta Was this translation helpful? Give feedback.
Well, there have been no reports or issues reported since we closed the PR you are refering to :)
The "issue" here is that Active Login triggers the launch of a third party application "automatically" when the page loads, without any user interaction. Some Android OS versions (probably the later ones) requires user interaction for this because of security. So no change in Active Login, rather more secure versions of Android OS. The
BrowserMightNotAutoLaunch
property indicates just that and shows a button instead.The solution in Active Login is to restructure some of our fundamental parts so that the button choosing between this/other device does not reload the page but rather opens up th…