Sparsha's Forum Posts

  • Yeah.. there are limitations and it was a quick fix that was ok for us. We did not have time.

    You should file an issue in c3's github repo

  • I think last time the issue got closed.

    We didn't have time to wait for the issue to get solved. So our workaround that time was this:

    To minimize this problem, we placed the actual Input Text field at the top of the layout (at position 0,0). When we placed it at this position the black portion at the bottom didn't appear anymore.

    To make the UX comfortable, we kept the input-field Sprites (the two rectangular sprites that are placed behind the name and email input fields) in the same position as they are in the image. And instead of the input field boxes that were placed over these sprites, we put Textboxes.

    Then we used the following logic-

    • When the user clicks on this sprite, focus on the Input field at the top
    • Every tick set text of the TextBox as the text that is being inputed on in the Input Field

    And as this issue is happening again you can report a new issue.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • https://www.constructfirebase.com/releases/release-notes

    Update (16-Jul-21)

    Changes Overview:

    • Firebase SDK- Temporarily removed Worker Mode Support. (See why)
    • Firebase RD Pro- New Docs, Introduced new List type
    • New Bonus Plugin- Remote Image
    • Chat Example- Major improvements
    • Bug Fixes

    Release Notes in Detail:

    https://www.constructfirebase.com/releases/release-notes

  • Probably you are missing ANDROID_HOME or ANDROID_SDK_ROOT System Variables.

  • https://www.constructfirebase.com/releases/release-notes

    Update (08-Jul-21)

    Changes Overview:

    • Firebase SDK- Added Worker Mode Support. New plugin "Firebase Auth (Worker)" included in BASIC Pack. Read this documentation article on how to enable Worker Mode and why we need workers.
    • Firebase SDK- New Feature: Reconnect/Disconnect SDK
    • Bug Fixes

    Release Notes in Detail:

    https://www.constructfirebase.com/releases/release-notes

  • Hi hugone, if you think snapshot "from User Media, Canvas Snapshot or DrawingCanvas-save image" is causing problems for you, I dont think I can help you with that.

    User Media in an iframe is not supported in all platforms as you suggested.

    I will still use the original UserMedia plugin from C3.

    I wont be making a new plugin for UserMedia, as developing that will require creating dependencies for support in other platforms. And afterall, I would end up developing a similar plugin like the original ones.

    Your request is too much customized and I would suggest you to try to do it yourself.

    Or you can ask the developers of C3 for more insight into this problem.

  • Hi thanks for the plugin . I have a question , how pick value of random user database ?

    Hi Brakz, the best approach for saving data usage is to use the Firebase Realtime-Database PRO.

    If you already have access to the Database-PRO Plugin, I will make an example template for you.

    Otherwise, if you use the Database-BASIC plugin, you will have to Read data of each and every user first, and then pick one random user out of them. Which means it would be a huge data usage loss if you have a large number of users in your database.

  • You can ask for help. Maybe pay someone to do get that done.

    Or ask in this same page about your requirement -> Link

  • Thanks. I got it. I was doing it wrong before.

  • Thanks Ashley helped a lot..

    If you have some time to spare (although I know you dont), can you provide an answer to this question too? Thanks a lot.

    If I completely resort to using domside only for Firebase functions, I think async functions will stop supporting the use of "Wait for previous actions to complete" action in the eventsheet and thus events using this Wait action will fail.

    Or am I wrong here? Can we use "Wait for previous actions to complete" for async scripts running in domside.js?

  • Many of Rex's plugins were ported to C3. You should check this out, if you haven't found already construct.net/en/forum/construct-3/plugin-sdk-10/addon-ported-142419

  • Hi Ashley, is there any way to use importScripts("https://scripturl.js") in runtime?

    Currently I get this error when trying to use importScripts() in Worker Mode:

    TypeError: Failed to execute 'importScripts' on 'WorkerGlobalScope': Module scripts don't support importScripts().

    As the use of workers is increasing, I would like to give support for workers in Firebase.

    Firebase includes functions in its object and uses a circular structured object. So, it cant be Posted to the runtime from domside, and hence, cant be used from runtime directly. Even if it could I dont think we could run Firebase in different threads.

    If I completely resort to using domside only for Firebase functions, I think async functions will stop supporting the use of "Wait for previous actions to complete" action in the eventsheet and thus events using this Wait action will fail.

    Or am I wrong here? Can we use "Wait for previous actions to complete" for async scripts running in domside.js?

    Thankyou.

  • Sparsha its not your plugin... your plugin is working very good, I tested a lot in many devices... it codes and decode as a charm.. problem is in the way C3 works with snapshot and drawing canvas...

    Oh I see...

  • Thanks I bookmarked the libraries. Seems pretty interesting.

    I am bit of short on time right now, but I will try to make plugin for those when I get some days off.

  • hugone you can try to test run this: webqr.com on your phone and tell us how the performance is on your phone.

    if it doesnt perform well, then that means your phone can't handle this library.