Performing Web Search doesn't work on device
By Kamil N
26 Dec 2016 04:59
English
6 Replies
Hi,
Following Common Application Control description I'm trying to do a web search.
app_control_create(&app_control);
app_control_set_operation(app_control, APP_CONTROL_OPERATION_SEARCH);
app_control_add_extra_data(app_control, APP_CONTROL_DATA_TEXT, "Text to search");
app_control_send_launch_request(app_control, NULL, NULL);
app_control_destroy(app_control);
On Emulator it's working fine however on real device (Z3) only web browser is opened but web searching is not being performed.
Anyone know how to resolve this?
Thanks
Edited by: Kamil N on 27 Dec, 2016
View Selected Answer
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
--------
--------