How to disable the copy function from popping up incessantly?

As I am scrolling down virtually every page, this copy function and a series of blue dots starts appearing. It seems random, my finger is scrolling the middle of the screen. It is really annoying. It totally disrupts flow, requires me to keep tapping until it goes away. Also the screen becomes blue.Anyone know this problem and how to solve it?

I've run across this problem a few times on my iPhone with a page full of text... start moving your finger up/down as soon as you touch.  Remove your finger as soon as you stop.

Similar Messages

  • How to disable the purchase function?

    Anyone know how to disable the purchase function from the ipad2? How to disable and empty the payment credit card inform? If not, is it secure?

    None for payment
    After establishing the Credit Card account (i.e. after you have made purchases), you can remove the credit card information by editing your payment info, choosing "None".

  • How can I disable the accented characters from popping up on the iPad?

    Hello all,
           I work with clients who are unable to talk due to various developmental delays. We use the Proloquo2go app which uses the regular iPad keyboard for communication. Is there a way to disable the accented characters from popping up when typing on the keyboard? This is very distracting for some of our clients. Thanks in advance for any advice.
    Nikki

    I don't use an external keyboard but I wonder if you would have any different functionality with one. I'm sorry that I cannot recommend anything but have you thought about that approach?
    http://mashable.com/2012/05/11/ipad-special-needs/

  • How to use the pps function from JCOP?

    Hi
    I'm trying to use the pps function from JCTerminal (JCOP API: [url http://www.cs.ru.nl/~woj/jcopapi/com/ibm/jc/JCTerminal.html#pps(int, int)]pps function ) to connect my client to a virtual card with a specific protocol (T=0).
    But I always got the error: "Protocol and parameter selection not supported by this terminal!"
    I've tried to make an ATR that support both protocol : [url http://smartcard-atr.appspot.com/parse?ATR=3b909580811fc7dc]3B 90 95 80 81 1F C7 DC.
    I really don't know what value to put in the second parameter (baud rate), I've tried with 150000, which is in the range of the ATR but I'm not sure this is correct. And I could't find any example of it.
    I'm also not sure where to put the pps command, the specification say directly after a reset, so I tried this implementation:
    System.out.print("Start");
              readers = TerminalFactory.getDefault().terminals().list(State.CARD_PRESENT);
              //If no readers has a card it ends the process
              if(readers.isEmpty()){
                   System.out.println("\nNo card in the reader...");
                   return;
              System.out.println("\nReader Type: "+readers.get(0).toString());
              term = (PCSCJCTerminal)JCTerminal.getInstance("PCSC", readers.get(0).toString().substring(15));
              term.open();
              System.out.println("\nTerminal opened");
              //Getting the ATR
              atr = new ATR(term.waitForCard(2000));
              try {
                   term.pps(JCTerminal.PROTOCOL_T0, (int)150000);
              } catch (Exception e) {
                   e.printStackTrace();
              System.out.println("ATR: "+toHex(atr.getBytes()));
              //sending a data 11223344
              System.out.println("\nsending data: 11223344");
              byte[] responsesend = term.send(0,cmdsend,0,cmdsend.length);
              System.out.println("Response data is:" + toHex(responsesend));
              //close terminal
              term.close();
              System.out.println("\nTerminal closed");I've got this output on the console:
    <font size="2">StartReader Type: PC/SC terminal Virtual CAD Reader 0
    Terminal opened
    ATR: 3b 90 95 90 00 81 1f c7 cc
    sending data: 11223344
    <font color="red">Protocol and parameter selection not supported by this terminal!</font>
         at com.ibm.jc.JCTerminal.pps(Unknown Source)
         at com.test.essai.main(essai.java:46)
    </font>>
    And If I take a look at the data exchanged with the card:
    <font size="2">Running in Virtual Card mode...
    ATR: 3B909580811FC7DC
    Waiting for event (power: off, protocol: unknown/undefined)...
    Waiting for event (power: off, protocol: unknown/undefined)...
    Raw event data: 01
    Event: VCAD_EC_POWER_ON (0x01)
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_POWER_ON) ATR: 3b909580811fc7dc
    Raw reply data: 003b909580811fc7dc
    Sending reply...
    Waiting for event (power: on, protocol: unknown/undefined)...
    Waiting for event (power: on, protocol: unknown/undefined)...
    Raw event data: 06ff11957b
    Event: VCAD_EC_EXCHANGE_TPDU (0x06) C-TPDU: ff11957b
    Accepting any PPS request parameters: Protocol: t=1; FI=9, DI=5
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_EXCHANGE_TPDU) R-TPDU: ff11957b
    Raw reply data: 00ff11957b
    Sending reply...
    </font>>
    This (above) is the PPS command but not from the PPS function, it is always sent with protocol T=1
    <font size="2">Waiting for event (power: on, protocol: t=1)...
    Raw event data: 0501
    Event: VCAD_EC_SET_PROTOCOL (0x05) Protocol: t=1
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_SET_PROTOCOL)
    Raw reply data: 00
    Sending reply...
    Waiting for event (power: on, protocol: t=1)...
    Raw event data: 0600c10120e0
    Event: VCAD_EC_EXCHANGE_TPDU (0x06) C-TPDU: 00c10120e0
    Handling protocol-specific command...
    Protocol block:
    NAD: 0x00
    PCB: 0xc1 (T1_S_BLOCK); S-Block type: T1_SBT_IFS_REQ
    LEN: 1
    INF:
    IFS: 20
    EDC: 0xe0
    Changing IFS(other) from 32 to 32
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_EXCHANGE_TPDU) R-TPDU: 00e10120c0
    Raw reply data: 0000e10120c0
    Sending reply...
    Waiting for event (power: on, protocol: t=1)...
    Raw event data: 0600001300a404000d54657374436c69656e7441707000f0
    Event: VCAD_EC_EXCHANGE_TPDU (0x06) C-TPDU: 00001300a404000d54657374436c69656e74
    41707000f0
    Processing app. command...
    App. block:
    NAD: 0x00
    PCB: 0x00 (T1_I_BLOCK); Seq. #: 0; More data: 0
    LEN: 13
    INF:
    00a404000d54657374436c69656e7441707000
    EDC: 0xf0
    cmd name: N/A (class #4)
    cmd: 00a40400 0d 54657374436c69656e74417070 70
    Responding with the reversed command data, SW is hardcoded to 90<INS>
    rsp: 707041746e65696c4374736554 90a4
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_EXCHANGE_TPDU) R-TPDU: 00000f70704
    1746e65696c437473655490a475
    Raw reply data: 0000000f707041746e65696c437473655490a475
    Sending reply...
    Waiting for event (power: on, protocol: t=1)...
    Raw event data: 060040041122334400
    Event: VCAD_EC_EXCHANGE_TPDU (0x06) C-TPDU: 0040041122334400
    Processing app. command...
    App. block:
    NAD: 0x00
    PCB: 0x40 (T1_I_BLOCK); Seq. #: 1; More data: 0
    LEN: 4
    INF:
    11223344
    EDC: 0x00
    cmd name: N/A (class #1)
    cmd: 11223344
    Responding with the reversed command data, SW is hardcoded to 90<INS>
    rsp: 9022
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_EXCHANGE_TPDU) R-TPDU: 0040029022f
    0
    Raw reply data: 000040029022f0
    Sending reply...
    Waiting for event (power: on, protocol: t=1)...
    Raw event data: 03
    Event: VCAD_EC_POWER_OFF (0x03)
    Reply: VCAD_SC_OK (0x00) (in reply to VCAD_EC_POWER_OFF)
    Raw reply data: 00
    Sending reply...
    Waiting for event (power: off, protocol: unknown/undefined)...
    </font>>
    If someone know how to use this function or have any advice to help me to select a specific protocol with Jcop API, please let me know.
    If you you need any more information don't hesitate to ask.
    Best regards
    Edited by: Cyril on Sep 22, 2011 9:54 AM

    -1
    I'm using a virtual terminal (windows driver), and I don't see how I could turn off the Auto-pps. I've also tried with a real reader and a card and I have the same error.
    -2
    I've tried value in the range of the atr (based on this analysis: [url http://smartcard-atr.appspot.com/parse?ATR=3b909580811fc7dc]http://smartcard-atr.appspot.com/parse?ATR=3b909580811fc7dc ). But I don't know if only I value of baud-rate is possible in the range. Anyway I just would like to change the protocol, not the baud-rate.
    -3
    I've already tried to call pps function before, after the first reset, or with another reset later and I always got the same thing.
              term = (PCSCJCTerminal)JCTerminal.getInstance("PCSC", readers.get(0).toString().substring(15));
              term.open();
              System.out.println("\nTerminal opened");
              //Getting the ATR
              atr = new ATR(term.waitForCard(2000));
              System.out.println("ATR: "+toHex(atr.getBytes()));
              jcard = new JCard(term,atr,0);
              jcard.reset();          
              try {
                   term.pps(JCTerminal.PROTOCOL_T0, (int)312500);
              } catch (Exception e) {
                   e.printStackTrace();
              }The same pps is always send after each reset...

  • MSI installation, how to disable the online functions (like Cloud and login)?

    How can I disable the online functions which need a login with the adobe id? I want to do this while I install the Adobe Reader DC with the MSI installer.

    Hi Yannic,
    I can understand your concern, however Document Cloud is a core part of Adobe Acrobat Reader DC and Adobe Acrobat DC so it cannot be disabled. If you don't want to use this feature then you don't need to sign in.
    If you really feel that this does not suites your requirement then you can uninstall it & re-install Adobe Reader 11 Adobe Acrobat Reader DC Install for all versions.
    Let me know if you have any further queries.
    Regards,
    Aadesh

  • How to disable the automatic conversion from JPEG to TIFF?

    I am using Keynote '09 and Safari 4 on OS X 10.6.8, and I often want to drag and drop a JPEG image from Safari to my slides. I would like to keep the image format as is, but Keynote automatically converts the image format from JPEG to TIFF, so the .key file size becomes large.
    Does anyone know how to disable this automatic conversion? Any idea? I know that I can use the original format if I save the JPEG image at a temporary location, such as ~/Desktop. But I would prefer simpler way. Drag and drop is the best.

    Indeed, having the same problem here.  A simple PPT file that was 1 MB ballons often to more than 10 x the size as a KEY file.  If you rename to zip and open, one notices lots of completely useless "PLACEHOLDER" and background files that occupy several MB in total, plus some small JPGs have been converted to very large PNGs.  This is truly annoying. 
    A similar lack of "file size economy" is present in all applications apple produces for the ipad/iphone.  Images I uplodaded to the photo app become very large (often 10 x bigger).  WTH apple?  Be more economical!  Even my 64 GB ipad2 is starting to feel small with your waste.

  • Re: How to disable the personalize tab from help-- diag-- custom code in 11i.

    Dear,
    How to Active this help--diagnostics--custom code--personalize, because i had tried by sys Adminstrator---> Profile--->system  and put profile as Utility Diagnostic to my User Level.

    Hi,
    Please refer note:
    How To Enable/Disable The Forms Personalization Menu (Doc ID 550626.1)
    Please check the above note, and also confirm you logout and login back after making changes to the profile.
    Thanks &
    Best Regards,

  • How to disable the URL bar from receiving focus after a page click

    When I click on any link within a webpage, the new webpage will load up. I start hitting the UP and DOWN arrows to start scrolling through the page. But Firefox has stolen the focus from the webpage and given it to the URL bar. So I start to see URL history popup in a drop down list from above.
    This is very annoying.
    Is there a way for the URL address bar from stealing the focus, and just display the current page's URL?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to disable the menu bar from hiding and fix screen?

    I've looked thoughly to find the answer online, system preferences and here with no luck. I recently updated my software to Mac OS X 10.7.4. Now the menu bar is automatically hiding, but reapearing when I mouse over and the screen in all windows are too wide and long. When I click the 'green' icon for resizing the window, it sizes it too wide and long. I am not in full screen and do not have enlarge on (COMMAND +) and i've check the display settings. Maybe Mac added this as a feature with the update thinking people will like it but I don't like it at all, my typing in an email is not visable on the right. Can someone please tell me how to turn this feature off? Also the resolution/clarity of my screen is not as good since the update. It is not much of a difference but enough to make my eyes hurt a bit.
    thanks for your help!

    Yes it is Aluminium. Yes I checked that it is set to 1280 by 800 and changed the resolution and changed it back many times to see if that would help. Is this not a new feature with the new OS X update? Thanks

  • Disable the copy and paste

    Hi,
    can any one tell how to disable the copy and paste functionality of the text items in the forms 11g.
    Advance Thanks.

    Change the item type from TEXT to DISPLAY. If you want the user to be able to type in the field, it will be difficult to prevent copy/paste. It might be possible with a PJC.

  • What is the copy function??.

    How do use the copy function??..

    Sorry I don't think you u can copy youtube videos.
    where are you trying to copy it to?

  • How do I reorganize my photos on iPad 2?  I need to move (not copy) photos from one album to another.  When I use the copy function to another album, and then try to delete an image from the original album, the system wants to delete the photos from all a

    How do I reorganize my photos on iPad 2?  I need to move (not copy) photos from one album to another.  When I use the copy function to another album, and then try to delete an image from the original album, the system wants to delete the photos from all albums.  Please help.

    You can't do it directly on the iPad - the new album functionality basically only allows you to copy photos into those new albums, you can't move them. The way that I think of it as working is that you are just creating pointers to the photos in those new albums, so if you then delete the original photo on the iPad you therefore automatically delete all the pointers to it.
    If you want to re-organise your albums then you will need to do it on your computer and then sync those albums over to the iPad

  • HT1841 How to disable some of the automatic function from my bluetooth (jabra) while iphone does not have the capacity to set up the bluetooth property like BB?

    How to disable some of the automatic function from my bluetooth (jabra) while iphone does not have the capacity to set up the bluetooth property like BB?

    Sorry. You're not making sense. Please re-phrase the question or post in your native language.

  • Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the pro

    Anyone know how to stop the "activate" box from blocking usage of a perfectly legal copy of Ilisten? I want to help my dyslexic grandson and this box, including the activation code, keeps popping up, keeping me from using the software. I activated the program and did a few profile building sessions, now it pops up each time I start the program, blocking me from using it. Help sure would be appreciated.
    Jay

    I looked at your post this morning and did not know enough to respond, other than to find out that links to iListen now go to newer, renamed software. Considering it's been nine hours with no response, I'm suspecting few people here have experience with that software. You could contact the current copmany that used to sell that package and see if they have any archived support info.
    BTW: please check you entry for "Mac OS" in your profile. It says iOS, which cannot run on an iMac. iOS is the system for phone and iPads but can't run on Mac computers. Do "About this Mac" from the Apple menu and see what it says about the OS version. Should look like this:
    If the "Processor" line says "Intel," you have a newer Mac than the old modles this forum covers; Intel iMac have their very own forum here:
    iMac (Intel)

  • Officejet Pro 8500 Premier: How do I force the Copy function to use paper from Tray 2?

    I set the default tray to Tray 2 and locked Tray 1 to protect my envelopes and this works fine when printing from the computer. But when I copy a document using the START COPY button, the printer pulls from Tray 1 and complains about the media being the wrong size.
    When I use the printers control panel to set the Copy function to use Tray 2, it resets itself to Tray 1 the next time I copy something.
    Surely I am not the only one in the Universe who would want to configure my printer to do this.
    Has anyone else out there tried this?
    Also, is there a specific forum for the Officejet Pro 8500 series printers?

    Hi
    Hope you're still checking this
    I had the same problem but found that if you go to the copy menu through the touchscreen, change the tray to tray 2 and then scroll to the very bottom there is an option to "Set as new default". This also changes the default for the Start Copy buttons - at least it did for me anyway.
    Good luck

Maybe you are looking for

  • Help with HP laserjet CM1015 MFP

    everytime i print something, i have to press [ok] in the printer and it annoying i tried moving in the menu in the printer and nothing solved it (at least what i moved on it) any hints?

  • Appending Data to the MSWord Using java

    Hi,      I need  to append data to the MSWord doc Using a java Program.The data contains both text and image.While appending data the size of the doc is increasing but the data is not Visible.    I'm using Streams to read and write into the MSWord do

  • How can it be done?

    I have heard about people compile java apps into native machine code, but how can it be done? I have heard that the javac compiler, and netbeans is also written in Java, but as I can see they are Win32 EXEs, as well as native for other platforms, is

  • IMac turns on; no picture

    Purchased this iMac in early 2002. Hard drive was replaced in 2007, DVD drive this past Jan 09. I was on Safari and everything froze. Mouse did not respond, could not log off, nothing. I turned off the iMac manually in the back, waited a few minutes,

  • Menus & Toolbars

    Hello! I wish to know how to disable all menus and toolbars for using Acrobat X as well as right click of the mouse. I embed a pdf and have a print button associated with the menu of the web page. Any help would be very appreciated. Regards Ian