One really common problem in creating an app with fusion is sending data to a server while let the user proceed to navigate through frames. Actually this is not possible,
1) user have to wait till request is successfully done
2) or: user change frame before app got response from server (that way the app doesn’t know if the response was successful)
It would be awesome to have the GET object globally, so it won’t be interrupted when changing a frame.
Is this something that could be implemented for win/iOS/Android?
Thanks