Page 1 of 1
Local Images Not Showing (Cordova/Phonegap Build)
Posted: Wed Jul 27, 2016 2:47 pm
by ccreeves
Hello,
Doing some testing today with CSHTML5 on mobile...
Tests in browser show local images as expected, but when running the application on mobile (Cordova/Phonegap Build) images do not appear.
So far, everything else functions properly though.
Any ideas?
Thanks,
Chris
Re: Local Images Not Showing (Cordova/Phonegap Build)
Posted: Thu Jul 28, 2016 8:20 am
by JS-Support @Userware
Hello Chris,
Thanks for your message.
This is very odd. We tested with PhoneGap Build and did not run into this issue.
Are you sure that you included the images in the manifest?
By the way, we plan to work on a Cordova extension for CSHTML5 that allows accessing the mobile hardware in C# before the end of the year. We will do a lot of tests and publish examples at that moment.
Thank you.
Regards,
JS-Support
Re: Local Images Not Showing (Cordova/Phonegap Build)
Posted: Thu Jul 28, 2016 5:53 pm
by ccreeves
JS-Support wrote:Hello Chris,
Thanks for your message.
This is very odd. We tested with PhoneGap Build and did not run into this issue.
Are you sure that you included the images in the manifest?
By the way, we plan to work on a Cordova extension for CSHTML5 that allows accessing the mobile hardware in C# before the end of the year. We will do a lot of tests and publish examples at that moment.
Thank you.
Regards,
JS-Support
Thanks for your reply.
Ok, I will play with it more. Are you suggesting on including the images in the config.xml in some way? In my non-CSHTML5 Cordova apps I've only ever just referenced them as you would in normal HTML and never had an issue.
Thanks,
Chris
P.S. Cordova extensions will be AWESOME. Can't wait.