I have a button in JSP page inside an UIWebView by pressing the button i want to run another existing iPhone native application in background only.Do anyone have a solution for this.

I have a button in JSP page inside an UIWebView by pressing the button i want to run another
existing iPhone native application in background only.Do anyone have a solution for this.

Sounds like a virus.... I hope it's not...
Launching Other Apps within an iPhone

Similar Messages

  • Hi, I have a problem wih Photoshop. I am trying to press the buttons but they don't work at all. Also the program are not closed. How can i fix this? FYI, Illustrater is working normally.

    Hi, I have a problem wih Photoshop. I am trying to press the buttons but they don't work at all. Also the program are not closed. How can i fix this? FYI, Illustrater is working normally.

    You have not provided any useful technical information like system specs, error messages or whatever. We don't even know your exact product version.
    Mylenium

  • I reply to an email on my iPad. When I view the same email on the PC in MS outlook there is no indication that I have replied to it. Has anyone found a solution for this?

    I reply to an email on my iPad. When I view the same email on the PC in MS outlook there is no indication that I have replied to it.
    Is there an email app that I can use?
    Has anyone found a solution for this?

    This seems to be an annoying part of the newer OS.  When I first got my Pearl in 2008, I didn't have that occur.  However once the OS got upgraded, and now with the Tour, it seems like that is the way it works.  Not clear to me why they would have thought this is preferable.

  • HT5457 since I installed ios 6 on my iPhone 4S Siri has been verrrrrry slow - is there a solution for this?

    since I installed ios 6 on my iPhone 4S Siri has been verrrrrry slow - is there a solution for this?

    There is no issue with iOS7.
    The issue is with specific iPhones. 
    I know multiple people with iPhones that have all upgraded to the latest iOS and none of them have experienced issues with the update across multiple models.  Even with the postings here, if you search through them, some go back as far as iOS5 and these Wi-Fi/bluetooth issues occurring which clearly shows it is not the iOS update that is killing the hardware.  The issue is with hardware on specific devices that is boarderline working and an update is causing the hardware to fail.
    Apple offers an Out of Warranty replacement for a reasonable cost or the user can choose to replace the device with a different one (newer iPhone or some other device).
    Regardless, ranting here is pointless and against the terms of use.

  • Can anyone provide a solution for this problem

    hi all,
    In my page i am using a dropdown component , a table component and hyperlink and a button. whenever i click on the button the table component will populate values based on the selected values from the dropdown.
    The hyperlink is for opening a new window the same values as in the table component but in a pdf file.
    For that i have taken the help from one of the group members solution.
    Now i have set the target property of the hyperlink to new window. And in the hyperlink action method i have written the code for calling a servlet.Now the new window is opening fine with correct values.After that only the problem comes.Now if new window closed or not if i change the dropdown values that page is not getting refreshed.i.e. the table component is not refreshing with correct values.Also the button component which is supposed to work for displaying data in the table starts working like the hyperlink i.e . if i click the button it is opening the new window with the values which should have displayed in the table.
    bye the my page is inside a tabset which is inside a parent tabset
    I don't know whether my explanation about the problem is clear or not.
    but any help from anyone is appreciated.
    Interestingly if i navigate to some other tabs inside the main tabsets the table component get refreshed. but after clicking the hyperlink the same problem continues.
    is there any other component i can use to open the window and display the servlet's data
    Any valuable suggestions is expected,
    Thanks and regards,
    rpk

    maybe these links will help answer your question but if not come on back:
    http://discussions.apple.com/thread.jspa?messageID=5442965&#5442965
    http://discussions.apple.com/thread.jspa?messageID=5320620&#5320620
    http://discussions.apple.com/thread.jspa?messageID=5090887&#5090887
    http://discussions.apple.com/thread.jspa?messageID=5438220&#5438220
    http://discussions.apple.com/thread.jspa?messageID=5299609&#5299609

  • App Store app in my iPhone crashes very often. Why? There is a solution for this?

    I have tried to find for a way to contact/ask apple directly about this issue with no avail, until I found this place. This is my first question here. I am a newby.
    Sometimes when I open my App Store app in my iPhone and I  am either browsing for apps, or looking for an update it  crashes. I do not know why, but sometimes is very frustrating.
    We all know how frustrating is when any app crashes, or slows down. Sometimes there are ways to ask the developer directly why, and/or send a report for them to try to fix it. What about when is an app for Apple the one that crashes constantly, or slowes down? To whom do we need to contact? How can I complain?
    Any suggestions?
    Thanks in advance.

    Try resetting your phone:
    Press the Sleep/Wake button & Home button at the same time, keep pressing until you see the Apple logo, then release.

  • I have an ipad 64GB, I'm trying to restore it to the orginal memory capacaity of 59.9 GB when I first go it. Does anyone know how to solve this problem? Please help!!!!

    I have an ipad 64 GB I'm trying to restore it to it's orginal memory capacaity of 59.9 just like when I got it, Can anyone help me find the solution and help me fix it?

    This is an ipad 2 it hasn't been updated, the thing is I restored it to the orginal setting because it was acting up, instead of 59.9 GB it gave me the memory capacity of 58.9 that has been already been use. Do you think using a different computer that hasn't been use on my ipad will raise the memory capacity? I've done it before just that the computer that I've been using has my ipad's data.

  • Can anyone give a solution for  this ???

    Hi all,
    In upload and download function modules we will get One Pop-Up in that we have File Name and Data Format Options.
    But we are in Upgrade Project (ecc 6.0). So, we are not Using the Upload or Download FM.
    Instead of that we are using
    For Upload
    CALL METHOD cl_gui_frontend_services=>file_open_dialog and
    CALL METHOD cl_gui_frontend_services=>gui_upload
    For Download
    CALL METHOD cl_gui_frontend_services=>file_save_dialog
    CALL METHOD cl_gui_frontend_services=>Gui_download
    But problem is ..Client is Requiring the Pop-Up for Data Format in new methods.
    How can we get the Popup for the same ??
    Please reply ASAP.
    Thanks in advance
    Hariram

    Hi
    Refer this code
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-004.
    PARAMETERS : p_flint LIKE filename-fileintern
                 DEFAULT 'ZDIR_APPDATA',           " Logical Path Name
                 p_aserv RADIOBUTTON GROUP grp,    " Application server
                 p_flext LIKE filename-fileextern, " Application File Name
                 p_pserv RADIOBUTTON GROUP grp,    " Presentation Server
                 p_file1 LIKE rlgrap-filename,     " Presentation File Name
                 p_file2 LIKE rlgrap-filename,     " Error File Name
                 p_sesnm LIKE bgr00-group
                 DEFAULT 'ZPTPCNV110'.             " Session Name
    SELECTION-SCREEN : END OF BLOCK b1.
    FORM getfilename1  CHANGING p_file1 TYPE rlgrap-filename.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          program_name  = sy-cprog
          dynpro_number = sy-dynnr
        IMPORTING
          file_name     = p_file1.
    ENDFORM.                    " getfilename1
    Regards,
    Prashant

  • HT5622 I have purchased Iphone 5S and I want to give my existing Iphone 4 to my brother.  HOw to create new ID for IPhone 4?

    I have given my Iphone 4 to others.  I want to erase the data in that.  At present, I am using Iphone 5S with my ID.

    Settings>General>Reset>Erase All Content and Settings. Once that's done the phone will be like new and during the setup process your brother can create an Apple ID if he doesn't already have one.

  • How to when press the button and can change the value in the table?

    this is my code so far with a table and a button..how can i make it when press the button and the data in table change..
    * SimpleTableDemo.java is a 1.4 application that requires no other files.
    import java.awt.BorderLayout;
    import java.awt.Button;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    public class SimpleTableDemo extends JPanel {
    private boolean DEBUG = false;
    private JPanel button;
    private JButton enter;
    public SimpleTableDemo() {
    super(new BorderLayout());
    //button.setBackground(Color.pink);
    //setForeground(Color.pink);
    String[] columnNames = {"First Name",
    "Last Name",
    "Sport",
    "# of Years",
    "Vegetarian"};
    Object[][] data = {
    {"Mary", "Campione",
    "Snowboarding", new Integer(5), new Boolean(false)},
    {"Alison", "Huml",
    "Rowing", new Integer(3), new Boolean(true)},
    {"Kathy", "Walrath",
    "Knitting", new Integer(2), new Boolean(false)},
    {"Sharon", "Zakhour",
    "Speed reading", new Integer(20), new Boolean(true)},
    {"Philip", "Milne",
    "Pool", new Integer(10), new Boolean(false)}
    final JTable table = new JTable(data, columnNames);
    table.setPreferredScrollableViewportSize(new Dimension(500, 70));
    if (DEBUG) {
    table.addMouseListener(new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    printDebugData(table);
    //Create the scroll pane and add the table to it.
    JScrollPane scrollPane = new JScrollPane(table);
    enter = new JButton("Press me");
    //Add the scroll pane to this panel.
    buildButton();
    add(scrollPane, BorderLayout.NORTH);
    add(button, BorderLayout.CENTER);
    private void buildButton(){
    button = new JPanel();
    button.add(enter);
    private void printDebugData(JTable table) {
    int numRows = table.getRowCount();
    int numCols = table.getColumnCount();
    javax.swing.table.TableModel model = table.getModel();
    System.out.println("Value of data: ");
    for (int i=0; i < numRows; i++) {
    System.out.print(" row " + i + ":");
    for (int j=0; j < numCols; j++) {
    System.out.print(" " + model.getValueAt(i, j));
    System.out.println();
    System.out.println("--------------------------");
    * Create the GUI and show it. For thread safety,
    * this method should be invoked from the
    * event-dispatching thread.
    private static void createAndShowGUI() {
    //Make sure we have nice window decorations.
    JFrame.setDefaultLookAndFeelDecorated(true);
    //Create and set up the window.
    JFrame frame = new JFrame("SimpleTableDemo");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    //Create and set up the content pane.
    SimpleTableDemo newContentPane = new SimpleTableDemo();
    newContentPane.setOpaque(true); //content panes must be opaque
    frame.setContentPane(newContentPane);
    //Display the window.
    frame.pack();
    frame.setVisible(true);
    public static void main(String[] args) {
    //Schedule a job for the event-dispatching thread:
    //creating and showing this application's GUI.
    javax.swing.SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    createAndShowGUI();
    }

    Cross-post:
    http://forum.java.sun.com/thread.jspa?threadID=676105

  • HT4757 I want to import RAW files from my Panasonic Lumix GH3. Is there an Apple update for this?

    I have a Macbook Pro with 10.6.8 OS X & iPhoto 09. I want to import RAW files from my Panasonic Lumix GH3. Is there an Apple update for this?

    Hello tadgv,
    Mavericks, which is a free upgrade, supports your camera's RAW format.
    OS X Mavericks: Supported digital camera RAW formats
    http://support.apple.com/kb/HT5955
    OS X Mavericks
    https://itunes.apple.com/us/app/os-x-mavericks/id675248567?mt=12
    Cheers,
    Allen

  • Anyone has a solution for the problem: typing keywords and suddenly it does not work anymore. Mostly I have to restart my iphone 4Gs

    Does anyone has a solution for this problem?
    Since I updated to iOS 6 sometimes my keywords did not work.
    I always have to restart my iPhone to have it work.
    It's ridiculous to always restart my phone.
    If you also have this problem you can repost + give some tips.
    Thanks and greetings,
    Max Louis

    Hi Alo816,
    I'm sorry to hear you are having such extensive issues with Messages on your iPhone. If you continue having issues sending or receiving Messages, you may find the troubleshooting steps outlined in the following article helpful:
    iOS: Troubleshooting Messages - Apple Support
    If you continue to have issues with Messages after that troubleshooting, especially if it is still having or crashing, you may want to make sure you have a current backup of your data in iTunes, then try restoring your iPhone to factory settings and testing it in that default condition to see if the issues persist before restoring your data. You may find this article useful:
    Use iTunes to restore your iOS device to factory settings - Apple Support
    Regards,
    - Brenden

  • My iPhone 4G isn't receiving texts from a group text I'm in. Is there a solution for this?

    My friends are telling me there are multiple messages that have been sent to me, the most being from a group message. However, I haven't recieved any. I've already tried restarting my phone, resetting my network, and plugging it into my computer. Anyone know a solution for this?

    What is an iPhone 4G? Lol

  • Forwarding to jsp page inside web-inf

    hi everyone,
    i have a question. i have jsp pages inside web-inf folder and i have welcome page of project(outside web-inf) in pages from where i want to give link to jsp page inside web-inf folder. this project is absed on spring framework. how can i do this?
    thanks in advance

    hi everyone,
    i have a question. i have jsp pages inside web-inf folder and i have welcome page of project(outside web-inf) in pages from where i want to give link to jsp page inside web-inf folder. this project is absed on spring framework. how can i do this?
    thanks in advance

  • Purchased a new Apple TV and the remote double clicks each time I press the button. It worked fine during set up and for the first two days.  I have since moved it and this problem started. Restarted,reset,unplugged,change remotes, no change.Help please.

    Purchased a new Apple TV and the remote double clicks each time I press the button. It worked fine during set up and for the first two days.  I have since moved it and this problem started. Restarted,reset,unplugged,changed remotes, no change. Latest software update. This is really annoying.  iPhone remote app works just fine.  Any suggestions?

    That's one of the weird things.. it recognizes it maybe 10% of the time. And usually, only after I do the two-button reset. Problem is.. since it won't charge above 2%, anytime I try to do a restore or anything like that using iTunes, my device shuts off and I lose whatever progress I'd made.
    So, an update... after reading through a bunch of similar complaints (there are literally 1000's of them so there's NO WAY this isn't somehow ios7 related, thanks a lot APPLE ) I decided to try a restore in recovery mode. After 3 hours and several disconnections... I ended up having to just set it up as a new iPad, as the restore did nothing. Weirdly though... as I was doing the restore in recovery mode.. I noticed I'd gotten up to a 10% charge.. higher than it's been since September, so after setting it up as a new device, I turned it off and plugged it in using the wall charger. 2 hours later and I was up to 38%. Still not great, as my iPad, before ios7 could've fully charged twice in the amount of time it took for me to now get 28% more of a charge. And that's with a fully cleaned out device.. so that really ***** and I'm now more confused than ever.
    But I'm gonna leave it overnight charging and see what I come up with tomorrow. Sadly, when I paid $600 for it in February, I never expected to have to play "wait and see" with it...

Maybe you are looking for