Hi All,
 
I have write function to change value user agent, but setuserAgent function
not work
 
void TizenDemoForm::LoadUrl(void)
{
    Tizen::Base::String url(L"http://dev.bookmo.jp/magastore_api/index/ua";);
    String userAgent = GetUserAgent();
    AppLog("%ls",userAgent.GetPointer() );
    userAgent.Append(L" ABCDDDDD");
    AppLog("%ls",userAgent.GetPointer() );
    SetUserAgent(userAgent);
    _web->LoadUrl(url);
 
 
}
 
Please help me about this?
 
Thanks,
Tung
_______________________________________________
Application-dev mailing list
Application-dev@lists.tizen.org
https://lists.tizen.org/listinfo/application-dev

Reply via email to