blackberry-webworks

blackberry webworks facebook share

时光怂恿深爱的人放手 提交于 2019-12-07 22:17:28
问题 I want to embed fb and twitter share on my BB super app, but unfortunately BB doesn't support popups. Is there any way that I can embed fb and twitter share in my app, as we do it in blogs. Check the code to get popup. function share(){ var share = { method: 'stream.share', u: 'http://www.example.com' }; FB.ui(share, function(response) { console.log(response); });*/ /* $('#iframeDiv').show(); ServerCall(0,'html','shareFb.php',function(data) { //$('#Shareiframe').attr('src','http://m.facebook

is it possible to run blackberry OS 10 in blackberry OS 6,7 and 7.1

不问归期 提交于 2019-12-07 18:56:28
问题 I am new to blackberry development; please let me know is it possible to run blackberry OS 10 apps on blackberry OS 6,7 and 7.1 ? Or vice versa ? Also i want know how to develop a flip board type application for blackberry OS 10, or OS 6 and 7. 回答1: BB OS 10 and BB OS 7,6,5 are not compatible. Thers is no such thing like binary code compatibility between BB 10 and BB RIM OS 7.x and older devices. But there's a workaround. Use HTML5/WebWorks to implement an application and compile it for every

is it possible to run blackberry OS 10 in blackberry OS 6,7 and 7.1

亡梦爱人 提交于 2019-12-06 16:04:19
I am new to blackberry development; please let me know is it possible to run blackberry OS 10 apps on blackberry OS 6,7 and 7.1 ? Or vice versa ? Also i want know how to develop a flip board type application for blackberry OS 10, or OS 6 and 7. BB OS 10 and BB OS 7,6,5 are not compatible. Thers is no such thing like binary code compatibility between BB 10 and BB RIM OS 7.x and older devices. But there's a workaround. Use HTML5/WebWorks to implement an application and compile it for every platform. In this case this application will work on BB 10 and will work on legacy RIM OS devices (7.x, 6.0

Make my jQuery Ajax script use CORS

為{幸葍}努か 提交于 2019-12-06 13:08:43
I built an application which reads data via AJAX from an external website. It works fine but I found out in another question that if I want to package it for BlackBerry 7, with Webworks or Phonegap, I may need to use something called CORS . How can I convert my following script to do the same thing except using 'CORS'? <script type="text/javascript"> $("#page_all").live('pagebeforecreate', function() { $.get('http://mysite.com/mobile/data/data_all.php',function(data){ $('.content').empty(); $(data).find('market').each(function(){ var $market = $(this); var html = '<div class="data">'; html +=

blackberry webworks facebook share

拟墨画扇 提交于 2019-12-06 04:37:37
I want to embed fb and twitter share on my BB super app, but unfortunately BB doesn't support popups. Is there any way that I can embed fb and twitter share in my app, as we do it in blogs. Check the code to get popup. function share(){ var share = { method: 'stream.share', u: 'http://www.example.com' }; FB.ui(share, function(response) { console.log(response); });*/ /* $('#iframeDiv').show(); ServerCall(0,'html','shareFb.php',function(data) { //$('#Shareiframe').attr('src','http://m.facebook.com/sharer.php?u='+escape('http://www.astrochicks.com')); $('#iframeDiv').html(data); }); */ } /*SHARE

window.plugins undefined in cordova-2.0.0 [closed]

空扰寡人 提交于 2019-12-05 02:17:46
I'm trying to use the BarcodeScanner plugin for Cordova in a BlackBerry device without luck. The sample code makes use of this structure: window.plugins.BarcodeScanner... but window.plugins is undefined . I tried with a fresh new application and window.plugins continues to be undefined (I mean, the sample application without any addition). Did the api have changed and the documentation is outdated or there's something I'm missing? Thanks! All, I pushed a new BarcodeScanner this morning that works with 2.0.0. https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner/2.0.0

Differences between Blackberry Webworks and Phonegap

时光怂恿深爱的人放手 提交于 2019-12-05 01:13:06
问题 I am building an enterprise application using HTML5 for Blackberry OS 6.0. I am planning on using PhoneGap for developing the application. I found out that Blackberry also has something similar called WebWorks. What are the differences between WebWorks and PhoneGap? 回答1: PhoneGap-BlackBerry-Widget uses the BlackBerry Widget SDK to support BlackBerry OS 5.0 & 6.0. WebWorks is basically Widget SDK 2.0 and it is intended to support OS 6.0 specific features. The advantage of using PhoneGap

Differences between Blackberry Webworks and Phonegap

痴心易碎 提交于 2019-12-03 15:47:20
I am building an enterprise application using HTML5 for Blackberry OS 6.0. I am planning on using PhoneGap for developing the application. I found out that Blackberry also has something similar called WebWorks . What are the differences between WebWorks and PhoneGap? PhoneGap-BlackBerry-Widget uses the BlackBerry Widget SDK to support BlackBerry OS 5.0 & 6.0. WebWorks is basically Widget SDK 2.0 and it is intended to support OS 6.0 specific features. The advantage of using PhoneGap-BlackBerry-Widget over WebWorks is that you can port your application to other platforms that are supported by

AJAX XML not working on BlackBerry with Web-Works or Phonegap

。_饼干妹妹 提交于 2019-12-03 09:12:21
I've built an application which loads statistics from an external xml file on the web. It works fine in the web browser. It also works fine when I package it with PhoneGap for Android. Works on BlackBerry Playbook as well. However it doesn't work when I package it for BlackBerry. I have tried both WebWorks Command Line Tool and PhoneGap. When I Package with WebWorks and Run on Simulator The console on Web Inspector gives me the error " Failed to load resource: the server responded with a status of 500 (Error requesting resources.) " When I Package with Phonegap and Run on Simulator When I

Getting an error message while building PhoneGapSample in blackberry Webworks

两盒软妹~` 提交于 2019-12-03 01:19:31
I am working on PhoneGap BlackberryWebWorks i have install BlackBerry WebWorks plug-in:2.5.1 and Blackberry WebWorks SDK:2.0.0. and PhoneGap 0.9.4.but while building the project in eclipse i am getting the following error Errors occurred during the build. Errors running builder 'Faceted Project Validation Builder' on project 'PhoneGapSample'. Could not initialize class org.eclipse.jst.j2ee.project.facet.IJ2EEFacetConstants I am not getting any idea how to proceed ahead to remove this error.If any one have any idea about this. it will help me to overcome from this error. Thanks, Sagar. Right