I'm having the same problem. Works fine in simulator but not on nokia c7 device.
Tried to load http://www.google.com and local HTML file. Same problem.
Can browse normally with browser on device, so internet is reachable.
I have tried to double the heap size. Same problem.
I have this in my .PRO file:
QT += core
QT += gui
QT += sql
QT += network
QT += webkit network
QT += multimedia
TARGET = MyApp
TEMPLATE = app
DEFINES += NETWORKACCESS
CONFIG += mobility
MOBILITY += multimedia
MOBILITY += location
MOBILITY += bearer
symbian {
TARGET.UID3 = 0xe4fd1392
TARGET.CAPABILITY += NetworkServices ReadUserData WriteUserData
TARGET.CAPABILITY += Location
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x8000000
}
debug {
MMP_RULES -= "PAGED"
MMP_RULES += "UNPAGED"
}
QT += core
QT += gui
QT += sql
QT += network
QT += webkit network
QT += multimedia
TARGET = MyApp
TEMPLATE = app
DEFINES += NETWORKACCESS
CONFIG += mobility
MOBILITY += multimedia
MOBILITY += location
MOBILITY += bearer
symbian {
TARGET.UID3 = 0xe4fd1392
TARGET.CAPABILITY += NetworkServices ReadUserData WriteUserData
TARGET.CAPABILITY += Location
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x8000000
}
debug {
MMP_RULES -= "PAGED"
MMP_RULES += "UNPAGED"
}
To copy to clipboard, switch view to plain text mode
No solution yet.
Bookmarks