Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Mobile
- :
- Salesforce-Phonegap and Sencha touch integration i...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Salesforce -Phonegap and Sencha touch integratio n issue
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-01-2013 11:25 PM - edited 01-01-2013 11:26 PM
Hi all,
I have developing an ios app using salesforce mobile sdk 1.4 with sencha touch at front end. I am using Phonegap/Cordova version 2.2. My Application is able to login successfully with salesforce but when tried to load app.js on simulator its loading smoothly but on device getting a WHITE BLANK SCREEN.
I am not getting any error at logs/console, Am i missing something ?
I am using sencha touch version 2.1
this is my app.js
Ext.application({
name: 'Sencha',
controllers: ['Main'],
views: ['Main'],
stores: ['Contacts'],
models: ['Contact'],
launch: function() {
Ext.Viewport.add({
xtype: 'mainpanel'
});
},
});Any suggestions greatly appreciated.
Thanks
Manish Kumar
Re: Salesforce -Phonegap and Sencha touch integratio n issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-09-2013 03:24 AM
If you are using other JS libraries such as jQuery, please ensure that you include Sencha Touch first followed by others, otherwise it can cause conflicts leading to a blank UI.
I hope this helps.
Regards,
Gaurav
P.S - If my answer resolves your query/ issue, please mark the thread as 'Resolved' so it benefit others.

