Navigation

    Qt Forum

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

    • Painting behind system bars using Qt/Qml
      Showcase • qml android ios navigation status bar • • J.Hilk  

      1
      6
      Votes
      1
      Posts
      76
      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
      56
      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
      61
      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
      200
      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  

      4
      0
      Votes
      4
      Posts
      591
      Views

      @J-Hilk @sierdzio thank you guys!
    • UNSOLVED Image orientation with qml Camera
      QML and Qt Quick • ios qml camera • • vudangkhoa2906  

      6
      0
      Votes
      6
      Posts
      247
      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
      156
      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
      335
      Views

      No one has replied

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

      12
      0
      Votes
      12
      Posts
      1029
      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
      494
      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
      654
      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
      760
      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
      1785
      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
      545
      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
      301
      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
      0
      Votes
      3
      Posts
      2380
      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
      2134
      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
      719
      Views

      No one has replied

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

      2
      6
      Votes
      2
      Posts
      886
      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
      1173
      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
      1538
      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
      1092
      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
      648
      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
      2208
      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
      3443
      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
      792
      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
      924
      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
      490
      Views

      No one has replied

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

      3
      0
      Votes
      3
      Posts
      865
      Views

      @jsulm We determined that the issue was javascript-related. The page was using javascript to perform the redirect, and iOS didn't like that. Thanks for the help, though!
    • UNSOLVED QtChart & Gestures
      Mobile and Embedded • ios zoom qtchart 5.8 • • J.Hilk  

      1
      0
      Votes
      1
      Posts
      469
      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
      3071
      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
      2899
      Views

      @farshad-bayat I think you have the same Problem as described here https://bugreports.qt.io/browse/QTBUG-59097
    • Android iOS: cut copy paste selection handle WORKS GREAT if...
      Mobile and Embedded • android ios qqc2 text selection • • ekkescorner  

      9
      2
      Votes
      9
      Posts
      3096
      Views

      @ekkescorner @jpnurmi reminds me that there's a problem if you're using multi-line Text inside Flickable. just tested. He's right: as long as the TextArea has focus if you try to scroll the selection will be changed instead of scrolling the page. If you're outside the field scrolling works well I'll create a bugreport on this soon. my workaround: I'm placing a small button (w icon) besides the field to toggle word-selection-mode. just tested. this works. In most cases my TextFields are single line text where selection works well so I can live with this.
    • SOLVED QNetworkConfigurationManager onlineStateChanged SIGNAL && Android, iOS ApplicationState Suspended
      Mobile and Embedded • android ios network • • ekkescorner  

      5
      0
      Votes
      5
      Posts
      1545
      Views

      @SGaist thx - have thought the same. would work well if Active and bad coverage or coming back from suspended when multi signals are received
    • UNSOLVED Cannot deploy to iOS simulator
      Installation and Deployment • ios • • PA F  

      6
      0
      Votes
      6
      Posts
      1826
      Views

      @SGaist One way to see console output could be to open the system log. Tried, but I can't find it there either. Any hints? Any way to simulate iPad 2 instead of iPhone 6S?
    • UNSOLVED Problem with custom Plugin for QtQuick on iOS
      QML and Qt Quick • ios qtquick plugin qt5.8 • • shav  

      8
      0
      Votes
      8
      Posts
      3405
      Views

      Build Qt qml plugin for iOS (static plugin) Plugin Pro file like flow: TEMPLATE = lib TARGET = iostestqmlplugin QT += qml quick CONFIG += qt plugin c++11 static uri = IosQmlPluginTest # module name QMAKE_MOC_OPTIONS += -Muri=$$uri # static plugin must use this 2.qmldir file module IosQmlPluginTest plugin iostestqmlplugin typeinfo plugins.qmltypes #static plugin required classname IosqmlpluginPlugin # static plugin must set classname for plugin c++ class TimeLabel 1.0 qrc:/TimeLabel.qml # your self qml document 3.qrc file must contains qmldir file, Qt default put qmldir in qrc file with prefix likes: “/qt-project.org/imports/your-plugin-modele-name”, You can special yourself prefix but must endwiths “your-plugin-module-name” and in main cpp need add addImportPath(eg: engine.addImportPath(“qrc:/your-self-prefix-not-contains-your-plugin-module-name”)) 4.put plugins.qmltypes, qmldir and plugin library files together into where Qt install dir’s sub fold name qml($$[QT_INSTALL_QML] Qt default serach path), maybe you can special yourself path in your app pro file by variable QMLPATHS(QMLPATHS += /your/plugin/path) Init the plugin resources(contains qmldir) at plugin c++ class construction function like:Q_INIT_RESOURCE(your-qrc-file-name); 6.pulugins.qmltypes file it’s required. can gernerate by qmlplugindup tool. 7.refrence QtWebView plugin project from Qt source usually error: 1.static plugin for module “QtQuick” with name “your-module-name” has no metadata URI fix by add in pro file:QMAKE_MOC_OPTIONS += -Muri=$$URI #URI = your-module-name thanks from:https://github.com/wang-bin/QtAV/issues/368 2.Plugin “your-module-name” is missing a classname entry fix by add in qmldir file: classname your-plugin—c++-name Reference http://doc.qt.io/qt-5.6/qtqml-modules-qmldir.html module “your-plugin-module-name” is not installed fix by: Qmldir file must in plugin qrc file, plugins.qmltypes need in the plugin dir and special in qmldir
    • SOLVED Barcode scanning on iOS
      Mobile and Embedded • ios barcode zxing qzxing • • tomaslov  

      7
      0
      Votes
      7
      Posts
      2419
      Views

      @TheCrowKaka Yes, we now have the same solution running on Windows desktop, Android and iOS, basicly using this method: https://www.kdab.com/efficient-barcode-scanning-qzxing/
    • UNSOLVED Encrypt String (RSA x509) Android, iOS
      Mobile and Embedded • android ios encryption rsa • • ekkescorner  

      11
      0
      Votes
      11
      Posts
      4426
      Views

      @VRonin said in Encrypt String (RSA x509) Android, iOS: @ekkescorner I only now read your username. Sorry for treating you as "not an expert" in network and/or password encryption. I think you still have 2 options apart from OpenSSL: Use Android's built in encryption with QAndroidJniObject: https://www.example-code.com/android/rsa_encryptstrings.asp use CryptoC++ https://www.cryptopp.com/wiki/RSA_Cryptography thx for this worthful info - will try CryptoC++ - need solution for Android and iOS
    • UNSOLVED Build project as framework for iOS
      Mobile and Embedded • ios qmake qt5.8 framework • • shav  

      2
      0
      Votes
      2
      Posts
      896
      Views

      Hi, I may be wrong but AFAIK, Apple changed recently its policy about dynamic library in application bundle. Thus its likely related to that. You should bring this question to the interest mailing list, you'll find there Qt's developers/maintainers. This forum is more user oriented.
    • UNSOLVED Firebase v3 C++
      3rd Party Software • ios firebase c++ • • pbljung  

      1
      0
      Votes
      1
      Posts
      568
      Views

      No one has replied