Hi there,
I have a small question: I want to make a small web app that displays thumbnails of pictures stored on my phone. I have the images name, but how can I request a thumbnail? I cannot resize the image in javascript, nor can I display the full image in my app... Is there a way Tizen OS can provide resized versions of a pictured?
Also, if I switch to a hybrid app, can I natively request Tizen OS to make thumbs for the pictures I need or I have to do this (reading all the images, creating thumbnails for each one, storing them for later use etc).
Also, there is any way to invoke a file chooser from a web app that shows these thumbnails? Or I have to go with a hybrid app?