Bug #5597
opensetTransient on WPopupWidget not effective on iOS
0%
Description
Hello,
I tried to use a WDialog window which uses the setTransient option to true.
On Pc, Android, no woory but on iOS... it does nothing... isn't there a glitch ?
Files
Updated by Michiel Derhaeg over 7 years ago
- Status changed from New to Implemented @Emweb
Updated by Roel Standaert over 7 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to InProgress
- Assignee set to Michiel Derhaeg
This is still not fixed on iPhone (only on iPod Touch and iPad) because the user agent check is incomplete. Sadly, this slipped under the radar before Wt 3.3.7 was released.
Updated by Paul T... over 7 years ago
Roel Standaert wrote:
This is still not fixed on iPhone (only on iPod Touch and iPad) because the user agent check is incomplete. Sadly, this slipped under the radar before Wt 3.3.7 was released.
I tried on a recent iPad and it was not working.
Updated by Michiel Derhaeg over 7 years ago
- File dialog.zip dialog.zip added
Paul T... wrote:
Roel Standaert wrote:
> This is still not fixed on iPhone (only on iPod Touch and iPad) because the user agent check is incomplete. Sadly, this slipped under the radar before Wt 3.3.7 was released.I tried on a recent iPad and it was not working.
I've attached an edited version of the Dialog example included in Wt. Could you try building it and check if it works with your iPad? Because I don't see any problems on my end. And if possible, could you provide an example where it doesn't work for you?