Links to open page in native phone app?

In my e-mail signature I have pictures representing various social media pages I manage. Facebook, Twitter, Instagram, etc. I have attached links to each of these pictures that people can click and be led to the specific page. I am looking for a way to guarantee that when someone checks their email on a mobile device, that the picture will direct them to a pre installed app, where they can quickly give us a thums up or follow our posts.
The way it's set up now will open each page in their phone's default browser. Leaving it 'as is' runs the risk that they are not logged in one the browser and that decreases our chances to get our voice heard.
If this is possible I would sure appreciate the proper instruction.
Thank you in advance!

Hello,
It is not clear how the application is packages, but to deploy a Web Application on OracleAS, you should package it in a WAR (Web Archive) Have you done that?
You should not deploy by simply "copy file", but packaging the WAR, and use Enterprise manager (or command line), take a look to your server http://server:port/em
Note:
You have posted this question in the Web Services forum, this forum in mainly focus on SOAP Web Services (XML, SOAP, WSDL, ...), if youh ave generic question on Java EE development and deployment using Oracle stack I will invite you to post question on the [urlhttp://forums.oracle.com/forums/forum.jspa?forumID=46]OC4J/J2EE Forum
Regards
Tugdual Grall

Similar Messages

  • All of a sudded, my firefox browser isnt allowing my to click links and open pages, or open anything on the top area of the screen.

    All of a sudded, my firefox browser isnt allowing my to click links and open pages, or open anything on the top area of the screen. For example i go to my email and i cant click on inbox, send, create, folders, mark as unread. It is like this on every website?? Its really annoying i cant do anything becasue most sites have login at the top of the screen and i cant login to anything.

    That problem can be caused by the Yahoo! Toolbar that extents too much downwards and covers the top part of the browser window and thus makes links in that part of the screen not clickable.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    You can keep an eye on this thread:
    *[[/forums/contributors/707748]]

  • Viewing online images in native phone apps with AIR?

    Gidday guys
    What's the standard way of loading an online image into a native phone app? An image that can't be packaged with the app as it may have been changed by the user eg a profile picture, or their logo?
    Cheers

    Yes - I do this with my desktop AIR app.
    What I'm wondering though is it OK to do this for phone apps, or is there some advantage to emedding the images and putting them in your project's assets folder? eg phones being able to cache images from assets, but not if the images are built into the swf.

  • Native Phone app crashes

    HI,
    My son's iPhone 4S has developed on odd problem in that every time he starts the native "Phone" app, it displays an almost blank screen, then disappears after a few seconds. The app still appears to be running when you tap the Home button twice, but you can't switch to the Phone app itself.
    I've tried:
    deleting the last few apps he installed in case they'd locked or changed something
    a full reboot/power down
    logging in and out of iTunes (and the iCloud for what that was worth)
    downloading a free app (to try the reauthorize idea several websites mention)
    restoring the iPhone backup from iTunes
    A factory reset and restore
    Nothing worked.
    I had a trawl through the "Diagnostics and Usage Data" within the Privacy settings, and the Phone apps appears to crash with the same error, but I've no idea what the crash report is telling me, or how to get some meaningful information from it as I'm not a developer...
    Do any of you good folk have any ideas as to what I could try next?
    Thanks,
    John

    That worked a treat! Thanks for your help!
    The only casualties were my son's SMS messages (I'm guessing there must've been some from his girlfriend he wanted to keep), but he's happier that his phone is now working properly. (And so am I .)
    Again, many, many thanks for taking the time to reply, and helping get the phone working again. Much appreciated.
    Regards,
    John

  • Help : Link to open page only refreshing center column

    Hye guys, im currently working with webcenter portal. My template have 3 column, left, center and right. I want to put one link in the right column to open a page without refreshing whole page. I want the page content only refreshing the center column.
    Currently i'm doing like below, but when click the link, whole page will refresh and then the page appear.
    <af:goLink text="goLink 3" id="pt_gl3"
    destination="/faces/pages_page1"/>
    Thanks in advance.
    Regards,
    Han

    Thank you for the reply. I still dont know how to implement ppr in my case. From what i search, many of the samples show ppr being done in 2 component within the same page. Component 1 send form to update data in component 2. But in my case, it is between different page.
    == My Pages ==
    - home.jspx
    - page1.jspx
    - result.jspx
    I put a form in my portal template (right column) and when submit the form, i want to pass the form data to result page (result.jspx).
    Thank you in advance.
    Regards,
    Han

  • Apex 4 - Flash Chart - How to open link in same page

    Hi,
    I need help in apex flash chart development. I want to open link in same page. Currently it open in new window with existing page intact
    I have created a flash chart.
    Below are setting
    Chart Type 2D line
    Series Type : Line
    Series siurce : sql query
    elect '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link,
    capture_date,
    round(sum(TOTAL_MB)) "Total_MB" ,
    round(sum(USED_MB)) "Used_MB" ,
    round(sum(FREE_MB)) "Free_MB"
    from SST.TABLESPACE_USAGE_HIST
    where DBNAME = :P15_ORACLESID
    group by capture_date
    order by capture_date
    Problem: when I run this page, chart is displayed. Now if I click on the series value of chart, it opens page ( '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link) It opens page 2 in new window. I want it to open in same window. Am I missing something ? Is this possible ? Is there anything I can change to achive this functionality
    Please help

    Hi All,
    I have an issue with Anychart link, can you please help me.
    1. I have created HTML region in a page with
    <div id="sampleClick">
    <div id="sample1">
    <script type="text/javascript" language="javascript">
    function ChartSample()
    var ChartSample = new AnyChart('/i/flashchart_v5/swf/AnyChart.swf');
    ChartSample.width = "500";
    ChartSample.height = "400";
    var ChartData = new htmldb_Get(null,$x('pFlowId').value,
    'APPLICATION_PROCESS=FINANCE_020',0);
    gReturn = ChartData.get();
    // prompt("xml",gReturn);
    ChartSample.setData(gReturn);
    ChartSample.write("sample1");
    ChartSample();
    </script>
    2. Then created Application process with "On Demand Run this application process when requested by a page process." in PL/SQL Anonymous block
    select 'f?p=&APP_ID.:136:&APP_SESSION.::::P33_ID:' || YEAR link,DECODE(period,1,'JAN',2,'FEB',3,'MAR',4,'APR',5,'MAY',6,'JUN',7,'JUL',8,'AUG',9,'SEP',10,'OCT',11,'NOV',12,'DEC')||'-'||year "MONTH",round(SUM(ytd_revenue)/1000000,2) YTD_REV from t_tc_qpcq2052
    where cntry='IND' and category='20'
    GROUP BY year, period
    ORDER BY YEAR, period
    I am able to see the chart, but I am not able to open or pass the value from one page to another page when I click the bar chart.
    Can you please help me on this.
    Thanks in Advance.

  • How to change a text item to have a link that opens a different page?

    Hi,
    How to change a text item to have a link that opens a different page?
    Thanks,
    Guy

    Hi Denes,
    I understood what the code will do. But it did not work.
    ...a href="f?p=&APP_ID.:2:&SESSION.">LINK</a...
    By default, P5_TASK_NAME displays Task Name which is passed from Page 3.
    So I changed your code as follows so that P5_TASK_NAME value may be displayed with a link.
    ...a href="f?p=&APP_ID.:3:&SESSION.">:P5_TASK_NAME</a...
    But P5_TASK_NAME value appears without any link and does not open page 3.
    Then I created a new text item (display only) in the same HTML region in page 5 and entered the following code in the default box:
    ...a href="f?p=&APP_ID.:3:&SESSION.">LINK</a...
    When I ran the application, it displayed the whole code as text.
    How can I display P5_TASK_NAME value with a link to open page 3?
    Would appreciate your help.
    ... to be replaced with < or >
    Could you please let me know how to display link code correctly?
    Thanks,
    Guy
    Edited by: GUY3 on Mar 11, 2009 4:20 PM

  • Muse Web App iOS pages opening up on native browser

    Hello All,
    I created a web app for iOS, when I add the web app to the home screen and launch the web app it loads correctly, my issue is when I tap to go to another page within my web app the page is then opened in Safari. Is there anyway of getting the page to display within the web app? Thanks,

    It's just a web app. I got it semi-working using this work around but some
    parts of my web app break when I reference an old JQuery CDN.
    http://www.bennadel.com/blog/2302-preventing-links-in-standalone-iphone-applications-from- opening-in-mobile-safari.htm
    On Wednesday, December 17, 2014, Brad Lawryk <[email protected]>

  • When clicking on links that open in a new window, the links don't open and Firefox freezes in a way. I can navigate the page I am on but cannot click to open a new tab or bookmark.

    When navigating the internet, if I come across a web page that has a link to open a picture or program in a new window, if I click on it, it does not open. Firefox immediately looses functionality in that I cannot open a new tab with the mouse wheel, right click to open a new tab, or use my bookmarks in either the drop down or toolbar to navigate away. I can usually still navigate the page that I am on, for example, (https://loanconsolidation.ed.gov/AppEntry/apply-online/appindex.jsp), when it freezes I cannot click on any of the content at the center of the page but I can still use the links from the list on the far left. For an example of the pictures, (http://www.insect-sale.com/), if you click on "New Arrivals" at the top of the page it takes you to a list of products that can only be viewed by clicking on them. Usually a picture of the item would open in a small window but it does not and Firefox freezes. This has also happen when I try a view a degree audit on a school's website where a program would usually open in a new window. The only thing I have been able to find that still functions properly when this happens is the home page button. I can click on it or use the wheel to open it in a tab just fine, but if I try and go anywhere else I cannot. The only way I can get Firefox back to normal is to use the Task Manager and end the process. Another thing I have noticed, that may or may not be related; is that my Norton Internet Security toolbar, that should show up below the bookmarks toolbar and above the tabs, only shows up about 1 out of every 10 times I open Firefox. Some days it doesn't show up at all. If it does show up and I log into Identity Safe, the autofill for the programed website works, even if the toolbar doesn't show up the next time I open Firefox.

    Go to Tools->Options->Apps
    Here you should see two columns: Content Type on the left, Actions on the right.
    Find and select excel spreadsheet or any other content type in the left column. There should be a corresponding action in the right column. What is it? You can use the drop-down list to select the option you want:
    Always Ask - Firefox will ask each time: What do you want to do with this file?
    Save file - Firefox will save this file to your computer
    Use - Firefox will give this file to the program to open it
    In case of saving, Firefox will either prompt you every time where you want the file to be saved, or save it to the default location. It depends on the preference in
    Tools->Options->General->Download

  • Ipad 1st gen. Safari cannot open page because address is invalid. I get this trying to download apps from itunes, infact it will do this under any variable. 4.3 os ive tried copy paste in url but it doesn't matter what i try, safari doesnt allow anyway?

    Ipad 1st gen. Safari cannot open page because address is invalid. I get this trying to download apps from itunes, infact it will do this under any variable. I have tried copy paste in url but it doesn't matter what i try, safari doesnt allow anyway i try. I have searched answers to this but to no avail.
    Leigh

    Hi Demo,
    Yes, I have not made myself clear, I apologise.
    I have tried downloading apps from itunes in order to set up a game for my son, when I go to click on a link, be this in itunes, or on the web, Safari revolts back informing the address is invalid. I read by coping a link and pasting into the URL, this would do it, but not so.
    My goal then, is to install Minecraft for my son, I would then download an app to allow this but I am unable to get this far due to Safari insulting the address I ask it to go to
    The iPad is first generation
    OS 5.1.1 Software up to date.
    Thank you in advance for your time

  • It does not appear possible to either open all of the (or selected) links on a page in tabs nor print all of the pages in tabs (like a book).

    In applications that use a browser control or open web pages, there are frequently (nearly always) mechanisms to open multiple links on a page in tabs, print all (or selected) tabs, or print all linked pages (the latter is pretty much universal as an OS call). Additionally, like Links (in IE) or Bookmarks (in Mozilla) can be 'named', so can 'tabs'. Some editors (and applications) permit tabs to be 'named'. As I recall, in an editing mode, Netscape used to do this, just like you could edit a page. For authors and researchers, this would be invaluable primarily because neither are frequented by earnings capable of affording those spendy apps like Adobe or Corel that do that, because programmatically it is reasonably simple to maintain an association of symbolic links, and that Mozilla could immediately become the browser of choice as IE can do nothing of the sort (well, may be new IE can).
    ps. If you would like to see the seven pages of remarks that follow that period after the paren, email me an answer to my 'question'. Incidentally, if you might find this impudent, before you say that to anybody, discover me, who patented 1,821:1 data compression, before you get too far down that path. 2012 is going to be a new world in technology, I promise.

    Flash Player is a browser add-on, not an executable program.
    If you need to open a local SWF file you will need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    Note that the download is the player, not an installer, so you will need to make the file association manually.

  • Is there a URL to open phone app (not dial a number)?

    Hey Guys,
    So I'm using Launch Center Pro (loving it, by the way) but I've come across a bit of an issue. I put in most of the numbers I dial into LCP to act as a speed dial and, as a result, relocated the phone app to the last page of my iPhone. However, if I get a voicemail and miss the notification I have to swipe all the way to the last page to open the app and access them. I'm wondering if there's a URL (like LCP uses, some variation of tel://) that allows me to simply open up the phone app or, if possible, open to the voicemail page? I noticed that when you do dial a number in LCP it opens the prompt window in LCP and not the dial screen in the phone app.
    Thanks for the help!

    MikeThomasmusic wrote:
    ...there has to be a way around this without having to run a program like paralells or to run a dual boot with leopard on another drive?
    In my experience advising Logic users, depending upon the version of Logic and the model Mac you are using, if your Mac will boot from Snow Leopard, you can install Logic and all of its plug-ins in Snow Leopard and then upgrade to Mavericks.

  • I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission,

    I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission, which it is not.  I want my link to open into a new browser tab.  How do I do that?

    You can use the following JS code:
    app.launchURL("http://www.example.com", true);

  • I can't open older notes (pre mid-August) in native Notes app (htc dna).

    I can't open older notes (pre mid-August) in native Notes app (htc dna).  Gives me message "Sorry, this note is broken. You are not able to open this note."
    Does anyone know if there was an update problem, or if the notes can be fixed or retrieved?
    Thanks,

    Try a force stop in app Mgr for notes program turn phone off. Start using inkpad app from play store syncs notes online in case something like this happens

  • Open  pages  doc failure, app craches

    when trying to open a specific document the app break down . I tried to do it from icloud.com  and received a message that it was not possible to download . all other dokumnets works fine?
    whats wrong? Any idea?

    Hi Ron,
    As you know, you are trying to use Pages 09, but what the program is telling you is that you are using Pages 08. When you install 09, 08 is not deleted, and the Dock Icon may still be linked to 08.
    Drag your Pages icon off the Dock to eliminate it. Then navigate to Pages 09 in the Application Folder and drag it to the Dock to establish the correct link.
    Also context-click a .pages file and select +Get Info+. Select +Pages 09+ in the +Open With+ dialog and then click +Change All+. Make sure that you are getting the Pages app from the iWork 09 folder.
    Regards,
    Jerry

Maybe you are looking for

  • Is there a way to search Numbers for UNCHECKED checkboxes?

    Hi, I'm attempt to build a spreadsheet to track incoming payments from various sources.  I'm using checkboxes to confirm when a payment has been received.  The question is:  is there a way to search for unchecked checkboxes so that I can find instanc

  • How to estimate two products price  in split Valuation

    hello, everyone,   Our factory have Two equipments , one is a new equipment A , the other is an old equipment B,   they all produce the prodcut W , but the old equipment B consume electricity ,warm water and Raw material is much more than the new equ

  • Create Custom List Of Values in Universe

    Hi For those BW variables which appear as prompts in Webi reports, displays the List of values with both the Key and Text. But if we try to include a dimension object or a detail object in filter panel of a webi report, the list of values shows only

  • Http post with parameters

    Hi All, We want to send an HTTP post with parameters,  and we are not sure how to do that.  We tried to do that like the code below,but we get the parameters in the body and not in the header ...   DATA lo_client      TYPE REF TO  if_http_client.   D

  • In app photos how do you delete pictures ipad 2

    In apps photos how do you delete pictures ipad 2 ?