Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor forceoflight's Avatar
    Join Date
    Nov 2008
    Posts
    138
    Hello,

    we are using api.maps.ovi.com from Symbian Qt. We run out of memory, because webkit caches titles to RAM. How we can disable caching or decrease caching size?

    We have already tried following. Didn't help.

    QWebView *webview = new QWebView(this);

    webview->settings()->setMaximumPagesInCache(0);
    webview->settings()->setOfflineStorageDefaultQuota(0);
    webview->settings()->setObjectCacheCapacities(0,0,0);
    webview->settings()->setOfflineWebApplicationCacheQuota(0);

    -Markku

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,673
    Have you considdered on using the actual Maps APIs provided, newest version of the SDK should have docs include also, as well as our wiki has some examples to get you staretd with it: http://wiki.forum.nokia.com/index.php/Qt_Maps_Examples

Similar Threads

  1. Cost of OVI Maps API
    By fxl in forum Symbian Web Runtime
    Replies: 4
    Last Post: 2011-06-09, 13:02
  2. QtWebkit + api.maps.ovi.com + out of memory
    By forceoflight in forum [Archived] Qt Mobility Project
    Replies: 10
    Last Post: 2011-03-22, 09:46
  3. Ovi Maps API question
    By mantoben in forum [Archived] Qt Mobility Project
    Replies: 5
    Last Post: 2011-03-03, 04:08
  4. OVI maps API availability
    By oldfield in forum Geolocation and Navigation
    Replies: 14
    Last Post: 2010-09-07, 00:40
  5. How To disable Icon on title bar
    By varunghatge in forum Symbian C++
    Replies: 3
    Last Post: 2008-08-26, 09:38

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved