puffthecat's Forum Posts

  • 8 posts
  • My event sheet has this:

    MobileAdvert-On configuration complete

    actions:

    • MobileAdvert - Set application ID to "ca-app etc."
    • MobileAdvert - Create banner advert "(using admobs tester ID)" size: Smart landscape show: true
    • MobileAdvert - Show the current banner advert

    I have a bunch of tests that run for confirmation, but the only one that comes back true is MobileAdvert - is configured.

    I have built it in phone gap and still see no ads.

  • I can't get admob banners to appear in my app. The only tutorials I can find are for construct 2, but version 3 is different enough that they are not helpful. Thanks.

  • Update:

    I fixed both the screen scroll issue and copy/look up button issue.

    For some reason my config.xml file did not contain:

    <preference name="DisallowOverscroll" value="true" />

    Adding this back fixed the screen scrolling problem.

    The copy/look up issue was resolved by adding this code to the css in index.html

    * {

    -webkit-user-select: none;

    }

    I have no idea why this issue appeared after updating to iOS 11.3. But if it happens to you, start with these changes.

  • I tested a few Construct 2 templates over wifi on the Ipad Air running iOS 11.3. The copy/look up error is recreated on the Retro Style Template, the Flying Along template and the turret defense template.

    It does not occur with the template-verticalshooter.capx, infinite jumper, and physics puzzler.

    I hope this helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here is a video of me recreating the problem on my iPad Air with 11.3

    https://youtu.be/qBkFb-DKl8U

  • The bug also happens on the browser demo of my game at http://www.triadtuning.com/Demo/

    This leads me to believe the problem is in the javascript.

    To repeat the two issues I've discovered in iOS 11.3 on my Ipad Air are:

    Game window moves while dragging

    Tap and hold brings up copy/look up buttons

    The issues does not occur on any of my android devices, amazon tablet, or desktop browsers. Only on my Ipad Air with 11.3. It worked perfectly prior to the update to 11.3.

    Thanks!

    www.8bitconservatory.com

  • Hi, thanks for replying. Does your app bring up the copy/look up buttons when you tap and hold on the screen? That also started with 11.3 and makes the game almost unplayable. Both problems are recreated on my browser demo at and when I test over wifi from Construct 2. I am using an Ipad Air.

  • My published app has developed a few problems after updating to 11.3. The screen now moves around while dragging. Also the cut and paste menu pops up when the screen is touched. Anyone else having issues with 11.3?

  • 8 posts