You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is identified that if the 'Quit Password' is enabled in the seb configuration
then 'NEXT' button fails and throws error such as 'network not found' in iPad.
SEB configuration file opens without issues in windows and MAC.
The same URL configured in the Seb configuration file opens without issues in Safari and Chrome browsers in iPad.
However, the issue is specific to iPad devices when the "Quit Password" is enabled.
To Reproduce
Steps to reproduce the behavior:
Enable 'Quit Password' in SEB setting and configure exam URL.
Open SEB in iPad
Click on Next button
Network error will be thrown as attached
Expected behavior
Next button should work as similar to windows and MAC
Screenshots
Version Information
Please complete the following information:
iOS Version : 17.6.1
SEB Version : 3.4
Additional Context
This issue is specific to iPad. For iPad log file not present. In iPad SEB is not crashed.
The text was updated successfully, but these errors were encountered:
We found out about this issue last week. The web API navigator.onLine doesn't work when using the modern AAC (Assessment Mode) API on iOS < 18.1. This is an Apple bug which they apparently fixed in iOS 18.1. There are two things you can do:
Disable "Use Modern AAC API" in SEB's in-app settings / Security page, see screen shot. In case you generate SEB settings programmatically: The setting key is called mobileEnableModernAAC (set to false in your exam settings).
Use iPadOS 18.1 or newer.
Note that the modern AAC API is needed for the new AAC multi-app mode (for allowing additional apps during exams). That anyways doesn't seem to work correctly on iPadOS 17.6.1 and 17.7, so I will disable the modern AAC API on iOS < 18.1 and only use it on iPadOS 18 if using multi-app mode.
It is identified that if the 'Quit Password' is enabled in the seb configuration
then 'NEXT' button fails and throws error such as 'network not found' in iPad.
SEB configuration file opens without issues in windows and MAC.
The same URL configured in the Seb configuration file opens without issues in Safari and Chrome browsers in iPad.
However, the issue is specific to iPad devices when the "Quit Password" is enabled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Next button should work as similar to windows and MAC
Screenshots
![Media](https://private-user-images.githubusercontent.com/138272421/382646149-9a71a28f-f713-41be-97f2-7294af689ccf.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTc5ODQsIm5iZiI6MTczOTQ1NzY4NCwicGF0aCI6Ii8xMzgyNzI0MjEvMzgyNjQ2MTQ5LTlhNzFhMjhmLWY3MTMtNDFiZS05N2YyLTcyOTRhZjY4OWNjZi5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNDQxMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNGM5Nzc3OWE4YTAzNTZkODQ2ZDczODk1MTRlZjkyYmE5NjZkNmFhZmI4Y2EwOGVjMWViMjI1YzNhMWMyNjJkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6Y8DVGMi9jMoVl9Ffn4wkozZ3264LKstMOv4CqygzNs)
Version Information
Please complete the following information:
Additional Context
This issue is specific to iPad. For iPad log file not present. In iPad SEB is not crashed.
The text was updated successfully, but these errors were encountered: