Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cordova PhoneGap中密码类型的占位符不起作用_Cordova_Placeholder - Fatal编程技术网

Cordova PhoneGap中密码类型的占位符不起作用

Cordova PhoneGap中密码类型的占位符不起作用,cordova,placeholder,Cordova,Placeholder,以下占位符代码在phonegap windows phone中不起作用 <input type="text" id="TxtName" style="margin-left:45px" placeholder="Enter Name" /> <input type="password" id="TxtPass" style="margin-left:20px" placeholder="Enter Password"/> 也尝试将value=”“放入输入字段。感谢您的

以下占位符代码在phonegap windows phone中不起作用

<input type="text" id="TxtName"  style="margin-left:45px" placeholder="Enter Name" />
<input type="password" id="TxtPass" style="margin-left:20px" placeholder="Enter Password"/>

也尝试将value=”“放入输入字段。

感谢您的解决方案