Having Trouble working on Forms (Text Field and Text Area) on iBooks
Hi Guys,
I doing epub for ibooks. I notice that the Text Fields and Text Area are not working anymore. The keyboard is not showing up when the text fields and text area are tapped. It is working on iBooks 1.2 but in newer version it is not working anymore. I'm searching all over the net but no answer found.
Here's the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
<input type="text" />
<textarea name="" cols="" rows=""></textarea>
</body>
</html>
Please help me.
Thank you so much
iBook, iOS 5, iOS 4 up to newer version