jatin1726's Recent Forum Activity

  • Hi Team,

    I found this URL can easily opens camera on iOS 11. safari whereas construct 2 still cant open camera on iOS 11 safari. The guy says adding 'autoplay and playsinline' in video tag does the magic. I tried adding these to construct 2 webcam template but didn't work. Can someone fine solution for construct 2 for opening video on iOS. Hope Ashley looks into this and share some help.

    URL for opening camera on iOS : https://webrtc.github.io/samples/src/co ... media/gum/

    Regards,

    Jatin

  • Hi Everyone,

    Can anyone help me in displaying calendar which updates everymonth and user can tap on a date and add text to it. ?

    Regards,

    Jatin

  • I think the issue is with configuration. Can you try "Letterbox scale" option ?

  • jatin1726:

    The regex defines what can and can't appear in the email address; this part:

    ^[A-Z0-9._%+-]+

    ...defines what characters can appear before the "@". The "@" ensures that there has to be an instance of the "@" symbol.

    This part defines what can appear after the "@":

    [A-Z0-9.-]+\.[A-Z]{2,}$

    Note that neither of these parts allow "@"

    This isn't the only regex that can validate emails. If you google "regex" and "email" you will find a whole bunch of other examples, some more thorough than others.

    Thanks a lot for such a detailed help. God bless u.

  • The capx I shared above demonstrates this as described. Here's the link again:

    https://www.dropbox.com/s/qw6a0rp9f5srf ... .capx?dl=0

    Type the email address into the text box, press enter. The text above the text box will change depending upon whether the email is valid or not.

    Thanks a lot again. It is working perfectly fine. I have a small query. How it is identifying for invalid format when I am typing 'xtd@' symbol twice in email?

  • > Hi Friends,

    >

    > Today I posted a tutorial for subway surfer like game but don't know how automatically multiple copies or tutorial uploaded like spam. I dont know how to delete these. Can someone just help in keeping one copy of tutorial and deleting other copies?

    > Here is the tutorial

    > https://www.scirra.com/tutorials/9596/h ... onstruct-2

    >

    > Regards,

    > Jatin

    >

    All duplicates deleted.

    Thanks Zenox98

  • Hi Friends,

    Today I posted a tutorial for subway surfer like game but don't know how automatically multiple copies or tutorial uploaded like spam. I dont know how to delete these. Can someone just help in keeping one copy of tutorial and deleting other copies?

    Here is the tutorial

    https://www.scirra.com/tutorials/9596/h ... onstruct-2

    Regards,

    Jatin

    Hi Friends,

    Wanted to know construct 2 store is broken for everyone or it is only me who is facing this issue? If it is down till when can we expect it to go up?

    Regards,

    Jatin

  • jatin1726

    In the demo I supplied the following shows as valid:

    ...and these all show as invalid:

    ex@mple@gmail.com

    example@gm@il.com

    ex@mple@gm@il.com

    example@@gmail.com

    Hi, Can you share capx in which these formats of showing mail id is invalid. That will be helpfull.

    Please can you supply an email address that is working incorrectly?

  • jatin1726 I'm not sure I understand. Do you mean that invalid email addresses with 2 "@" symbols are being marked as valid, or that emails with 2 "@" are not being allowed in the demo I supplied? Can you give me some written examples of some emails that aren't working correctly?

    Hi, I meant this. "Do you mean that invalid email addresses with 2 "@" symbols are being marked as valid" . This was supposed to be invalid email address and shouldn't allow further typing 'iyh@' more than once. or can I display tooltip if his typed email is not in valid format? how to cross check his typed email is correct or not?

  • jatin1726

    Here you go:

    https://www.dropbox.com/s/qw6a0rp9f5srf ... .capx?dl=0

    Thanks a lot mekonbekon for such a quick reply. Really grateful for support.

    But the capx I check is unable to verify correct email format. for example there can't be 2 'mnu@' symbols in email id or there will be no $ in email id. Right now in capx sent by you. I am unable to restrict any user to fill email id in correct format.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • jatin1726

    You can use the "System|Test regex" condition to test the text in a text input box:

    String: TextBox.Text

    Regex: "^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$"

    Flags: "gi"

    This should capture pretty much all email configs. Use an "else" statement beneath this condition for your invalid email actions.

    Sorry mekonbekon. I am unable to understand the solution u provided. Can you please provide a capx for the solution that will be very big help for me.

jatin1726's avatar

jatin1726

Member since 27 Oct, 2014

Twitter
jatin1726 has 4 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • x25
    Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies