rafaelfe's Forum Posts

  • 6 posts
  • I just saw your message, and I hope it's not too late or maybe help others in the future.

    For macOS exports (but I believe the Windows procedure is quite similar):

    1. Export your game/app;

    2. Right-click the *.app file → Show Package Contents

    3. Navigate to Contents/Resources/app.nw/index.html

    4. Open the index.html file with a code editor (Sublime Text, Atom, etc);

    5. After the <body> tag, add a <div> tag just like shown below:

    <div style="left:108px;width:490px;height:70px;position:absolute;-webkit-app-region:drag;">
    	</div>
    

    Use "left, width, height" arguments to define the position and size of your draggable area.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello guys, can you please add this Brazilian Facebook community to the list, since the two you have listed are pretty dormant?

    https://www.facebook.com/groups/Construct2BR/

    We'd appreciate it!

  • Hey mars1985 , thanks for the heads up!

    I'm also a frustrated iOS game dev. I've created an iPhone game using Construct 2 and I'm just waiting for this bug to be fixed (by Scirra or Apple).

    Since iOS 9.2 the audio is distorted. I've tried different export and build combinations to find a way to fix it with no success.

    Right now I'm using a Cordova Export with a Phone Gap build. The audio is fine on Android but distorted on iPhone.

    I've also tried to replace the sound events in my game's javascript file with this "touchend", but I found it impossible to understand that file.

    I also would like to ask Ashley to try to reproduce this error on an iPhone please, not on an iPad. The majority of iOS players are iPhone users. The iPhone also sells more than iPads. Please do it.

    A sneak peek of my game, just waiting for this fix to be launched:

  • iOS 9.3.1 Beta installed and the problem persists.

  • I'm experiencing the same problem (bit crushed sound or no sound at all).

    My specs and workflow:

    Construct r221

    Windows 7 on Boot Camp (Macbook Pro)

    Cordova Export

    Phonegap Build

    App running on iPhone 6 iOS 9.2.1

    I'm installing iOS 9.3.1 beta to check if it resolves the audio issue. I'll post here if it fix.

  • I'm experiencing the same problem (bit crushed sound or no sound at all).

    My specs and workflow:

    Construct r221

    Windows 7 on Boot Camp (Macbook Pro)

    Cordova Export

    Phonegap Build

    iPhone 6 iOS 9.2.1

    I'll install iOS beta 9.3.1 and check if the error stops.

  • 6 posts