ChrisByAppli's Forum Posts

  • Yes, i'm using third-party addons, available on Construct Store, the Mobile Master Collection by Chadori. I'm waiting for an update.

  • Hi,

    I exported an app with version 397 of construct 3 on Google play service but i obtain an issue with compatibility of SDK Version 34 (Android 14) :

    com.google.android.play:core:1.8.0

    Google Play Core (com.google.android.play:core) a ajouté cette note pour la version 1.8.0 :

    Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes: developer.android.com/guide/playcore

  • Thanks, i trying.

  • Hello,

    How do I set animation frame (zero-based) in Javascript, when I use .setAnimation() ?

    Thanks !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a question.

    Is it possible to check if a local file exists?

    For example an MP4 file?

    My idea is to download the video in the files stored on the machine to be able to play offline.

    Thanks for your help!

  • I have an error in Construct app when i export the app on iOS Cordova.

    Do you have the same issue ?

    Thks.

    Error report information

    Type: unhandled exception

    File: editor.construct.net/r358/main.js, line 1917, col 242

    Message: Uncaught TypeError: d.getModifierState is not a function

    Stack: TypeError: d.getModifierState is not a function at rr.g.ki.NLa (https://editor.construct.net/r358/main.js:1917:242) at aj.g.avc.zd (https://editor.construct.net/r358/main.js:1919:416) at editor.construct.net/r358/main.js:1919:139

    Construct version: r358

    URL: editor.construct.net

    Date: Mon Oct 09 2023 12:59:21 GMT+0200 (UTC+02:00)

    Uptime: 58.1 s

    Platform information

    Product: Construct 3 r358 (stable)

    Browser: Chrome 117.0.5938.149

    Browser engine: Chromium

    Context: webapp

    Operating system: macOS 14.0.0

    Device type: desktop

    Device pixel ratio: 2

    Logical CPU cores: 8

    Approx. device memory: 8 GB

    User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

    Language setting: fr-FR

    WebGL information

    Version string: WebGL 2.0 (OpenGL ES 3.0 Chromium)

    Numeric version: 2

    Supports NPOT textures: yes

    Supports GPU profiling: no

    Supports highp precision: yes

    Vendor: Google Inc. (Apple)

    Renderer: ANGLE (Apple, Apple M2, OpenGL 4.1)

    Major performance caveat: no

    Maximum texture size: 16384

    Point size range: 1 to 64

    Extensions: EXT_color_buffer_float, EXT_color_buffer_half_float, EXT_disjoint_timer_query_webgl2, EXT_float_blend, EXT_texture_compression_rgtc, EXT_texture_filter_anisotropic, EXT_texture_norm16, KHR_parallel_shader_compile, OES_draw_buffers_indexed, OES_texture_float_linear, WEBGL_compressed_texture_s3tc, WEBGL_compressed_texture_s3tc_srgb, WEBGL_debug_renderer_info, WEBGL_debug_shaders, WEBGL_lose_context, WEBGL_multi_draw, WEBGL_provoking_vertex

  • How do you do that ? Thanks :)

  • You can use Share plugin but you can't save image in photo library.

    Required access to photo library in mobile export isn't accessible.

  • You do not have permission to view this post

  • Hi Ashley and the Construct Team.

    I'm constating an issue with the export (cordova and others) and characters with accent like é,à,etc. in the NAME of project.

    Could you make something ?

    Thanks for all.

  • Hi,

    I have an issue with the Wrap Behavior, the Timeline and the Y position.

    When a sprite movement, with a wrap behavior attached, is play in a timeline, the Y position is shifted but when the wrap behavior is deactivated, the Y position is correct.

    Do you have any ideas about the issue ?

  • I’m trying to hide or to make transparent the home indicator on ios. I use Xcode to build my project.

  • I tried but it doesn't work.

    How I integrate files ?

  • hi,

    i don't know how do i can include this cordova plugin into an ios export ?

    github.com/chipbell4/cordova-plugin-hide-home-indicator

    and possibly make a construct 3 plugin ?

    Thanks for your help.

  • Hello,

    i have an issue with a SVG file in ios cordova project executed on xcode :

    ERROR: [SVG] Error loading SVG: TypeError: null is not an object (evaluating 'this._manager.Redraw')

    Event : on touch an object, change image svg by name or file.

    Thanks.