When long press the input box it can popup the system menus (like select select All or copy select paste), but when press the menu the system keyboard was directly exit.
It seems that press on external area. Other platform(iphone4, iPad) words well. Any one meet the same issue and and found the solution for it ?
Related
In iOS 12 and 13, when selecting the HTML <input type="file" multiple> the browser/webview displays three options to upload files: take a photo, select from the photo gallery, or browse the file system.
It's possible to select multiple files using the photo gallery, but if I want to upload other types of files using the browse the file system option, multiple file selection is not possible and I can only select one.
Is this behavior is expected? If it is a bug, is there any walkarounds? In short, how can I handle this on the development side?
There are currently (in iOS 15) two ways to do this. I do not know to what extent this might also work in iOS 12/13.
Choose Files
Pick Choose Files
Navigate to your location
Tap the circle menu at the top with the three horizontal dots
Tap "Select"
Tap the icons of the files you want to select
Tap "Open"
Drag and Drop
This requires two fingers and maybe a bit of practice ;)
Leave the form by swiping up to the App Switcher (or use the home button)
Go to your files app
Tap and hold on a file icon and then drag the file a bit. This can be tricky; if you start dragging too soon then you just scroll the whole page, if you start dragging too late then the long-click context menu will come up instead.
While still holding the now-floating icon with one finger, use another finger to tap on additional icons and add them to your selection. You can even navigate to other folders to gather more items, but be careful about releasing the selected items too early—this could result in moving items to whichever folder you have navigated to.
While still holding the floating icons with one finger, swipe out of the Files app with another finger and make your way back to the upload form in Safari.
Drag the floating icons over the Choose Files button and release — the dropped files are now ready to be uploaded.
Recently I have updated/upgraded to version 10.2, free personal edition. I think right after the upgrade, the right-mouse-button behaviors changed.
I am a long time unix user, I always high light a selection in the term, and then double click the right-mouse-button to paste the selection in the place where the mouse cursor is.
But now, the context menu pops up when clicking the RMB regardless one-clicking or double clicking, and I have select the paste from the menu to paste the selection.
I don't see the reason why MobaXterm should change the behave in such a way that is annoying and inconvenient.
How can I change it back to the way before like any other Xterm apps?
I found the setting:
Settings | Terminal
The check box Paste using right-click is default to unchecked.
check this box, and restart MobaXterm, the RMB double click will paste the selection without the context menu popping up.
Go to Settings tab on the Top Panel
Select Settings->Configuration.
Under the Terminal Tab, inside the "Terminal Features" Panel. Toggle "Paste using right-click" to ☑️ ( toggle : yes).
select2 or chosen or bootstrap-multiselect
I am looking for a way to show the options in a multi select, just like plain simple "multiple" option does to the regular select control.
It saves a click! it saves a click (the need to open the dropdown to see the options), when you have to select multiple options. I am not able to find anywhere any documentation regarding that.
Could it be that you are asking not about "list as it is in HTML" (note: there are no one unified solution - see multiselect on mobile devices, they are not the same as on desktop) but about list that is in popup which is opened by click ant that is NOT CLOSED till you could finish all your selections? One click is requried, but not "click to open, click to select, click to open, click to select ..."?
Chosen can't do this (chosen closes popup after selection).
bootstrap-multiselect can, but its list is not very friendly: 1) it can change its location (jump up and down) under the mouse, and 2) is usually "too wide" - checkboxes are too far from text (text aligned left, checkbox aligned right).
You can try my component: https://github.com/DashboardCode/BsMultiSelect
Here dropdown menu is not closed till you had finished all your selections, and it can't look "too wide" if you have "wider" length of your input control.
I am running tests which require having different keyboards open while typing throughout the app. I want to be able to run a test that perhaps launches a script that changes the default language before the test begins. I know you can run scripts which do similar things to change the state of the simulator however I cannot find where the keyboard settings are located.
I spent some time trying to figure this one out.
Here's what I've got for you:
To use different keyboards, you need to tell manually the Simulator which languages you plan on using when you type.
From then on, whenever the keyboard is up, there will be a UIAKey named Next Keyboard that looks like a Globe.
Do a long press on it to get an action sheet open with all the different languages, or click it once to cycle through the keyboards.
Step-by-step:
Go into System Preferences on the simulator
Click on General
Click on Keyboard
Click on Keyboards
Click on Add New Keyboard...
Select (Language)
Close the Simulator
Open your app
Click on a Textfield
See the Globe Button
Click the Globe Button
Keyboard should now be in (Language)
In Xcode I can press Shift-Cmd-J to select the current file on the left.
Is there a shortcut that does the same in Appcode?
The closest equivalent (as far as I know) is the "Select in..." command. The standard shortcut is ⌥F1, but you can change that in the Keymap settings.
It requires an additional ⏎ to select the current file in the project navigator (you can also reveal it in the Finder or structure view this way), so it isn't exactly the same.
⌥-F1 then press ENTER will do this for you.
It will just bring up a menu but by hitting enter you are selecting the default option.
There is an app I use called cheat sheet which is handy for this kind of thing.
Cheat Sheet - hold down ⌘ and it shows all keyboard shortcuts for the app you're currently in.