IBooks not showing up once downloaded...

I downloaded iBooks from the App store and it shows that it's installed, but it has not shown up anywhere on my iPad. I can save items to iBooks, so I know it's there but I can not retrieve them!

Other people have had a similar issue with iBooks and it not appearing, though it has then appeared after doing a reset : press and hold both the sleep and home buttons for about 10 seconds, after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot. I've only of this problem affecting iBooks so far, and i have no idea why it happens

Similar Messages

  • PS gallery linked to Dreamweaver does not show up once on pub. server

    i created a photoshop gallery and linked it to my website (Dreamweaver) under construction (as im learning); it shows up fine when i preview it on browser from my computer location, however, it does not show up once on the public server. any help as to the direct problem with this link/file/coding, etc... would be greatly appreciated....
    site >>>> http://paulrosal.com/ >>>>> CLICK ON "ART"
    ******************************CHECK OUT CODING RIGHT HERE******************************
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>gallery</title>
    <style>
    body,html {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height: 100%;
    width: 100%;
    </style>
    <!-- Active Content Workaround Support File -->
    <script src="resources/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    function getQueryVariable(variable) {
      var query = window.location.search.substring(1);
      var vars = query.split("&");
      for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if (pair[0] == variable) {
          return pair[1];
      return -1;
    </script>
    <script language="JavaScript" type="text/javascript">
      var startImg = getQueryVariable("startImg");
      //alert(startImg);
    </script>
    <!-- Flash Detection Script Block -->
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1" type="text/javascript">
    <!-- // Detect Client Browser type
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    if (navigator.plugins != null && navigator.plugins.length > 0) {
    if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                    var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
                    versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
                flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
               } else {
    flashVer = -1;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
          reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version    
    for (i=25;i>0;i--) {    
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);         
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray         = versionStr.split(" ");
    tempString        = tempArray[1];
    versionArray      = tempString .split(",");                   
    } else {
    versionArray      = versionStr.split(".");
    versionMajor      = versionArray[0];
    versionMinor      = versionArray[1];
    versionRevision   = versionArray[2];
    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
    versionNum        = parseFloat(versionString);
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );    
    // -->
    </script>
    </head>
    <body><div align="center" style="width:100%; height:100%">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values entered above in "Globals"
    var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    // Location visited after installation is complete if installation is required
    var MMredirectURL = window.location;
    // Stored value of document title used by the installation process to close the window that started the installation process
    // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete
    // DO NOT MODIFY THE FOLLOWING TWO LINES
    //document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    document.title = document.title.slice(0, 47);
    var MMdoctitle = document.title;
    // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
    if ( hasProductInstall && !hasReqestedVersion ) {
        var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + 'width="550" height="200"'
        + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
        + '<param name="movie" value="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Ac tiveX&MMdoctitle='+MMdoctitle+'" />'
        + '<param name="quality" value="best" /><param name="bgcolor" value="#3A6EA5" />'
        + '<embed src="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Plug In" quality="high" bgcolor="#3A6EA5" '
        + 'width="550" height="300" name="detectiontest" align="middle"'
        + 'play="true"'
        + 'loop="false"'
        + 'quality="best"'
        + 'wmode="opaque"'
        + 'allowScriptAccess="sameDomain"'
        + 'type="application/x-shockwave-flash"'
        + 'pluginspage="http://www.adobe.com/go/getflashplayer">'
        + '<\/embed>'
        + '<\/object>';
        document.write(productInstallOETags);   // embed the Flash Product Installation SWF
    } else if (hasReqestedVersion) {  // if we've detected an acceptable version
        AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'flashvars','baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localT ext.xml&livePreview=false&startImg='+startImg,
    'width', '100%',
    'height', '100%',
    'src', 'resources/gallery',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'opaque',
    'devicefont', 'false',
    'id', 'gallery',
    'bgcolor', '#f7f7f7',
    'name', 'gallery',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'resources/gallery',
    'salign', ''
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'This photo gallery requires the Adobe Flash Player.'
            + '<a href=http://www.adobe.com/go/getflash/>Get the free Flash Player here</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
           Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed.
      <a href="http://www.adobe.com/go/getflash/">Download the Adobe Flash Player</a>
    </noscript>
    </div>
    </body>
    </html>

    Are you sure you have uploaded everything in the gallery folder to the correct location. It can't find the index.html page.

  • I bought the season 7 pass for Doctor Who, but the new episodes are not showing up for download.  Who can I contact to find out why?

    I bought the season 7 pass for Doctore Who, but the new episodes are not showing up for download.  I've been all over the support page, I even looked up my purchase history and there is are none showing and I even bought last weeks episode, The Bell's of St. John.   Who can I contact to find out why I'm not getting the rest of season 7 for download?
    Thanks,
    ChristyQ

    Garmin is sending you to Apple because it is Apple that would have to give you a refund as the actual point of sale.  However, Apple states all sales are final.
    Apple is sending you to Garmin because it is Garmin's fault their maps are out of date and Apple doesn't write the software.  They may not even be looking that deeply and simply perceiving it as a programming "bug" it is up to Garmin to solve.
    Who know whose fault it is that Garmin isn't getting up to date data to put in their maps.
    Ultimately I think you stand the best chance in getting a refund from Apple though it isn't guaranteed.  Apple is the cashier.  You just have to convince them this isn't just a line of code omitted from an application and isn't something that will be soon corrected by Garmin.  Make it clear it isn't a problem with the application running on your device, it is a problem with the data it contains.  Either that or you have to hope Garmin will feel so bad about it they will delve down into their slush fund and send you a refund.

  • In the YouTube site does not show a word - Download.. - above the any video clip I chose!! Why? Is there a solution?

    When I want to carry any video clip from youtube I can not because I do not find the word - Download - On top of that section, which usually I find when I use a browser other than Firefox.

    I understand that much.  On my MAC Mini, if you look above at original post, I CAN see both OS while in the Windows 7 partition or the MAC OS.  This is NOT the case on my iMac.  Again, when in the MAC OS I can see the windows partion and move information between the two that way.  When in the WINDOWS partition, the only one that shows is the Windows OS from my computer or network.  The only way you can tell its even a MAC is the bootcamp icon in the bottom right corner of toolbar.  Both have same version of MAC OS so both should work same way..  When i double click on my computer, it should show both the Windows drive AND the MAC (as does my mini and another iMac 21.5 that i have).  This iMac does not do that - only shows windows.

  • My iTunes album purchase is not showing in my downloads

    Have downloaded an album - Ryan Leslie platinum secrets a while ago, but now is not showing in my purchases, nor in the iTunes store? Can anyone help??
    Shows I have purchased.
    But doesn't show in my downloaded albums??

    Thanks King_Penguin for taking time to read and reply. 
    I just purchased this movie on Thursday, May 15, so just a few days ago.  I have never had any trouble whatsoever since I have been in Vietnam.  I have downloaded several movies and even music and they have all synced to my respected Apple products except for this purchase. 
    Sorry, I don't quite understand what you mean by studios and different versions.  Could you please explain? 
    I checked my purchased list in my purchase history under my account and there are no hidden items. 

  • Ibooks not showing .png images on epubs

    please help me amm i got an epub on ibooks they are 5 the other 3 epubs shows .png images when i open it but the 2 left does not i did not make those epub i bought them. the 2 left that does not show to ibooks show their images to other readers except ibooks please help me i am running ios5.1.1 and in ipad 2

    Yes it is.
    http://micechat.com/forums/blogs/weekend-update/1532-wizarding-world%3B-toy-stor y-3%3B-main-street-disneyland-hong-kong%3B-classic-revolution.html
    Safari is unable to load any more images, works fine on the desktop, but not on the iPad.

  • Firefox Downloads (in classic or new download window) does not show progress or downloads

    I noticed that when I download anyhitng that the download window (classic and new) windows do not show progress anymore, do not show files downloaded, nor give me anything to right-click and go to that folder, in which it was saved. I had it fixed for 1 day, until it started to lose the files the next day.
    I only see the arrow turning green, with no result within the downloadswindow.
    I had done the following:
    1. In the Location bar, type about:config and press Enter.
    o The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise!, to continue to the about:config page.
    2. In the Search field, type browser.download.manager.scanWhenDone.
    3. Double-click on the browser.download.manager.scanWhenDone setting to change its value to false.
    You can set the Boolean pref browser.download.useToolkitUI to true on the about:config page to restore the classic Download Manager window.
    Yet this problem still continues.

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode#w_safe-mode-window_2 Troubleshoot Firefox issues using Firefox SafeMode]
    When in Safe Mode... <br />
    * The status of plug-ins is not affected.
    * Custom preferences are not affected.
    * All extensions are disabled.
    * The default theme is used, without a persona.
    * userChrome.css and userContent.css are ignored.
    * The default toolbar layout is used.
    * The JIT Javascript compiler is disabled.
    * Hardware acceleration is disabled.
    * You can open the Firefox 15.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes <br />
    Or it might be caused by Hardware Acceleration.
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • IPhoto does not show photo's downloaded

    In iPhoto, my photo's I have downloaded from facebook or other sights appear as grey squares and does not show the photo's. However when I run the cursor over them, each photo appears for a brief second then back to a grey square. How can I view these?

    This has nothing to do with Pages.
    http://www.pressbyte.com/2989/trick-enable-icloud-automatic-sync-ios-itunes/
    Peter

  • PPCC 2014 is not showing up for download

    in fact, a LOT is not showing up at the cloud menu for download, nor is it listing my currently downloaded products. what's up?

    Jtadnew which operating system are you using?  Do you have a full Creative Cloud membership?  Is your computer or membership managed in anyway?

  • Lightroom does not show on the download list, why?

    I have just jointed CC and DL'd PS, but LR does not show up on the DL list of programs....?  what's up with this?

    If you have a perpetual Licensed version of LR 5 installed or a trial version you need to uninstall it. With a normal uninstall your user files, presets, catalog will remain in place.
    Shutdown your system and reboot, then open the CC application manager and Lightroom cc should be available for download.
    Both versions of Lightroom are identical only the licensing process is different.

  • Green download link not showing in Firefox download page , currently using IE 6

    I am currently running IE 6 on Windows 2000.
    I want to install Firefox.
    From the page
    http://support.mozilla.com/en-US/kb/Installing+Firefox+on+Windows
    I clicked on the link at "Firefox download page" to reach
    the page
    http://www.mozilla.com/en-US/firefox/ie.html?from=getfirefox
    The "green download link " is not showing up on this page.
    The message bar says " Done with errors"
    Help is much appreciated. Thanks.

    Thank you cor-el.
    I am redirected to
    http://mirror.informatik.uni-mannheim.de/pub/mirrors/mozilla.org/firefox/releases/3.6.9/win32/en-US/Firefox%20Setup%203.6.9.exe
    but nothing shows.
    Something is blocking the download. Prabably because this is an exe file. There is a Norton Antivirus Corporate Edition installated, but I cannot find where the restriction is defined.
    I am not that familiar with whether there is a some Windows configuration effecting this restriction
    Also I am using Verizon FIOS, I do not suppose this is a source of the problem.

  • Purchases not showing on Available Downloads and not present anywhere on my PC

    I have a couple problems with an album and a song not showing up anywhere on my PC, but it says Purchased in the Store. The album is Wishmaster and the lone song is "While Your Lips are Still Red" each by Nightwish. I'd even be happy to purchase them again, I just want the music.

    Downloading past purchases from the iTunes ... - Support - Apple

  • Downloaded OM4.5 OTA but its not showing on the downloads/apps folder

    The OM on BB world is the latest 7 version and i hate it cause it crashes and its slow. I vistited operamini.com and downloaded their officlal old versions for blackberry. when the download is finished, I click RUN and its ok.
    problem is, the icon is not showing anywhere! So i cant run it again after exiting the app. I mean i cant just run the OM on the background at all times!
    I tried some jar OM on diffrerent sites but it always says "download failed".  HELP im gonna kill myself

    Start iTunes and plug in your iPod. Click on Device and you will see a Summary page in iTunes. Look at the far right tab - Applications. You need to tell iTunes to sync your applications.
    You should also have a folder in your Library marked Applications.

  • Purchases not showing up in download list

    Hi my purchases aren't showing in my download list. I can'y find out where to directly contact, customer support.

    This is the contact page for uk account like yours https://www.playstation.com/en-gb/get-help/contact-us/ choose the email or phone option its up to you

  • App icons not showing up after downloading?

    Why do my app icons not show up on my iPad2? I have purchased the apps on my iPad directly. Also, I know they are there because when I search it finds them and then I can open and run them.

    Jennifer-
    Could the Apps be on the second page of Apps?  From your Home page, wipe across from right to left to scroll to page 2.
    If that is the problem, press and hold on the icon.  When it starts to wiggle, you can drag it back to the first page.  This can also be done from iTunes when the iPad is selected.
    Fred

Maybe you are looking for

  • Using XML as datasource of JList

    Hi, I new with java and trying to figure out how to create guis with netbeans 5.5. I have dragged and dropped a jlist but I couldn't find out how to put a datasource on it. There were ways to use a database (create a connection then connect to it) bu

  • New iPod Touch needs to connect to itunes?

    Hi I just bought a new ipod touch and it didn't work out of the box. I had to connect it to itunes to register it (or something). Is this correct? The store assistant says all new ipods need this, but the Apple help desk person says it should work ou

  • Quality of Display - Mac Vs Windows

    Am running WIndows 7 using bootcamp on m Mac and I have observed the difference in quality of display between Mac and Windows running on same machine. While working on Mac your eyes dont feel strained while in Windows its the other way round. Also th

  • Keyboard shortcut. JVM bug?

    I have an applet where I want to simulate keyboard shortcuts standard windows behaviour. I want to be able to navigate between Components by pushing alt + some key. I have a key- listener catching key events, testing isAltDown() and transferring focu

  • Adjust the depreciation amount in posted period

    Hi Experts, I've changed one of my asset depreciation key from 20% to 10% straight line method. The changes is done in period 6. I have run AFAR for this changes. Let say my planned depreciation was 1000 (for 20% dep. key) and now the new depreciatio