Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. ios
    Log in to post

    • UNSOLVED Undefined Symbol: "qInitResources_materialsystem()"
      QML and Qt Quick • ios cmake xcode14 undefinedsymbol qml ios • • inkfil  

      2
      0
      Votes
      2
      Posts
      34
      Views

      @Paul-Colby if you have any insights, can you please help me with this
    • UNSOLVED Getting a .app instead of .ipa as final artifact from cmake.
      Mobile and Embedded • ios qt6.2.4 xcode14 ipa • • inkfil  

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • UNSOLVED QT API changes from Qt 5 (5.12.11) to Qt 6 (6.4.0).
      Mobile and Embedded • ios xcode qvideoframe qt5.12.11 apichanges • • inkfil  

      6
      0
      Votes
      6
      Posts
      194
      Views

      @inkfil At Qt6 all(?) enumerated types have been moved from from a "general, high-level" class/namespace --- like Qt::AlignLeft or QVideoFrame::WriteOnly --- down into a more "specific, low-level" class/namespace --- like Qt::AlignmentFlag::AlignLeft or QVideoFrame::MapMode::WriteOnly. You need to change all your code accordingly. There isn't a definitive list, you just have to find out and do it as necessary. In https://stackoverflow.com/questions/72086632/migrating-to-qt6-pyqt6-what-are-all-the-deprecated-short-form-names-in-qt5 and/or https://pypi.org/project/PyQtEnumConverter/ somebody wrote some kind of converter for Python/PyQt6 for this, maybe it will give you inspiration to understand what has changed.
    • UNSOLVED Qt xcode build fails with "PhaseScriptExecution" error.
      Mobile and Embedded • ios qt6.2.4 qt5.12.11 ipados migrating • • inkfil  

      1
      0
      Votes
      1
      Posts
      83
      Views

      No one has replied

    • UNSOLVED Qt iOS application build fails unless added and disabbled "DisableBuildSystemDeprecationDiagnostic" in xcsettings file
      Mobile and Embedded • ios xcodebuild fail xcode fail xcsettings • • inkfil  

      1
      0
      Votes
      1
      Posts
      160
      Views

      No one has replied

    • UNSOLVED VoiceOver (iOS/Mac) won't acknowledge accessible selected property (Qt Quick)
      QML and Qt Quick • qtquick ios mac accessibility issue • • j.m.johnson  

      1
      0
      Votes
      1
      Posts
      85
      Views

      No one has replied

    • UNSOLVED Strange layout of main app window on iOS
      Mobile and Embedded • ios • • Dmitriano  

      2
      0
      Votes
      2
      Posts
      147
      Views

      @Dmitriano It is probably not a trivial question because, as far as I see, setting window width and height to Screen.width and Screen.height is not a solution, because there can be task bar and something else (I do not know what can it be on iOS) that partially occupies the screen.
    • UNSOLVED iPad rendering corruption (6.0.1, 6.0.2, 6.1.0 preview)
      Qt 6 • ios qt6 ipad • • Supernauris  

      6
      0
      Votes
      6
      Posts
      317
      Views

      Great ! Thank you very much.
    • Painting behind system bars using Qt/Qml
      Showcase • qml android ios navigation status bar • • J.Hilk  

      1
      8
      Votes
      1
      Posts
      881
      Views

      No one has replied

    • UNSOLVED App freeze when gallery is opening on iPhone
      Mobile and Embedded • ios iphone gallery • • Jarek B  

      1
      0
      Votes
      1
      Posts
      221
      Views

      No one has replied

    • UNSOLVED How to set a link to a library in the “Link Binary With Libraries” list from a .pro file
      General and Desktop • qt creator ios libraries xcode link • • Wargos  

      4
      0
      Votes
      4
      Posts
      381
      Views

      It does not work with qmake and I would rather search the bug in the lib you link against.
    • SOLVED How to reference bundled files on ios?
      Mobile and Embedded • qml ios mobile audio bundle • • Hitokage  

      10
      0
      Votes
      10
      Posts
      797
      Views

      @SGaist Hey so the reference problem is solved. Seems like the file can be opened, the player works but there is no sound :-/. I'll probably open another thread for this issue. Thanks for the help again! EDIT: Or maybe it's working :D. On other devices I got a report that the sound is OK. Will investigate that further!
    • UNSOLVED How to convert Android content url and use it to open file?
      Mobile and Embedded • android ios mobile file file dialog • • Hitokage  

      6
      0
      Votes
      6
      Posts
      2359
      Views

      you can use CrossQFile. CrossQFile is a QFile that supports android uri. https://github.com/mahdize/CrossQFile
    • UNSOLVED Image orientation with qml Camera
      QML and Qt Quick • ios qml camera • • vudangkhoa2906  

      6
      0
      Votes
      6
      Posts
      815
      Views

      @vudangkhoa2906 said in Image orientation with qml Camera: Screen.orientationUpdateMask I never specified an orientation update mask, and this readonly property bool isPortrait: (Screen.primaryOrientation === Qt.PortraitOrientation || Screen.primaryOrientation === Qt.InvertedPortraitOrientation) works fine for me, maybe you don't need it ? 🤷‍♂️
    • UNSOLVED Password Manager with QWidgets application on mobile
      Mobile and Embedded • ios password • • DaveK 0  

      2
      0
      Votes
      2
      Posts
      365
      Views

      Hi, You should contact the folks from LastPass to check how applications can integrate/communicate with their application.
    • UNSOLVED How to change application window z index
      Mobile and Embedded • ios qquickitem qquickwindow • • Wiru  

      1
      0
      Votes
      1
      Posts
      536
      Views

      No one has replied

    • UNSOLVED Help in creating custom MediaPlayer component
      Mobile and Embedded • qml ios cpp mediaplayer objective-c • • Wiru  

      12
      0
      Votes
      12
      Posts
      1503
      Views

      Then study the gstreamer implementation for example and start from there. The pattern is to have a "session class" that does the work and then provide all the interfaces you support that will be using said session class.
    • UNSOLVED QQuickwidget does not call the virtual keyboard in ios
      QML and Qt Quick • ios virtualkeyboard qquickwidget • • J.Hilk  

      3
      0
      Votes
      3
      Posts
      761
      Views

      @raven-worx mmh, I'm unsure but I'll look into it. However that gave me an idea. The TextInput QML-Item should have it's own c++ class(I'm however unsure what it's called), somewhere with QQuickItem as it's very base class. I could look into creating my own myTextInput Item that handles the QInputMethod-Query
    • SOLVED Adding a QWindow to UIKit application on iOS
      Mobile and Embedded • ios xcode objective-c qt 5.10 swift • • eliseev  

      2
      0
      Votes
      2
      Posts
      1043
      Views

      Ok, the problem solved itself with update to Qt 5.11.2 (while running iOS12). Thanks for reading.
    • SOLVED Multiplatform app: check for platform in QML
      Mobile and Embedded • android ios • • iNour  

      3
      0
      Votes
      3
      Posts
      1384
      Views

      Thank you very much.
    • SOLVED 5.11.1 iOS Bundle Identifier problems
      Mobile and Embedded • ios build qt 5.11.1 • • ekkescorner  

      9
      0
      Votes
      9
      Posts
      2431
      Views

      @ekkescorner Oh, OK, thanks. I thought we could put this in the build settings: QMAKE_TARGET_BUNDLE_PREFIX = org.ekkescorner QMAKE_BUNDLE = c2g.qtws
    • UNSOLVED Best way to display many Images in GridView (QtQuickControls2, iOS)
      QML and Qt Quick • ios gridview qqc2 • • ekkescorner  

      3
      0
      Votes
      3
      Posts
      786
      Views

      @VRonin yes - it's a list of QObject* each entry describes a File: Folder, File Type (Image, Video, PDF, ...) Path Name (obsolet for iOS Photos) entries (if Folder) ... and I'm constructing the collection per ex. from PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeSmartAlbum subtype:PHAssetCollectionSubtypeAlbumRegular options:nil];
    • UNSOLVED iOS: OpenInMenu from Qt UI (UIDocumentInteractionController)
      Mobile and Embedded • ios sharing • • ekkescorner  

      1
      0
      Votes
      1
      Posts
      457
      Views

      No one has replied

    • SOLVED How can I call shell script, while clicking of run button of QT ?
      General and Desktop • ios deployment macos 3rd party • • Yash001  

      3
      1
      Votes
      3
      Posts
      3425
      Views

      @aha_1980 Thank you for exact answer. I am able to call the script with help of Qt creator Project settings.
    • SOLVED HowTo get Photos from iOS assets-library sorted by lastModified ?
      Mobile and Embedded • ios photos assets-library imagepicker multiselection • • ekkescorner  

      10
      0
      Votes
      10
      Posts
      2651
      Views

      the code above only fetches smart albums. if you also need albums created manually from user, you must fetch them, too: PHFetchResult *userCollections = [PHCollectionList fetchTopLevelUserCollectionsWithOptions:nil]; and if you need sync’d albums: PHFetchResult *syncedAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeAlbum subtype:PHAssetCollectionSubtypeAlbumSyncedAlbum options:nil]; user collections tested, sync’d collections not tested yet because I don’t need them
    • Use Firebase Cloud Storage with Qt Quick on iOS and Android
      Announcements • android ios firebase • • h00bs  

      1
      -1
      Votes
      1
      Posts
      944
      Views

      No one has replied

    • Qt5 & iPhoneX, 2 useful workarounds
      Showcase • qt5 ios iphone workaround • • J.Hilk  

      2
      6
      Votes
      2
      Posts
      1023
      Views

      Hi, Thanks !
    • UNSOLVED Create Mobile Apps that Support the Notch and Display Cutouts
      Announcements • android ios mobile design technology • • GTDev  

      1
      2
      Votes
      1
      Posts
      1449
      Views

      No one has replied

    • UNSOLVED How to keep my app runs in background
      Mobile and Embedded • android ios background service • • tansgumus  

      2
      0
      Votes
      2
      Posts
      2126
      Views

      Hi @tansgumus , Apple is very conservative in allowing developers long term background threats/events. Taken from the Apple docu: Implementing Long-Running Background Tasks For tasks that require more execution time to implement, you must request specific permissions to run them in the background without their being suspended. In iOS, only specific app types are allowed to run in the background: Apps that play audible content to the user while in the background, such as a music player app Apps that keep users informed of their location at all times, such as a navigation app Apps that support Voice over Internet Protocol (VoIP) Newsstand apps that need to download and process new content Apps that receive regular update from external accessories Apps that implement these services must declare the services they support and use system frameworks to implement the relevant aspects of those services. Declaring the services lets the system know which services you use, but in some cases it is the system frameworks that actually prevent your application from being suspended. That said, a navigation app should fall in this category. But as it is, you're bound to do it in OBjective-C but its relative easy to include ObjectiveC code in Qt.
    • SOLVED QStandardPaths - path to store inaccessible for user data in iOs and Android
      QML and Qt Quick • android ios mobile qstandardpaths • • Kofr  

      6
      0
      Votes
      6
      Posts
      1357
      Views

      AFAIK, no. But you can check that yourself.
    • Share Files (View/Edit/Send) from Qt Apps on Android and iOS
      Announcements • android ios sharing intents • • ekkescorner  

      1
      4
      Votes
      1
      Posts
      874
      Views

      No one has replied

    • SOLVED iOS: HowTo send SIGNAL when Controller ends preview
      Mobile and Embedded • ios sharing • • ekkescorner  

      12
      0
      Votes
      12
      Posts
      2761
      Views

      here's the Blog: http://blog.qt.io/blog/2017/12/01/sharing-files-android-ios-qt-app/ thx to all helping me with this
    • SOLVED Qt & iPhone X & The Screen
      Mobile and Embedded • ios iphone 5.9 • • J.Hilk  

      6
      1
      Votes
      6
      Posts
      3965
      Views

      A quick update on this. Someone got asigned to it, and theres a workaround, in the in the broader sense of the word. There's the Qt::WindowStates flag Qt::MaximizeUsingFullscreenGeometryHint that you can set: //QWidgets: { //e.g. Constructor setWindowFlag(Qt::MaximizeUsingFullscreenGeometryHint, true); } //QML: import QtQuick.Window 2.1 // Import needs to be higher than 2.0 Window{ flags: Qt.MaximizeUsingFullscreenGeometryHint id: window ..... } now the App fills the whole screen in Portrait-and Landscapemode. Tor Arne Vestbø, to whom the ticket was asigned to, says an automatic content margin is in the making, but untill than one has to adjust the UI oneself. Tor Arne Vestbø said in QTBUG-64574: If you set the Qt::MaximizeUsingFullscreenGeometryHint window flag, the window will also cover the area under the statusbar, etc. But we don't have any APIs to automatically add margins for the inner content, the stuff you don't want under the statusbar, so for now you have to do that manually. I'm working on the latter as we speak. I had no idea, that that window flag existed, or was not aktivated by default - on mobile apps. I can work with that. The ticket is still open but my problems are solved. I'll close this topic.
    • SOLVED Access to IOS Camera Roll, implement .plist failes
      General and Desktop • ios ios camera roll ios plist • • QtDeveloping94  

      3
      0
      Votes
      3
      Posts
      929
      Views

      @QtDeveloping94 said in Access to IOS Camera Roll, implement .plist failes: NSPhotoLibraryUsageDescription That was it, thanks!
    • UNSOLVED open native ios gallery
      QML and Qt Quick • qml ios native gallery ios api • • Matin  

      4
      0
      Votes
      4
      Posts
      1075
      Views

      Did you completely read the iOS note of the function and the linked articles ?
    • UNSOLVED iOS printing to a printer on the network
      Mobile and Embedded • ios printing • • Shikamu  

      2
      0
      Votes
      2
      Posts
      654
      Views

      No one has replied

    • SOLVED Qt5.8 QML WebView on iOS never fires signals
      Mobile and Embedded • qml ios webview bug • • eLim  

      4
      0
      Votes
      4
      Posts
      1112
      Views

      Hi @eLim I am also facing the same issue in my Qt iOS application. Could you please help me to understand what part of javascript, iOS is restricting as I am using Angular to develop the web application. Could you please provide more information what you did to resolve this issue. Thanks in advance.
    • UNSOLVED QtChart & Gestures
      Mobile and Embedded • ios zoom qtchart 5.8 • • J.Hilk  

      1
      0
      Votes
      1
      Posts
      588
      Views

      No one has replied

    • UNSOLVED Problems with High-DPI Display for App Development
      Mobile and Embedded • qml android ios application • • Nils  

      8
      0
      Votes
      8
      Posts
      3545
      Views

      @GTDev Thanks for the reply. I will go on with V-Play and try to implement my app with V-Play for now. But if anybody has another idea why this happens I would be grateful for cheering.
    • How to open ios gallery?
      Mobile and Embedded • ios • • farshad bayat  

      7
      0
      Votes
      7
      Posts
      3329
      Views

      @farshad-bayat I think you have the same Problem as described here https://bugreports.qt.io/browse/QTBUG-59097