mobile - Loading animated interactive content in Sencha Touch 2 -


I have an animated interactive quiz on a URL that I want to load in my app . The URL is http: //some-link/story.html . Its an HTML file though content is animated and interactive. But when I load it, then nothing, but only appears blank. I'm testing with Android using Cordova on the device. 4.3 I'm using it to load the animation

  Ext.define ('View myApp: Mapple, extension:' extension ', config: {id:' MyPanel ', itemId:' MyPanel ', scrollable: right, listeners: [{fn:' OnMyPanelActivate ', Event:' Active '}]}, Activate OnMyPanel: Function (New Activitum, Container, Old Active Item, eOpts) {Ext.Ajax.request ({// Local path of your HTML file url: 'http: //some-link/story.html', success: function (response) {Ext.getCmp ('MyPanel'). SetHtml (response.responseText);} , Failure: Function (Re: ) {Var text = response.responseText; Ext.Msg.alert ('error', text, Ext.emptyFn);}}}}}});   

Second it ext Try to load in Video but still nothing appears. Please help.

The problem Was that it would load an HTML content at a particular URL, but if the images are also the relative path (../ images / this.jpg) on ​​and the HTML page, then this method does not load these images.

So if I load my page on one page, then load it properly Again, swf animation does not work on newer versions of Android because there is no Flash support available.

Comments