Hi I am trying to get the url for google translate as a shortcut so as it automatically searches for the word in the input box. It works on the pc but does not work on Emulator.
For example if I type in "http://translate.google.com/?hl=en&tab=开发者_如何转开发wT#auto|en|hello"
on firefox or chrome it goes straight to the input box and translates "hello". But when I do it on the emulator it does not put the word in the input box.
Can anyone help?
Thanks
Add vi=c
to the URL so you get the 'classic' version of Google Translate, not the Mobile version which behaves differently.
http://translate.google.com/?vi=c&hl=en&tab=wT#auto|en|hello
精彩评论