Moodle Mobile Issues HVP
Hi, so I found some issues with HVP Mobile:
1. Moodle is caching the WS answer with the auth token for mobile and therefore doesn't let embed the iFrame a second time due the token is just for 1 use. Here is what is happening:
https://drive.google.com/file/d/1Xqc_Pl7orAK0TXCgFxt7sSxwK_hyR11i/view?u...
Doing a refreshing work because generate a new Auth token for embed.php, it's there any way to stop this?
2. When a plugin or the site does an automatic redirect this happens(Embed the site):
https://drive.google.com/file/d/1NZwCVImtJKaP8afGjy8zwfKj_pYJRa2-/view?u...
The way to stop this is by disabling the feature that causes the redirect, is there a way to stop the redirect on the embed.php file?
3. Resizer doesn't work properly:
https://drive.google.com/file/d/1aaZVQaV7pI6W2HiEO2UWsylk9p11K_Gb/view?u...
This is a classic resizer.js is loading first than the content, is there any way to prevent this? Thanks a lot for all your help.