Search found 14 matches

by Nikovash
Mon Sep 11, 2023 12:06 am
Forum: HTML5
Topic: Web Standalone not loading on iOS
Replies: 2
Views: 16147

Re: Web Standalone not loading on iOS

TY, that seemed to work at least for that part. Now I need to stress test to see if the app continues to work with iOS as expected, or does it still have an issue I was tracking in DP5
by Nikovash
Sun Sep 10, 2023 11:50 pm
Forum: HTML5
Topic: HTML5 URL'S AGAIN
Replies: 3
Views: 9116

Re: HTML5 URL'S AGAIN

so the reason this doesn't work if you read the error on the web browser console is its a CORS violation, and currently Livecode is using a soon to be deprecated method for URL treatments IF you add a CORS proxy to a global on preOpenStack (either a public one or create your own) you can then do som...
by Nikovash
Sun Sep 10, 2023 10:50 pm
Forum: HTML5
Topic: Web Standalone not loading on iOS
Replies: 2
Views: 16147

Web Standalone not loading on iOS

IDE DP10.0.0 (DP6) For WEB Deployment Target: https://beta.iovasys.com There were many problems with DP4 & DP5 with Web deployment so when I realized DP6 was released I downloaded it and exported to the web and uploaded the new results. The problem is now on iOS devices the page now just hangs even ...
by Nikovash
Sun Feb 10, 2013 5:19 am
Forum: Announcements
Topic: Help Us Take LiveCode Open Source
Replies: 89
Views: 214591

Re: Help Us Take LiveCode Open Source

I'm all in favor for the whole OpenSource aspect here ... but how exactly does one go about making an open source iOS app. The very nature of the app store prevents this kind of thing really, unless you are creating the bundle (.ipa?). I guess my question would be would it be LiveCode OpenSource wit...
by Nikovash
Wed Mar 07, 2012 2:59 am
Forum: Mac OS
Topic: Mac App Store Submissions
Replies: 33
Views: 32656

Re: Mac App Store Submissions

Sandboxing is not currently required by the Mac app Store, and won't be till later this year
by Nikovash
Wed Mar 07, 2012 2:00 am
Forum: Off-Topic
Topic: Windows 8
Replies: 3
Views: 4737

Re: Windows 8

I actually really like the Metro interface, it's a shining ray of hope that the with lose their 20 year old looking interface. I'm not saying it's perfect by any means but it sure better than anything i've seen from them since XP. Plus I always get a kick out of running it virtual on a Mac, theres a...
by Nikovash
Tue Mar 06, 2012 12:44 am
Forum: Off-Topic
Topic: Windows 8
Replies: 3
Views: 4737

Windows 8

Has anyone else played around with this yet? I installed it and fully updated without any problems in under 30 mins ... this is scary only because it's says Microsoft on it, but it works. I am also interested to see how it will play out in the future, and if LiveCode is planning for this as of yet. ...
by Nikovash
Fri Sep 16, 2011 1:16 pm
Forum: iOS Deployment
Topic: iPhone pickDate
Replies: 6
Views: 4501

Re: iPhone pickDate (interesting result)

After reading this post I went and tried out the iPhone Date Picker command and experienced the same result. Interesting enough I had a weird result come to light that I just didn't think of. Effectively the date 1/1/1970 is actually 28800 in seconds, because I am at GMT -8:00 hours of trying to com...
by Nikovash
Fri Sep 16, 2011 1:10 pm
Forum: iOS Deployment
Topic: Seamless movie playback on iOS
Replies: 4
Views: 4973

Re: Seamless movie playback on iOS

Yeah I don't think I can help you there, there is one thing to also be aware of. if the "user" puts the video into fullscreen mode, you also lose some of the player objects controls, and you would always see the glitch you are referring to, because for the most point at that time you are really usin...
by Nikovash
Sun Sep 11, 2011 3:50 am
Forum: iOS Deployment
Topic: Seamless movie playback on iOS
Replies: 4
Views: 4973

Re: Seamless movie playback on iOS

I don't think this is possible because of the limitation of the built in player. Or another way to look at it, the video player can only play one video at a time on iOS, so the glitch you are noticing is the delay from one video stopping and the next playing. The only work around I could foresee is ...
by Nikovash
Tue Sep 06, 2011 11:05 pm
Forum: iOS Deployment
Topic: Checking Network Connectivity
Replies: 3
Views: 3112

Re: Checking Network Connectivity

The best way I found to deal with it is to set the iPhone reachability and respond to the status change? Message or whatever it is named.
by Nikovash
Sat Jul 09, 2011 6:23 am
Forum: iOS Deployment
Topic: Specialfolder problem in iphone
Replies: 6
Views: 4470

Re: Specialfolder problem in iphone

a limitation of the iOS environment is that each apps "sandbox" is a paradise for themselves only... meaning you can't write multiple apps to have a common sandbox. you could just try downloading this DB you are referencing from a server you have and just have all the apps Get or Post to a unique sp...
by Nikovash
Mon Jul 04, 2011 1:27 am
Forum: iOS Deployment
Topic: Launching iPhone apps- specifically "camera"
Replies: 19
Views: 11345

Re: Launching iPhone apps- specifically "camera"

after reading the iOS iPhone Simulator documentation, as of right now the two things the simulator can't do is anything with the camera, or the accelerometer, for these features to be tested you need to port it to a real device
by Nikovash
Sun Apr 10, 2011 8:25 am
Forum: iOS Deployment
Topic: iOS Callbacks
Replies: 9
Views: 6708

Re: iOS Callbacks

Well I am not entirely sure they could be called callbacks, but there are supposed to be messages that the MPMoviePlayerController is supposed to be sending, but doesn't IE: playerPropertyAvailable playerProgressChanged playerEnterFullscreen playerLeaveFullscreen playerMovieChanged playerFinished pl...

Go to advanced search