- This topic has 3 replies, 3 voices, and was last updated 12 years, 4 months ago by support-michael.
-
AuthorPosts
-
softandartsMemberHi everybody,
I work with the google api geolocalization and reverse geocoding:
if I active the cache in my webapp (with using cache.manifest) the webapp not run because the google script in master html page, use the http:// link (for example <script type=”text/javascript” src=”http://maps.google.com/maps/api/js?sensor=true”></script>).
The solution is to add in the NETWORK tag in the cache.manifest this code:
http://mt0.google.com/
http://mt1.google.com/
http://mt2.google.com/
http://mt3.google.com/
http://maps.google.com/
http://maps.gstatic.com/
http://gg.google.com/but if I regen my project and I answer NO when the program asks me if i would regenerate the file cache.manifest … It is regenerated the same and overwritten !
This is my error or not ?
Please help me if exist a solution.
Thanks a lot and sorry for my bad english.
Luca
support-octavioMemberHi softandarts,
Could you tell me what version of MobiOne are you running? Also if you can share your log file (located at <user-home>/.mobione/runtime/.metadata/.log) and your project with us to investigate would reduce the time to figure out what the problem is. If you want to keep the data in privacy send it via support at genuitec dot com. Use title softandarts
softandartsMemberHi Octavio,
I attach the file log and the screenshoot of modified files warning.
for reply my problem :
1) regen the project with cache;
2) modify NETWORK section in cache.manifest manually;
3) regen the project: when show the form modified file warning not check the cache.manifest and press OK;
the file cache.manifest is regenerated the same and the NETWORK section modified manually are cleared.
Thanks and sorry for my bad english
Luca
Attachments:
You must be logged in to view attached files.
support-michaelKeymasterhi Luca,
Yes, this a bug in the manifest generation. Our dev team was made aware of the problem and a fix has been checked in for the next version. Thanks for reporting this issue.
-
AuthorPosts