Jump to content

Question about making input field on mobile


ftguy2018
 Share

Recommended Posts

I didn't get a chance to play around with code to look at this, so I can only give a few suggestions on a few things to try.

I think these link should be helpful:

(This one says that you need an html <input> tag to show the keybard.

https://stackoverflow.com/questions/6837543/show-virtual-keyboard-on-mobile-phones-in-javascript

 

(general html for showing/hiding getting input)

https://stackoverflow.com/questions/21499402/how-to-use-a-textbox-with-html5-canvas-and-hide-it-when-not-needed

 

And this link has the html5 markup for making the input a number only keyboard. e.g.

<input type="number" pattern="[0-9]*">

 

Hope this helps get you going. I don't think there is a built-in Panda feature for this, so you'll have to add your own html to index.html, and write a few functions to help you out.

Good luck!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...