fredriksthlm's Forum Posts

  • Okay, If you create an Android app you should use Adaptive Icons. (Maskable icons is used for web apps.)

    How you do this is described in the manual. (Set one Foreground- and one Background icon, they will be used to create an icon that will be adapted in size and form for every device)

  • So, you are creating web-app, not android app?

    For webapps, the appmanifest is included in the exported zipfile. But the icon is already marked as maskable if you had a maskable icon in your project. You don't need to modify anything.

  • I think you should read the Construct manual instead of googling some random "css tricks"-websites. It should be explained there how to do it.

  • If you use ecpm floors it is fully normal that you don't get an ad every time you request one. If the user for some reason don't get any ad served (to high floor or any other reason), the app immidiately try to request one again, and again.. This can go into an infinite loop where the app make hundreds of ad requests in a very short period of time.

    This will also decrease your match rate.

    I believe Admob will probably block serving of ads to these users totally since the get swarmed with never ending requests.

  • Register your phone as a Test device and use the debugger.

  • Impressive

  • I can reproduce.

    If I quickly test this, it works fine in r329 and earlier, but stopped working in r330 and later.

    Verify tarek2

  • Most, if not all, c2 plugins has been ported to c3 now. and normally you do not need to do much amendments to the logic at all, most c2 projects work just fine directly in c3.

  • And part of the deal is that every game ported thru them made in Construct legally MUST say "Made in Construct3" at the opening, much like Unity does.

    For both C3 and Unity this is part of the license. IF you pay, you can have your own splash.. If you dont pay, you get the company logo.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There are a lot of issues reported for this, similar to what you are experiencing.

    bugs.webkit.org/show_bug.cgi

    Try the work around they mention here:

    github.com/apache/cordova-ios/issues/965

    (amending the scrollview for wkwebview).

  • I can also replicate it.

    Maybe it is some strange artifact in the underlying code.. this project was created 11 years ago.

    In version 90, of Constuct2..!!

  • Achievements do not exist in the web rest api, and is therefore not a requirement for such games.

  • Unrelated to the issue with Animation Editor, but the GSI error that Jobel shows comes from GoogleSignIn, it seems you (the editor or your servers) have some issue with credentials or loading of data which you also need to look into DiegoM.

    Also all the "inline" errors with the CSS should be fixed, very irritating when the console is full of errors/warnings just with a regular loading.

    You can see the error messages above from Jobel, I get the same.

  • You do not have permission to view this post

  • try this