I have a newbie question about integrating shell and native UI for iOS application.
I have created one shell view (extending WebViewController) with HAML file and one native page (extending BaseUIViewController) - separate each page can be displayed correctly.
Now I am considering how can I display a native page after clicking a button at shell view?
As far as I have checked, native views are using one shared browser instance (in WebRuntime), but shell view has its own browser (created by WebViewController). The result is one browser does not have the access to JavaScript files loaded by the other one. How can I solve this problem?
And one more question: is it possible to write scripts using pure JavaScript instead of CoffeScript?
After I have put my JS files in ${PROJECT_DIR}/kernel/app/MODULE_NAME/, they have not been copied to iOS application by building script.
Thanks in advance for your help,
Damian
--
You received this message because you are subscribed to the Google Groups "calatrava-mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to calatrava-mobi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.