QtAgOpenGPS icon indicating copy to clipboard operation
QtAgOpenGPS copied to clipboard

Replace or fix Dialog{} with something that works with Android.

Open Davidwedel opened this issue 1 year ago • 1 comments

After opening a Dialog, like Screenshot_20240316_094328 android resets the screen size to the popup dimensions, like this: Screenshot_20240316_094336

I was actually going to go through and switch those all to Popup(which seems to work on android), but enough default Dialog signals were used, that I didn't want to wreck a bunch of code that I didn't write.

Davidwedel avatar Mar 16 '24 14:03 Davidwedel

Oddly enough, after the first cycle, everything on each particular Dialog{} works right. Screenshot_20240317_123712

Davidwedel avatar Mar 17 '24 17:03 Davidwedel

I suspect this would now work on android with qt6. Since it is no longer a frame with a close button.

Davidwedel avatar Apr 23 '24 02:04 Davidwedel

Confirmed that dialog does work on android on qt6. I'll close this.

Davidwedel avatar Apr 26 '24 02:04 Davidwedel