-2
votes
2answers
37 views

view not passing touch event to imageView

I am using storyboard but adding all control through the coding. on main view I have taken one View named myView.on that view I have added nine image Views .when I touches to image views touch is not ...
0
votes
0answers
28 views

How to make repeating calender event in iphone

Can anybody tell me how to make a repeating (weekly,daily,monthly) event for iOS Calendar events. My current implementation is something like this: EKEvent *event = [EKEvent ...
0
votes
1answer
17 views

Event on didSelctItemAtIndexPath when this is into header - iOS

I was building a app on iOS, and in a collectionView I have a header, and needs create event "touch up inside" for this header, like i 've create in the others cells of the collectioView ...
0
votes
1answer
24 views

How can i Load my main ViewController's view, from another viewcontroller's icon action?

I have a root ViewController class, and call the OnlineViewController's View like this: - (void)eventTap:(UIGestureRecognizer *)gestureRecognizer { self.evc = [[EventViewController alloc]init]; ...
0
votes
1answer
62 views

Events add all calendars in iOS 6.1?

I tried to get calendar title from my iPhone (iOS 6.1), but nothing found inside. How to get calendar title from iOS 6.1? please help me. Thanks in Adnvance I tried this: EKEventStore *store = ...
0
votes
1answer
143 views

How to detect scroll down on a touch device using jQuery?

I have a infinite scroll method that gets called like so: $(window).on('scroll resize load', function() { // execute infinite scroll method }); So it gets executed under the following events: ...
0
votes
0answers
39 views

Adding sounds to Current iOS events

I have asked around, especially more of the jailbreaking-scene sites as to plist editing or file modding. What I'm wanting to accomplish is adding sounds for events that currently don't support them. ...
0
votes
1answer
84 views

iphone subview not response click event

What I did : self.blsController = [self.storyboard instantiateViewControllerWithIdentifier:@"nextPage"]; self.blsController.view.frame= CGRectMake(self.blsController.view.frame.size.width , ...
1
vote
1answer
149 views

IOS event mechanism

I want to communicate between my different modules using events. Is there an event mechanism in IOS? I'm looking for something similar to BroadcastReceiver in Android. Thanks. PB.
0
votes
0answers
91 views

IPhone safari page “jumping” and preventing of it

I've tried to prevent iphone safari "page jumping". It means that such behavior i don't want: behavior image. But my page layout is not ordinary, menu and header are static (they should not be ...
0
votes
1answer
300 views

iPhone css hover, forces me to add a touch event

How come I need to add a touch event to my element for it to enable hover styles? Is this normal? Sure feels a bit wonky This is what I have to add to make :hover work, if I don't no :hover style is ...
1
vote
1answer
244 views

Friends not get invited to the created event in facebook

I am creating an app which creates an event in facebook. I have successfully created the event in the facebook through my app, but i am not able to invite friends in it. This is what i have done. To ...
0
votes
0answers
229 views

Javascript - Show div when swipe left/right on iPhone

I'm looking for a way to show a div, when you swipe your finger inside another div, on a mobile device like iPhone or iPad. I need it for my mobile-website. I have searched around but havn't found ...
1
vote
0answers
127 views

iOS - Google analytics - Tracking individual values for specific app settings

I'm trying to track information from within my iOS app, like settings and other specific values, using Google analytics. First of all I don't really understand why Google analytics is showing no ...
0
votes
1answer
160 views

store event in native calendar of iPhone using EventKit.framework

I am trying to save event in iPhone calendar using EventKit.framework. Its save perfectly, but I want to set alert to "NONE", but by default it takes '30 minutes before' as alert. How can I solve this ...
0
votes
1answer
104 views

EKEvent alarm AlertView disappears in less then a second

Event is successfully added with alarm that plays ten seconds (for testing purposes) before event start time. Problem is that alarm triggers (UIAlertView on iPhone shows) but it dissapears in less ...
0
votes
1answer
39 views

How to differentiate two segmented Controls?

Does anybody know how to check what segmented Control has triggered the event? I am creating two cells which contain segmented Controls. In the method segmentedControlIndexChanged I want to know which ...
1
vote
3answers
164 views

Allow only one UIView to be touched

I have three UIViews: B1 and B2 are subviews of A. B1 and B2 may have one or more subviews. I want that only one view can be touched at the same time. For example: The user touches B1 (or one ...
0
votes
0answers
84 views

How to add to my iPhone calendar : Facebook events shared by pages I like? [closed]

I would like to see appear in my iPhone Calendar app (and on my Mac Calendar too), not only the events which I have been invited to (this is done automatically), but also the events that the pages I ...
1
vote
2answers
390 views

Transferring the events to parent view (Titanium Studio, IPhone)

I am new to mobile development with Titanium Studio. I would like to know if it is possible to transfer an event to a view's parent view. For example, say that I have a imageview namely imgVw added ...
0
votes
0answers
304 views

set alert for event in native calendar from iphone app

I am creating app for events. I want to set alert "before 2 days" for event when user select the recurrence "NONE", so How can I get to know the user select "NONE" for recurrence for an event? Here is ...
0
votes
1answer
217 views

display current month after displaying previous or next month using tapku library in ios

I am working on the app. I open the calender using Tapku Library when I click on Event's date (suppose, the date is from next or previous month's date). It will displayed correctly on calendar with ...
0
votes
0answers
130 views

iPhone. TapkuLibrary display events on this date

I use TapkuLibrary (Calendar). The data in the dictionary, I get this: - (void)APIDownload:(APIDownload*)request { TBXML *tbxml = [TBXML tbxmlWithXMLData:request.downloadData]; TBXMLElement ...
0
votes
1answer
79 views

using jQuery for iPhone webapp, 'on' doesn't work for dynamically created elements

The following code adds <div3> to the html when <div1> is clicked. Clicking <div3> then shows the alert on every webbrowser tested EXCEPT iPhone. Works on Android, works on ...
1
vote
0answers
108 views

Is it possible to detect zoom in/out event in iOS Safari?

We have necessity to do something before the web page is zoomed in or out in Safari on iOS. Is it possible? There are two cases when interface is zoomed - when user does a zooming gesture and when ...
0
votes
0answers
128 views

JWPlayer and their streaming service “bits on the run” not work on iOS devices

The following code is of jwPlayer's onComplete event: <script type="text/javascript"> jwplayer().onComplete(function()){ document.getElementById('xxx-xxx').style.display="none"; ...
1
vote
1answer
186 views

How to update and remove calendar event?

I am doing a sample application using iPhone calendar events. I am able to save the calendar event from my application to iPhone native calendar. While saving I am saving the saved event identifier in ...
10
votes
2answers
224 views

Events cannot be dragged to a new day. This should be possible by, say, holding it over the side of the screen for a few seconds

I am working on Events functionality in Calendar and I got stuck on one thing. Here is what I have done: I have a page/interface in which day view is visible. User can scroll to next/previous day and ...
1
vote
1answer
188 views

Registering touch events of layered uiimageviews with overlapping transparent properties

I'm new at this and have looked at several posts already related to this question but none seem to provide the answer I need. I have multiple layered uiimageviews within one "base" uiimageview. The ...
0
votes
1answer
144 views

iphone app with add to calendar

i'm creating an iphone application which can add events into local iphone calendar. i have implemented a process here the source EKEventStore *eventStore = [[EKEventStore alloc] init]; EKEvent ...
1
vote
2answers
254 views

Why is my click event being called on iPad/iPhone when scrolling the screen?

Given the following jQuery code: // iPad/Safari doesn't recognize the "click" event using "live", so we have to do some trickery here var ua = navigator.userAgent, event = ((ua.match(/iPad/i)) ...
1
vote
0answers
85 views

How to send UIButton's dragging event

I have a UIButton, and its superView has touch events. When the button started dragging i want pass the button and keep go from its superView's touchesMoved function, thats what my problem is. i ...
0
votes
3answers
1k views

How can I add events to Tapku Calendar?

I've attached the Tapku Calendar to my project. It works great. But I have to add events to my calendar from RSS or JSON data. I didn't see any method in Tabku Lib about this issue. How can I add ...
0
votes
2answers
169 views

When touching html button on iPhone, the href occasionally adds # to the URL: Why?

Here's a live demo page ... and the relevant code: $('#button').on('touchstart', 'a', function(e) { e.preventDefault(); }); When using my iPhone4 and Safari 5.1.1, sometimes when touching ...
0
votes
1answer
353 views

Titanium tableview scrollend event in version 2.1 returns contentOffset position y as 0?

I'm creating a tableview with pull to refresh for iPhone. I have added an event listener for 'scrollEnd' to get the contentOffset.y. It working fine and return the point value for titanium sdk ...
2
votes
2answers
303 views

iPhone: How to know UISlider is sliding or not?

I'm using the following code to know a slider is now sliding or not. But is there a property or method to know that more easily? [slider addTarget:self action:@selector(touchUp) ...
0
votes
2answers
211 views

ios iphone UITextField events

I have a UITextField in the event calls a function EditingDidEnd A to validate the contents of the field, then I have a button that calls a function B by passing the contents of text field and then ...
1
vote
1answer
73 views

Detect iPhone EndEvent

Basically, I need to be able to recognize when a video ends and take action based on that end event. I've seen it done here on the Onion's site ...
3
votes
2answers
395 views

-[CustomWindow hitTest:withEvent:] implementation to forward events

I have a custom window (that should be on top of everything, including the keyboard) to show an overlay thing, something like the overlay you see when pressing the volume up/down buttons in the ...
0
votes
1answer
140 views

Is it possible to get event before outgoing call in iPhone?

Is it possible to get event before an outgoing call in iPhone as it is in Andtoid? What I want to do is to get an event after the user finished dialing, and before the outgoing call is made in order ...
2
votes
4answers
185 views

Getting a notification when a button is pressed on the iPhone when the screen is off

I'm planning to create a life saving application, and I need to integrate with any of the physical buttons on the iPhone (Home, volume, lock). Is this possible programmatically when the screen is off ...
2
votes
2answers
175 views

Catching dismiss event UIImagePickerController on home button

I've been working on an error in my program but I cannot seem to find a solution. When the user opens the camera the UIImagePickerController is displayed and works great. Although when he presses the ...
0
votes
1answer
266 views

Integrating eventkit from GCCalendar to show events from single day

I am implementing the gccalendar for day calendar view from Github. The events added as sample are showing on all dates. I have to integrate eventkit to it to add the events. How can I show the ...
1
vote
2answers
392 views

Detecting iOS UI events in programmatically created controls

I want to have a text input (UITextField) which I create in the main View Controller react to the user's input (specifically when they tap the keyboard's "return" key), but I can't find any way to do ...
2
votes
0answers
424 views

phonegap - deviceready event works but resume/online/offline event don't work

Im using an iframe to display an external url in my app, but if the internet or the website is no longer available i want to display an error message. In my code I'm using the ...
0
votes
1answer
152 views

Which event data format should use?

I have an application that (among other features) has an event calendar. Some users need to export and import event data to their own calendars. I've found the iCalendar format, but I don't know if ...
0
votes
3answers
1k views

Cant handle UIBarButtonItem events

I have a UIImageView, which I am adding as the background of a UIBarButtonItem. I make the UIBarButtonItem as the right barbuttonitem of my navigation controller. I am not able to handle the ...
0
votes
1answer
127 views

How to import an iPhone Calendar event to my app?

I am looking for some tutorials/guidelines for importing iPhone calendar event(s) to my app. Can anyone help? Thanks
0
votes
1answer
97 views

How can I send UIEventTypeRemoteControl events?

It's really easy to listen to UIEventTypeRemoteControl events, to respond to play/pause commands etc. However, what I need to do it be able to send these events to the device, so my app can control ...
0
votes
2answers
228 views

How to get the information about the sender in the case here

I am creating UIButtons inside a loop as shown below. for(int i = 1; i <= count; i++){ if(i ==1){ UIButton *btn1 = [[UIButton alloc]initWithFrame:CGRectMake(0, 10, 40, 40)]; ...

1 2 3 4 5 6