IPad & iPhone app or website to check voicemail

Im able to access The Verizon call assistant from both my iPad and iPhone and yet when I click on a voicemail to listen to it, nothing happens. I'm assuming they are using java or flash or something... Is there a plan to have an app that will allow me to check my home phone Vm when I'm on the go? If no app, then will the web ever support the iOS devices? It's a pain to have to dial a local access number, wait, enter my home number, wait, enter my pin, wait... And then have to navigate the key commands to play, erase, save a message. I'm sure others would find this extremely useful. Andy

Thats a great idea! This would be a perfect candidate for the Verizon Idea Exchange. Please search on the idea exchange and cast your vote. There may be another member who made the same suggestion. If not, please add a new idea so your fellow community members can comment and vote on your suggestion. http://forums.verizon.com/t5/Verizon-Idea-Exchange/ct-p/ideaexchange . The Verizon Idea Exchange is there for you to submit your ideas and suggestions to Verizon so that we can consider them as we innovate our products and services.
Anthony_VZ
**If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

Similar Messages

  • New iPad & iPhone app approved :)

    Hi,
    I submitted my first iPad & iPhone game made in Flash to the AppStore a couple of days ago and it just got approved :-)
    You can check it out here: http://www.tictacfive.com
    Looking forward to new versions of the packager, missing a feature to load images from the photo album for my next project...
    Cheers,
    Andreas

    What is interesting: iPhone 3Gs with the same iOS (6) works properly - it catches the signal just before the train reaches any station. I've checked today both phones (the same iOS and operator) moving to work. 3Gs got the signal on each station, 4s - every fourth station (apprx).
    I wonder what's about iPhone5 behavior. Can anybody tell something please?

  • IPad iPhone app

    I currently have an outdated iphone app in the Apple store. I currently use DPS PRO. I want to update this app so it is for the iPad + iPhone and single folio - is this possible? Where should I start? I want to keep the same APP NAME in Apple.
    And do I have to host this with Adobe ??
    Also wondering if I should have 2 separate apps instead - build one with DPS for the iPad and use another provider for the iPhone - so I can integrate other functionalities into it not available with DPS... your thoughts ??

    We don't support Single Edition on iPhone.
    Neil

  • Ok so I've been assigned the task through my uni of creating an iPad/iphone app for clinical pharmacists to record the interventions they make in the hospital. I have experience with websites, but not app development and I'm slightly out of my league HELP

    I have a completed mock-up via keynote, and have experimented with a few websites which claim to be able to create the code for me to enter into xcode 4 (which I have downloaded), but I'm a little out of my depth. Any and all help is appreciated, including if anyone is able to tell me if I could just do this as a website (the user would need to be able to enter text which they could save to their iDevice). Thanks!

    As I mentioned, I'm a newbie to designing for iOS. Here's the code I have at the moment, but I don't even know where to begin for what I mentioned above.
    <html>
    <head>
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <meta content="minimum-scale=1.0, width=device-width,
    maximum-scale=0.6667, user-scalable=no" name="viewport">
    <link href="css/style.css" rel="stylesheet" media="screen"
    type="text/css">
    <link rel="apple-touch-icon" href="image.png">
    <link rel="apple-touch-startup-image" href="startup.png">
    <script src="javascript/functions.js" type="text/javascript"></script>
    <title>Interventions</title>
    <meta content="keyword1,keyword2,keyword3" name="keywords">
    <meta content="An easy way to record clinical interventions in
    practice" name="description">
    <script type="text/javascript">
    var todaysDate=new Date()
    </script>
    </head>
    <body>
    <div id="topbar">
    <div id="title">Clinical Interventions</div>
    </div>
    <div id="content"><span class="graytitle">Today's Date:</span> <span
    class="graytitle"><br>
    <ul class="pageitem">
    <li class="select">
    <select name="month" size="1">
    <optgroup label="Month">
    <script type="text/javascript">
    monthText = ['January','February','March','April','May','June','July','August','September', 'October','November','December'];
    for (optionMonth=0; optionMonth <= 11; optionMonth++)
    if(optionMonth==todaysDate.getMonth())
    document.write("<OPTION value=" + monthText[optionMonth] + " SELECTED>" + monthText[optionMonth]);
    } else {
    document.write("<OPTION value=" + monthText[optionMonth] + ">" + monthText[optionMonth]);
    </script> </optgroup>
    </select>
    <span class="arrow"></span></li>
    <li class="select">
    <select name="day" size="1">
    <optgroup label="Day">
    <script type="text/javascript">
    for (optionDay=1; optionDay <= 31; optionDay++)
    if(optionDay==todaysDate.getDate())
    document.write("<OPTION value=" + optionDay + " SELECTED>" + optionDay);
    } else {
    document.write("<OPTION value=" + optionDay + ">" + optionDay);
    </script> </optgroup>
    </select>
    <span class="arrow"></span></li>
    <li class="select">
    <select name="year" size="1">
    <optgroup label="Year">
    <script type="text/javascript">var optionYear = todaysDate.getFullYear();
    document.write("<OPTION value=" + optionYear + " SELECTED>" + optionYear);
    document.write("<OPTION value=" + (optionYear+1) + ">" + (optionYear+1));
    document.write("<OPTION value=" + (optionYear+2) + ">" + (optionYear+2));
    document.write("<OPTION value=" + (optionYear+3) + ">" + (optionYear+3));
    </script> </optgroup>
    </select>
    <span class="arrow"></span></li>
    </ul>
    Type of Intervention:</span>
    <ul class="pageitem">
    <li class="radiobutton"><span class="name">Drug Interaction</span><input
    name="Interaction Type" value="A" type="radio"></li>
    <li class="radiobutton"><span class="name">Incorrect Dosage</span><input
    name="Interaction Type" value="B" type="radio"></li>
    <li class="radiobutton"><span class="name">Incorrect Medication</span><input
    name="Interaction Type" value="C" type="radio"></li>
    <li class="radiobutton"><span class="name">Inappropriate Dosage
    Form</span><input name="Interaction Type" value="D"
    type="radio"></li>
    <li class="radiobutton"><span class="name">Suspected Adverse
    Effect</span><input name="Interaction Type" value="E"
    type="radio"></li>
    <li class="radiobutton"><span class="name">Other</span><input
    name="Interaction Type" value="F" type="radio"></li>
    </ul>
    <span class="arrow"></span> <span class="name"><br>
    <br>
    <ul class="pageitem">
    <li class="checkbox"><span class="name">Issue Resolved?</span><input
    name="checkbox" type="checkbox"> </li>
    </ul>
    <ul class="pageitem">
    <li class="checkbox"><span class="name">Follow Up Required?</span><input
    name="checkbox" type="checkbox"> </li>
    </ul>
    <ul class="pageitem">
    <span class="graytitle">Specific Details:<br>
    </span> <span class="graytitle"><textarea style="width:
    200px; height: 150px;" name="TextArea" rows="4"></textarea>
    </span>
    </ul>
    <ul class="pageitem">
    </ul>
    </span></div>
    <div id="footer">
    <!-- Support iWebKit by sending us traffic; please keep this footer on your page, consider it a thank you for my work :-) -->
    <a class="noeffect" href="http://snippetspace.com">iPhone site
    powered by iWebKit</a></div>
    </body>
    </html>
    Ideally, I'd like to add a print/email button type thing to the end which basically just allowed a screen shot of whats been selected to be emailed to the pharmacist. Again, sorry for the ignorance with this.

  • New iPad iPhone app hosed my ability to control my kids appleTv

    Last night I could not connect to my daughters Apple TV tonight I had the bright idea to update it.
    Long story short, I can no longer change the movie she is watching or choose a new playlist. Apple really messed this one up.
    I have five apple TV's, one on every TV.  One first gent hat works one first gen that is a brick, one second gen and two third gen.
    I have used playlists since my daughter was four months old, now she is almost five years old. The key was that I could control the video from my phone and now my iPad. I could load playlists from my phone and switch video on the fly without going into her room therefore upsetting her. Now I can only pause and play a video already loaded on the Apple TV.
    I don't listen to music!!!! I watch video and control it remotely for my child. I want this functionality back. Back the way it was and how it worked on the first gen Apple TV. The newer remotes took some of that functionality away but I could work around it now it and my bedtime Apple TV usage is ruined.
    Please either fix the app or can someone please tell me how to make it p,at video playlists and at this point any video from my library other than the one that is currently playing.
    Help me make bed time less of a pain and give me my functionality back.

    Hi MickeyZenith,
    If you are having issues controlling Keynote on an iPad from your iPhone, you may find the following article helpful:
    Using Keynote Remote
    http://support.apple.com/kb/HT6112
    Regards,
    - Brenden

  • Set Adobe Reader iPad/iPhone app to just view pdf instead of downloading it?

    Hello,
    I work for a financial company and it seems that some of our user's were having trouble viewing a pdf document that contained editable text boxes.  The layout of the form itself would show, but none of the text within the text boxes would appear.  So I tested the pdf out on my phone as well and did the same exact thing (layout shows, but no text).   Since everyone was having trouble viewing the text within the document, I downloaded the Adobe Reader App and it worked perfectly.  The only issue that I have is that since we are a financial institution, we get audited quite often and having documents stored on your phone is a big 'no-no' to the auditors.  So I was wondering if it was possible to make the Adobe Reader App just view the pdf instead downloading the pdf to the application and storing it in the docs and the recent docs setting.  A little more info on our part:   We are running Exchange 2010, my iPhone is a 4S and it's running the ios7, and the iPad is running ios 6.1.03 (I think).  Also, I did a little bit of searching but I could find anything but is there some sort of list that will say what does/does not work in regards to pdf's on iPhones or iPads?  Any suggestions/help is very welcome and appreciated!
    Thanks,

    Hi Shradha and thank you for that information.  Now is that only in regards to the Adobe Reader app or does that copy expand to all current pdf viewer apps on iOS?  If it is only in regards to the Adobe Reader app, then do you know of an app that may have the functionality that I am looking for?  I have tried searching for one, but I have been unsuccessful in my searches.
    Thanks,

  • Ipad-iphone app sharing

    Will I be able to install apps I currently have on my iphone onto my new ipad? or do I have to purchase them again? thanks.

    You can install them on the iPad without needing to re-purchase.
    If they are designed for the iPhone/iPod Touch then they will just take up an iPhone portion of the iPad screen, though you can press the 2x icon that will appear on the screen which will effectively double the size of each pixel in both directions (so may then appear pixelated). If they are 'universal' apps (indicated by a '+' under their name in the App Store) then they will have processing in them to recognise the device that they are on and will make use of the iPad's larger screen.

  • Creating a Ipad/Iphone app

    Hello,
    i am looking to create an ipad interactive story app. Nothing fancy. I am alittle confused on what adobe programs/workflow to use.
    Can someone give me some suggestions?
    TYIA

    The way I've solved the same issue is to have a 480x320 stage, but with content that goes from -20 to + 340, giving overall content of 480x360. That then exactly fills the regular iPhone, and Retina display, and on the iPad you see the extra content. I made sure important buttons and such were not right at the edges, so they sohwed up fine for both aspect ratios screens.
    You could do a similar trick with sizes of 960x640, with content above and below the stage, to give a total of 960x720.
    Another part of the trick was to make symbols be at a scaled amount, so that the native size for the symbols was suited to the iPad. That meant things were scaled to 46.875% on the iPhone stage, and would grow to 100% on the iPad.

  • Can iPad/iPhone apps be used on an iMac?

    There is an excellent app called Solar Walk but it is designed to be used on iPads and iPhones.
    Is there any way of using this and similar apps on a normal iMac or must I go out and buy an iPad?

    No.  You cannot run IOS apps on an iMac or any other computer.
    Added later...
    Did you realise there is a "Solar Walk for Mac" available in the Mac App Store.  Is that the same thing as your IOS App?

  • TS1702 Help sync iPad/iPhone app.

    I loaded the Pages app onto my iPad. The icon appears on my iPhone five, but it isn't loading. Under the icon, it says "waiting". What do I do to sync the two?

    Pages is a big app (257 MB), are you connected to a fast Wi-fi hotspot?
    What is your download speed?
    Would be better if you use computer iTunes to download the app and sync locally.
    Computer iTunes > Purchased (under QUICK LINKS on the right side)
    Update:
    Connect and select either your iPad or iPhone that has Pages in computer iTunes, right click on the device list entry, choose Transfer Purchases.
    Connect and select the other device without Pages to computer iTunes, make sure the Pages is selected (under Apps), click Sync button (bottom right)/
    Message was edited by: ckuan

  • IPad/iPhone Apps

    When will we have DVR for the iPad? Want the Verizon GamePlayer there as well and on iPhone ... unlimited subscription needs to be just that!

    i found it by way of a list of the top 15 apps to have for your iPad. So, that's how i found it. it is great so far. Better use then Dropbox. But again, like all things, it depends on how you use it. I like the ability to take a picture and post it back in the note. Say, I'm at a store and I want to remember the style of a coat, I can take a picture and come home and that picture will be in my notes or something and I can remember where it was at .. It really is a heavy hitter. Get it, we can learn together:)

  • How to delete iPad/iphone apps on laptop but not anywhere else?

    Hi,
    i'm trying to free up room on my Macbook Air, and delete tv show episodes and large apps from itunes. When I hit delete it says
    "Are you sure you want to delete the selected TV show from your iTunes library? This TV show will also be deleted from any iPod, iPhone, or iPad that synchronizes with your iTunes library."
    Which i don't want - Ijust need the space back on my Macbook Air. How do I delete selectively?
    Thanks for your help.

    Welcome to Apple Support Communities
    Do not worry about apps. If you delete them from iTunes, you will keep them on the iPhone, iPad and/or iPod touch and you will not get them deleted when you sync them.
    However, respecting to TV shows, you will get them deleted when you sync your devices with iTunes. The only way to prevent this would be to transfer them to your MacBook, which you do not want to.
    Another solution you have is to move the iTunes library to an external drive, so you do not have to delete anything and you will get free space. Also, it is good to keep a copy of your apps and TV shows on your Mac in case you need to copy them back to your devices

  • Touchscreen LED/LCD monitor to control ipad/iphone apps...

    Hi!,
    Is there a way to use a large LCD/LED touchscreen monitor, around 32inch and larger to connect & control ipad and iphone, and use that touchscreen monitor as if you're using your device..
    Thanks!

    Sorry to see your answer varjak paw.
    In our school teachers wants to use: iPad (iOS7), Apple Wireless Keyboard and external touch screen (ViewSonic TD2220) at work.They want to use the touch functionallity on the external screen as the active screen.
    1. The reason for this is tha many apps needs very presice touch to get the wanted functionallity.
    2. At work we also use Microsoft Office 2010 in a Citrix world. With the Citrix reader on the iOS7 we can access and use all applications we get in the Citrix world. We alse store files in the Cirtrix world. So far so good, but we need an external screen with touch functionallity to work properly in the Citrix world.
    3. We want to change hardware from PC/Laptop to iOS devices. Thie seems very futuristic....
    Regards
    Firak in Oslo

  • Can I transfer iPad/iPhone apps to an external drive?

    I maintain the apps for my five grandchildren's iPads. They are constantly asking me to search through all the apps we have purchased in the past, transferring old favorites back to their iPads. They love to browse through the apps in my iTunes account on my computer. However, these apps are now taking up over 80 GB of precious storage. I know that they could simply download the ones I have paid for; but they often cannot remember the names and must view the list on my computer. (Also I have learned, the hard way, that when I give them my password I pay for in-app purchases.) Is it possible to transfer the apps to an external drive that would show up when I connect their iPads to my computer? I desperately need the space. Thanks!!!

    I maintain the apps for my five grandchildren's iPads. They are constantly asking me to search through all the apps we have purchased in the past, transferring old favorites back to their iPads. They love to browse through the apps in my iTunes account on my computer. However, these apps are now taking up over 80 GB of precious storage. I know that they could simply download the ones I have paid for; but they often cannot remember the names and must view the list on my computer. (Also I have learned, the hard way, that when I give them my password I pay for in-app purchases.) Is it possible to transfer the apps to an external drive that would show up when I connect their iPads to my computer? I desperately need the space. Thanks!!!

  • Has anyone developed an iPhone app or website for Apple's patent Virtual Closet yet?

    I put a link in the question bar to one of Apple's patents called the virtual closet.  The details of the patent are disclosed here.  I think this would be a great idea that needs to be developed quickly. http://tylermj23.hubpages.com/hub/Virtual-Closet-Apples-Patented-Idea

    From the website you linked to:
    "After perusing on patentlyapple, I discovered that it is a website consisting of ideas and inventions created by Apple engineers and inventors that have all been patented so that others cannot develop the same ideas."
    Due to the natureof the website/patent, theres absolutely no way your ever going to know if Apple is developing it until they decide to announce it. And since the site is dedicated to patents that Apple has been granted "So that others cannot develop the same ideas", nobody here (non-apple employees) would even be able to do so if we wanted to.
    Jason

