-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.5
-
Security Level: Jimmy
-
reproduced on IPad2 and iPhone6
NOT reproducible in an emulated iPad in chrome
-
ZK 7.0.7
-
None
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");