gberenst's Forum Posts

  • Thank you very much dop2000!

    It works fine, I definetly have to get much deeper into physics feature. Do you know good stuff to learn how to use it right? I saw the stsrt page examples but think is not enough.

  • Hi guys, I could easily create a wheel of fortune to start and slowly stop spinning. But I´ve put the little pin object on the top, that indicates the selected slice of the wheel, and tried to make a real move effect to it with physics, but no success. My wheel have small buttons on the start and end of each slice. I attach a sample project, Hope you guys can help me!

    Link: https://drive.google.com/open?id=12tX_LkGkTKb3M2zeue7AN4_3U2VmsfiT

  • Hi guys, I am building an app and need to let user to choose (or switch) between front and back camera. I followed the built-in example and now it opens one camera, but when trying to switch to another camera (index 1 for example) I get a permission denied event. I have enabled camera permission when exporting.

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Ashley, just to let you know, yesterday google released a new beta version of the WebView (75.0.3770.75). I tried it inmediately in the Alcatel 8079 and it worked fine! even tough it is not yet available on Play Store, it is a good sign as I imagine they will release it soon.

    I really want to thank you for your great support and congratulate you for all the awesome improvements you are making to C3 day by day.

  • Ahh ok, nice trick, pretty clear, thank you!!!

  • Done! issue # is 970247

    Thanks!

  • I Will definetly do that, thanks Ashley!

  • Thanks Ashley, I really hope google replies to this, as we spent a lot of time migrating it from c2 runtime to c3, so you can imagine the pain it is to get back to c2! And the lack of performance!

    If you know a good channel to communicate this to google and make them to read it please let me know.

    Thank you!

  • It has enough space, it´s almost empty and I can install other apps without any problem. Other people also tried in other tablets same brand and version and same problem happens.

    The project is being developed for a public education institution. It will be deployed on thousands of those tablets, so manually updating to webview 71 with the webview´s apk is not an option for them. Here´s the message i am getting after it gets stuck for like 15 minutes trying to install. It is in spanish but translation is "WebView for Android System couldn´t be downloaded, try again and if it keeps not working, check for common ways to solve the issue". I´ve tried several times, also sent a comment, sufred the net, but couldn´t find a way. It is a very big project and I´ve bet on C3 and not C2 for it´s performance. There may be a way to disable webAssembly or to force webview update from some cordova plugin?

  • When trying to update from google play in the alcatel pixi 8079, it downloads the update, keeps installing it for a while, and finnaly it says it couldn't be updated but without throwing an error. Tablet has android 5 and armv7 architecture. It's weird cause it used to work fine until webView's version 71. Thanks for helping me.

  • Hi there, I need to deploy an apk built from a C3 project on Cordova CLI version 8.1.2. It works fine on most devices, but I need it to run on an Alcatel Pixi 8079 tablet. It asks for an update of the Android webView in order to work (missing feature: webAssemply). However, when trying to update webView in PlayStore, it can´t install it anymore (it installed fine previous versions but not the latest ones). So I need to find a way to make C3 project to work on the factory´s default version of webView (v43). Can anyone help me?

    Tagged:

  • Thank you, but couldn´t find the action to load an image (or userMedia snapshot) to canvas. Load snapshot canvas doesn´t work for this. Any idea?

  • Oh, great, thank you! Never used it yet, any suggestions/steps?

  • Hi guys, I just wish to place an image taken either by camera input or by file chooser in a square sprite (1200 x 1200), but most of the mobile cameras take 16:9 pictures. I wish to crop the picture at runtime and then load it into the square sprite. Is that possible?

    Tagged:

  • dop2000, I took your version and made some minor changes to tidy up things, like sprites positions in list. Here´s final version, thank you!

    LINK