Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Notification that popup window is closed on IOS
Forum Updated to NodeBB v4.3 + New Features

Notification that popup window is closed on IOS

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 286 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Devoo
    wrote on last edited by Devoo
    #1

    Hi,
    We have new IOS with popup windows.
    Great, but my application is broken now, because resume signal (applicationDidBecomeActive) is not triggered.
    How do I get a notification that a pop-up window is closed?
    I don't have access to popup window code, because it is a framework.

    Have You any idea?

    btw.
    I have overwritten QIOSViewController(ViewController) and ApplicationDelegate, so I have full access to UIViewController methods and QIOSApplicationDelegate callbacks.

    New controller is created by using:

    DPDotPayViewController* dotPayViewController = [[DPDotPayViewController alloc] initWithPaymentChannelList:channelList paymentDetails:paymentDetails];
    dotPayViewController.useLastChannelSelection = NO;
    dotPayViewController.paymentControllerDelegate = self;
    [self presentViewController:dotPayViewController animated:NO completion:NULL];
    
    1 Reply Last reply
    0
    • D Offline
      D Offline
      Devoo
      wrote on last edited by
      #2

      I just overwritten the class defintion and gained access to private methods.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved