Does anybody know how to move the widgets in perpage around to different locations on the home screen??
In ifile goto to var/mobile/library/perpageHTML/HTCAniPPH
The info.plist file is edited for a iPad in horizontal mode. You need to change the x and y axis as below.
basically add this to the info.plist
<key>widgetHeight</key>
<string>325</string>
<key>widgetWidth</key>
<string>350</string>
<key>widgetX</key>
<string>610</string>
<key>widgetY</key>
<string>0</string>
This is how you position widgets on the ipad with perpagehtml+
will result in this