- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
Hi., I have more than 10 products (Non-consuable with hosted content) in my ios app. I want to add an option purchase all items. Is there any possible ways to purchase all products in a single buy option (including downloads). Thanks | |
Hi., I'm developing app for ipad, which having sharing images. So i had used Addthis sdk, but the shared images contains jpg image type only. I want png mime type while sharing via mail, twitter and facebook. [AddThisSDK shareImage:[UIImage imageWithData:data] withService:@"twitter" title:@"Test Image" description:@"Testing with attached image"]; Anybody help? | |
Hi., Can we share an image from photo library in ipad through addthis sdk facebook or twitter sharing? | |
Re: Just use same class name for all a tag which have myId.N | |
Re: Try this var results ="'1962' '1963' '1964' '1965' '1966'"; var testRE = results.match(/'(.*?)'/g); alert(testRE.length) for(var i=0;i<testRE.length;i++){ alert(testRE[i]) } or this one var results = "'1962' '1963' '1964' '1965' '1966'"; alert(results) var testRE; //testRE = results.match("'(.*?)'"); var testRE = results.replace(/'/g,"").split(" "); alert(testRE.length); for(var i=0;i<testRE.length;i++){ alert(testRE[i]); } | |
Re: Try this if(document.getElementById('box1').checked == true){ alert('checked') } else{ alert('not checked') } | |
Re: The looping and condition was totally confusing. can you send full code?. | |
Hi., I'm using cordova2.9.0 in my ios app, from CDVReachability.m file, i tried to check internet status with url for my ipad simulator as well device. But it shows status wrongly [My network is connected through sonic firewall login]. Any help? CDVReachability *isReachable = [CDVReachability reachabilityWithAddress:@"http://www.google.com/"]; // CDVReachability *isReachable = … | |
The following error occurs in nexus7 android 4.4 device 12-11 12:53:15.708: E/AndroidProtocolHandler(5245): Unable to open asset URL: file:///android_asset/www/cordova_plugins.json 12-11 12:53:15.798: D/CordovaNetworkManager(5245): Connection Type: wifi 12-11 12:53:15.798: D/DroidGap(5245): onMessage(networkconnection,wifi) 12-11 12:53:15.798: D/CordovaNetworkManager(5245): Connection Type: wifi 12-11 12:53:15.808: D/DroidGap(5245): onMessage(spinner,stop) 12-11 12:53:15.848: D/dalvikvm(5245): GC_FOR_ALLOC freed 119K, 5% free 7745K/8148K, paused 16ms, total … | |
Hi., I'm using scrolling content using Tinyscrollbar., its working but when contents are large its not working. I checked the steps in plugin., touchmove not working in start function. In eclipse logcat shows "blockwebkitdraw locked:false". Any help? Thanks | |
Jquery resizable handles does not working correctly after rotating the div, i changed the handles after the rotation of div into correct position., but when resizing the div it resize opposite direction, for eg we move handle se means the position nw want be fixed but it moves away. Please … | |
While resizing rotated element., it moves left side with positive or negative value., but shows left position value same in console log. Any idea? Thanks |
The End.