Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.2
-
None
Description
Using the Qt Labs Platform Message Dialog, the "onAccepted" signal is not triggered when clicking the ok button on my Android device. (Huawei P smart 2019)
On desktop, the signal is triggered normally.
The issue is not blocking me since I can still switch for the onOkClicked signal which is triggered ok on both platforms.
In attachment you can find a simple example. When building on desktop, the rectangle becomes green when clicking the "ok" of the message dialog. A build of the same code on my android device gives an app where the rectangle stays red after accpeting the message dialog.