Hi, we are in the final phase of the development of an educational app in a school.
We need to be able to enlarge the screen size (zoom) to better read information/ see images by use of finger pinches.
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
By using this method described at http://puravidaapps.com/snippets1.php#zoom :
During development, you have to use
the development path to the image.
file:///mnt/sdcard/AppInventor/assets/whalestail.jpg
Before packaging the app, use the production path.
file:///android_asset/whalestail.jpg
(including the block call to url file:///mnt/sdcard/AppInventor/assets/whalestail.jpg (during development) and file:///android_asset/whalestail.jpg (before build and testing). I constantly get the error Web Page unavailable. The good news is that the zoom function is there. I have got a wifi/3G connection available, am testing the apk on the device and using AI2. Thank you for any suggestions.
--
Alberto