Hi all,
I am trying to turn my webapp into a native app (iOS so far) and everything works fine but Addthis.
The icons won't show and nothing happens.
XCode returns "Failed to load webpage with error: The requested URL was not found on this server." when adding an element such as <a class="addthis_button_facebook_like" fb:like:layout="box_count"></a>
I believe the reason is because it is looking for files on the local filesystem to build the app where it should do external calls. I could not find a way to make it work.
Thanks a lot for your help,
Figo