Please help!
I have a short part of my app that doesn't work from last Monday (2013.11.04) probably.
It is related to dimension change of an image in PAGE SHOW java script code.
Code that had work previously follows:
---------document.getElementById("edetailing_image").style.width=w+'px';
document.getElementById("edetailing_image").style.height=h+'px';
Where W and H are defined variables;
I do need to change dimension of this picture. It is possible another way?
Unfortunately, this feature is mandatory for the application.
An APK build previously still working, code saved at the same time and reloaded do not work anymore.
Thank you,
Adrian