Sparsha's Forum Posts

  • Same problem here with the latest version. Team has closed the bug on GitHub. Please can any team member shed some light on this?

    Thanks!

    Virtualware That's not good. It's still not fixed yet!

    I think 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
  • Hi Ashley, I was trying to take a snapshot automatically after Layout Starts using the following events:

    But it seems after On Media Request Approved, it takes some time for the Camera to load, and as a result, no snapshot is being taken. On Snapshot Ready condition is not triggering in this case.

    Well, Wait for 1 second (at event no. 2) solves the problem for my device, but not sure about older devices.

    I wonder if this is a missing feature.

    Thanks.

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Hi LaurenceBedford,

    If you still need this, you can use this plugin construct.net/en/make-games/addons/407/copyclip

    I have tested the Execute Command Action as Android apk, and it works fine. However it requires a button to Copy text to Clipboard.

    I did not test the Clipboard API on Android, not sure if it works.

    (Read the Documentation on the Plugin Page)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This is really so cool!!

  • You can turn off Auto Font size property

  • Mikal

    Thank you Mikal :)

  • Does it have a function so that you can censor swear words and limit text input, also change text style?

    corbanjd If you are talking about Messaging function, it is not available yet. Messaging function will be included later in the Extended version of this plugin Collection.

    The current Basic version contains functions for Creating/Managing user accounts, and Firebase Realtime Database which is not meant for messaging.

    But thanks for the suggestion.

  • Rory Thanks :)

  • Thanks Ashley, yes I've been using that. It's nice..

  • You do not have permission to view this post

  • LaurenceBedford not included examples yet, but creating an account and logging is something you will be able to understand easily when you install the plugins.

    Example file will be available in a day.

    (Yes leaderboard might seem difficult at first, but as it requires only 3 events, an example will be easy to follow)

    Extended and Pro versions will require a month of time there are lots of functions.

    As of yet, the Basic version (early release) is pretty much incomplete will be working on this for a while before going over to the next.

  • eleanorjmorel Thanks!

  • Firebase Plugins for Construct 3 now Free (open-source)!

    https://github.com/SparshaDhar/ConstructFirebase

    • Authentication- Sign In with Google, Facebook, Phone OTP, Email, etc. with Mobile Support
    • Realtime Database- User Data, Lists, Chat, etc.
    • Firestore
    • Cloud Storage
    • Analytics
    • Remote Config
    • Performance
    • Crashlytics

    Features:

    • Manage User's Profiles
    • Chat Rooms
    • Manage Friends
    • Data Querying
    • Three-Event Leaderboard
    • Customizable Database
    • Upload Files & Images to Cloud
    • Advanced Debugging
    • Analytics
    • Remote Config
    • Performance
    • Crashlytics
    • ReCaptcha

    Join Construct Firebase Discord Server discord.gg/9FG9M224K3

    Hi all, it’s been almost 6 years since I started this project. Thanks for all the support. It truly means a lot. What began as a school-time experiment turned into years of learning, updates, and building docs and features with an amazing community.

    At this point, I won’t be adding new features anymore. After 100+ updates and fixes, development will stop, though I’ll still be around for support.

    I’m now moving on to a new journey in games, still learning and growing. With approval from the Discord poll, the project is now open-source under the GNU Lesser General Public License v2.1.

    Tagged: