Multiplatform app: check for platform in QML
Solved
Mobile and Embedded
-
Hello,
I'm building an app for iOS and Android.
One of the functionalities is to allow the user to choose a photo from the phone.
For iOS, I used FileDialog.
For android, I used ListView with FolderListModel to show the pictures from the mobile.I wrote both of these in the same QML.
My question here is: how can I check if the platform is android or iOS to know which one to activate.
Or if this is not possible, what's the recommendation on how to make this work?
Thanks in advance
-
@iNour this is easy. per ex
Qt.platform.os == "ios"