-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New extension: Mobile keyboard #825
Conversation
this is cool. |
Does it support iOS |
This comment was marked as spam.
This comment was marked as spam.
@Skyhigh173 |
@NexusKitten |
This comment was marked as outdated.
This comment was marked as outdated.
That's in scratch-gui, and I doubt he'll add it (as I think that gallery is for the highest-quality and most useful extensions). |
@GarboMuffin |
There is a button to mark "Ready for review" at the bottom of the page |
@GarboMuffin, can we disable ESlint on SVG images? (Because it keeps complaining about the ratio not being EXACTLY 300×600px) |
The aspect ratio must be exactly 2. I deal with that error if you do not. |
This comment was marked as outdated.
This comment was marked as outdated.
0fe4265
to
954b134
Compare
LongmanDictonary is NOT an SVG, its PNG
I wonder why force-pushing closed the PR? |
@GarboMuffin , I think it should be ready to merge |
@veggiecan0419, force pushing deletes the other branch to add the contents of the branch to the one you are force pushing it to. Deleting the branch causes the PR the PR was made with to be deleted as well. |
…n closed, refactoring
hello sorry for delay, i've made some changes and tested them on an Android, do they seem good to you? |
if it looks good to you then comment here; if it takes >24hrs to get merged after that then email [email protected] because your comment got lost in my notifications |
Yes, looks good 👍. A lot better than before. |
Yay! 🥳 |
it seems this extension doesn't work on iOS |
if you have an iphone then you can help us fix it |
New extension: Mobile keyboard
Blocks that show the keyboard on mobile devices and get the users input without showing any sort of input modal.
THE THUMBNAIL:
THE BLOCKS:
THE POSSIBLE KEYBOARD TYPES:
NOTES:
This extension has only been tested out on a samsung galaxy A12 and a MediaTek TV, though it should show the keyboard on any device with an on-screen keyboard, and should get the users input without showing any sort of input modal on ALL devices (ie. if you run the 'show alphabetical keyboard' block on a computer, the 'typed text' monitor should be recording whatever you type untill you click the enter key).