Add Search button in place of enter button Windows phone 8 -


i working on windows phone 8 app,want add button text search(in place of enter button) while click on search textbox jsut in store search shows white button in place of enter button on keyboard.

to follow standards should set inputscope search. not "search" text, windows phone standard search keyboard.

<textbox inputscope="search" /> 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -