Supposing that I only need this line of code
Windows.ApplicationModel.Search.SearchPane.getForCurrentView().showOnKeyboardInput = true
but it is not working
supposed to have this line of code only to turn on type to search
Windows.ApplicationModel.Search.SearchPane.getForCurrentView().showOnKeyboardInput = true
But it is not working at all
any idea?