Sencha touch - Launch not invoked - extjs

I'm developing an app with Sencha Touch and i'm using phonegap to wrap it into native app and to use native APIs.
My app was working great, but suddenly after some hours changing some things, I built it to test it on my tablet. But it does not launch (it only shows the loading indicator), in spite of launching perfectly on desktop browser.
I've put some alert() in my code and I discovered that the launch function on app.js is not being invoked...
My index.html is being executed perfectly.
Everything was working great but now I dont know whats happening...
Can anybody save me?

Related

Commands button not working on iOS build

I use codenameone to build android and javascript apps for many years. This is the first time I sending build to iOS. The apps is install on my device, everythings is working fine, just the Commands (on the Old GUI Form) not working when pressed (touch). This happen on every Forms (design using Old GUI Editor)
It this a iOS Build Server error(I don't think so)..
Anyone can help on this?

Cordova Local notifications plugin not working after a while

I'm working on my 2nd app and having some problems implementing notifications.
It works when app in the foreground, and about 5 min after I put it to the background, even when the app is closed.
So the app listens for a firebase change and then launches;
cordova.plugins.notification.local.schedule
If the app doesn't respond after a while, I open it and it gives me the notifications
I used cordova.plugins.backgroundMode.enable(); to make the app run in the background, but no luck.
Any ideas or is there a better way to push notifications to your app?
For everybody still searching, You have to capsulate the code in a device.ready(), if not you'll run into this bug

debug react native app from chrome on windows machine

I started exploring react-native. One thing which I want is should able to debug my app from chrome. I am having prior experience to cordova. Cordova renders app in chrome web view. I understand that with react-native it is not possible because react-native doesn't render app on web view.
There is an option react-native "debug in chrome". When I click this option, attached screenshot is getting opened. I enabled "pause on exception."
But nothing is happening. I am unable to see my app code at all.
I like to do step by step debugging. Is it possible? If so can some one tell how to do this?
You can definitely examine the source code, set breakpoints, etc in Chrome.
In the Sources menu, select debuggerWorker.js and then you should be able to see your project tree.
Any console.log in your code will print to the browser too. But I find the breakpoint inspection most helpful.
this is simple as you were doing in cordova.
try to put debugger; statement in your code while in debug mode.
It will set the breakpoint and you can then debug your application. No need to find out your files in debuggerWorker.js

Debugging VoiceOver application using Angular JS

I have this huge Web Application using Angular JS. This application run in almost every platform and browser configuration like WIn7/IE10, MAC, iPad iOS5,7 and many more.
But this application does not work well when VoiceOver is ON for accessibility and test on iPad iOS 7. The application turn blank on double tap. How to debug this application and anyone who face similar issue can guide, it will be helpful.
Thanks,
Rocky

Play Videos Using Silverlight In WebView(Cocoa)

I created a video player using Silverlight (mediaElement) and it works fine with IE in Windows. Now, I am trying to get that same stuff to work on the Mac. So, in my Cocoa app I have a WebView and I load that *.xap. Click events work fine, but I am not able to view the videos. If someone else has faced the same issue, please let me know what mistake I have done.
P.S. I had the same issue with Windows. I solved it by running the Web Project as the Startup project.

Resources