Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 7.0.5
-
Fix Version/s: 7.0.6
-
Component/s: ZK Client Engine
-
Security Level: Jimmy
-
Environment:
reproduced on IPad2 and iPhone6
NOT reproducible in an emulated iPad in chrome
-
gh.sprint.customfield.default.name:ZK 7.0.7
Description
the rmDesktop command does NOT fire on iPad in the given example in 2 cases
when switching between pages inside the same application using
Executions.sendRedirect("other.zul");
when switching between applications using
Executions.sendRedirect("http://servername:8082/app2/main.zul");
however it works when reloading the same url
Executions.sendRedirect("http://servername:8081/app1/main.zul");