ios - iPhone: Sharing data between native and webapp -


I need to share the data between the native iPhone app and a Safari / WebKit JavaScript app (not necessarily large amounts). .. do you know how it can be done? I accept esclaims. But it seems that one application can only read / write in its bundle (hence, not in the WebKit database directory), and on the other hand, I think JavaScript can not access an application directory. .. Isn't it? Can a shared folder be that both can access? Not necessarily with solvite. I thought about the pasteboard, but they are not interoperated; And apart from this, one can overwrite the pasteboard between another app ...

Do you have any other ideas?

You can not really do some data from the JS app using a custom URL by the JS app , Which the original app has registered to register them, but you will not have much luck from one side.

You can, of course, share the data somewhere else through the server.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -