Trouble with tizen web browser
By Đinh Hào
13 Apr 2013 22:51
English
1 Replies
I use this example to open tizen web browser
HashMap extraData;
extraData.Construct();
String urlKey = L"url";
String urlVal = L"http://www.tizen.org";
extraData.Add(&urlKey, &urlVal);
AppControl* pAc = AppManager::FindAppControlN(L"tizen.internet",
L"http://www.tizen.org/about");
if (pAc)
{
pAc->Start(null, null, &extraData, null);
delete pAc;
}
But my emulator only open web browser and not doing anything with it (like you see in my image)
I added
<Privilege>http://tizen.org/privilege/application.launch</Privilege>
How can i make web browser open a webpage from my app :(
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------