Maybe you are looking for

  • ITunes Match can't get past Step 1 since Mountain Loin OS upgrade

    Been using iTunes Match (ITM) since it lauched with no issues. Since upgrading to Mountain Loin, ITM just keeps invoking Step 1 every few mins and then quits after the results are returned from Apple. I tried turning off Genius and ITM and then only

  • Cannot connect to itunes store-with Windows Vista

    I downloaded itunes 7 and thats when my problem started. From itunes store I click on account to create a new account because my aol account is expired. When the connection is attempted an apple itunes error screen comes on that says "Your request co

  • How to map a custom enum list to a custom form property in an extended incident class

    Hi, I'm struggeling to understand how to map a custom enum list to a custom form property in an extended incident class. Here's what i want to have happen: I am going to publish a request offering on my SMPortal for allowing users to submit basic IT

  • Using rewritable CDs in a Mac

    Hi there, We have bought a pack of Verbatim 4 x CD-RW rewritable CDs to use in out iMac. Unfortunatelky when pwe puyt a CD in the computer doesn't recognise the CD. Anyone know why and are there only certain formats of CD that work in an iMac?

  • Distiller not working

    Does anyone out there have any idea what's going on here? I am using Mac OS X Version 10.4.10 and have the usual Adobe Acrobat 7.0 Professional package installed. Others here use the same package without problems. Acrobat works perfectly, but Distill