Open Links in a new Tab on iOS #215
-
Hey All Expected / wished behaviour: a link openend in a new window (target _blank) should open a new tab on iOS. How is this possible? Thanks for any hints! Regards Infos Using this config-file: https://gist.github.com/klubdergutenseiten-user/a732e0cbc1cfb9485e7f8b3c0e9e8a51 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Generally opening new tabs works perfectly. I also don't see any non-default settings in your config file which would prevent that ("open in same tab", "block when on different server", URL filters). Maybe your system uses some strange AJAX Javascript to open new tabs which might not be compatible with the classic WebView (which is very basic on iOS). If you would use a regular href-link with target="_blank", then it has to work, just try it with any simple HTML page or regular websites (I actually never came across any website where it wouldn't work). You should also make your system compatible with the modern WebKit browser engine supported by SEB for iOS/macOS 3.0 and newer by using the SEB JavaScript API to query the Config Key or Browser Exam Key. Especially on iOS the modern WebView is much better (also more compatible with complex web applications) than the classic UIWebView. |
Beta Was this translation helpful? Give feedback.
-
Ok, i found out, that when i set the option "Activate URL Filtering", new links are opened in the same window, even though they are regular links My case is: I have some allowed urls, they should be opened in a new tab. This works on macOS by the way, since there a new window is opened on top of the exam window. |
Beta Was this translation helpful? Give feedback.
-
This should work correctly now in the just released SEB 3.1. |
Beta Was this translation helpful? Give feedback.
-
Hi Dan if i have a url without https like http://google.com the site opens in the same window, on my older test iPad (air) it doesn't open at all. Can i do something to help you investigate this issue? send you a debug log or does it help if i make a movie of the situation? regards, flo |
Beta Was this translation helpful? Give feedback.
-
sure, i'll send you some infos to your email. thx! |
Beta Was this translation helpful? Give feedback.
This should work correctly now in the just released SEB 3.1.