I tested using a jotform with the widget browser - the url works when it build the windows app just not the android app.
https://photos.google.com/photo/AF1QipP ... jWadwnYI7_
the url used in the widget browser is https://form.jotformeu.com/60866275442360
Search found 122 matches
- Fri Dec 08, 2017 12:45 am
- Forum: Android Deployment
- Topic: widget browser - my url not working
- Replies: 1
- Views: 3369
- Mon Apr 04, 2016 4:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Mobile Orientation
- Replies: 3
- Views: 4155
Re: Mobile Orientation
why not just allow the user to choose: if the environment is "mobile" then --Portrait , Portrait Upside Down , Landscape Left, Landscape Right are the 4 Parameters to be passed in the function iphoneSetAllowedOrientations put "portrait,portrait upside down,landscape left,landscape right" into theall...
- Mon Apr 04, 2016 7:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC 8 Browser Widget Rect
- Replies: 14
- Views: 13219
Re: LC 8 Browser Widget Rect
1). I tried the same in Win 10 - dragged a browser widget - changed the url - created an apk - moved to Android - effectively a 'white-out' browser. Using your test browser zip it sort of works - except the browser is stuck to the side and resizing doesn't work. In fact if you try set the fullscreen...
- Sun Feb 22, 2015 3:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Display PDFs on Mobile device
- Replies: 10
- Views: 8791
Re: Display PDFs on Mobile device
You could save a pdf on Google Drive and then use launch url to open it.
Or:
See http://livecode.com/livecode-7/embedded-web/
Or:
See http://livecode.com/livecode-7/embedded-web/
- Mon Jan 26, 2015 1:25 pm
- Forum: Off-Topic
- Topic: Livecode crazy version control
- Replies: 2
- Views: 4848
Livecode crazy version control
For example: wait until the sound is done - worked 6.7.0 :D wait until the sound is done - didn't work 6.7.1 :( wait until the sound is done - worked 6.7.2 :D wait until the sound is done - didn't work 7.0.0 :( wait until the sound is done - didn't work 7.0.1 :( wait until the sound is done - worked...
- Mon Jan 26, 2015 2:31 am
- Forum: Android Deployment
- Topic: CONCEPT FOR SPEED CAMERA APP
- Replies: 0
- Views: 5169
CONCEPT FOR SPEED CAMERA APP
My phone camera takes 3 images to create a HDR image. Each image is taken .x second apart. So imagine if that was a picture of a moving car - from behind. There would be 3 number plates spaced 0.x seconds apart. By calculating the pixel distance between each number plate the distance moved by the ca...
- Mon Jan 26, 2015 2:06 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: datagrid scroller android
- Replies: 8
- Views: 8359
Re: datagrid scroller android
you may find it works on pre- version 7 e.g. 6.7. Which one I don't know.
I found my Android scroller didn't work using v7. But maybe it works in 7.0.2 (rc1) - I haven't checked yet.
I found my Android scroller didn't work using v7. But maybe it works in 7.0.2 (rc1) - I haven't checked yet.
- Fri Jan 23, 2015 2:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: getting Contact Details from Android
- Replies: 9
- Views: 9205
Re: getting Contact Details from Android
keys not supported android.
That is what is so frustrating with LC - everyone assumes because it works on Mac/iPhone....
Perhaps 40% of the functions on Mobgui don't work on Android. Yet we pay the same price - similarly LC.
Shouldn't we have a 40% Android dev discount?
That is what is so frustrating with LC - everyone assumes because it works on Mac/iPhone....
Perhaps 40% of the functions on Mobgui don't work on Android. Yet we pay the same price - similarly LC.
Shouldn't we have a 40% Android dev discount?
- Fri Jan 23, 2015 2:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: getting Contact Details from Android
- Replies: 9
- Views: 9205
Re: getting Contact Details from Android
I really like Livecode - I wish a big company like Google would buy and make it big. And put discipline into version control. I could have knocked out 20s of apps in 2014 if I didn't keep hitting problems in Livecode versions - functions that did then didn't work, then did then didn't work. I may ha...
- Wed Jan 21, 2015 10:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: getting Contact Details from Android
- Replies: 9
- Views: 9205
Re: getting Contact Details from Android
Yes I had a similar problem months ago: http://stackoverflow.com/questions/25715308/using-livecode-to-get-a-phone-contacts-photo-on-android?stw=2 I was told it is not possible to get a contact photo with LC. Even though it is supposed to exist in the data row and also display photo as a file: see: h...
- Sat Jan 17, 2015 11:28 pm
- Forum: iOS Deployment
- Topic: Is there any really successfully App build with LC?
- Replies: 38
- Views: 38217
Re: Is there any really successfully App build with LC?
DevBoyLars... Why must you 'run down' liveCode ?... the question you should ask yourself is... 'Am I good enough to write an app that would appear in the top lists of the app store ?', as it seems that you think your shortcomings will be perhaps lessened by using a language that has produced an app...
- Thu Jan 15, 2015 1:14 am
- Forum: iOS Deployment
- Topic: Writing and sorting list advice SOLVED
- Replies: 13
- Views: 10117
Re: Writing and sorting list advice
As I use LC with Windows & Android I noticed 'msg' - as I've never used. I checked it says Linux, Mac, Windows - but not iphone/Android.
Try answer or a field.
Try answer or a field.
- Thu Jan 15, 2015 12:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Android mobile snapshot help
- Replies: 9
- Views: 8019
Re: Android mobile snapshot help
I haven't tested but... mobileExportImageToAlbum is now supposed to work on Android in version 6.7.2 RC1 and you can check obviously with your phone - or with Livecode mobilePickPhoto "library" - I have tested this and this part does work on most LC versions I've used - but there may be exceptions w...
- Tue Jan 06, 2015 4:14 pm
- Forum: Games
- Topic: Snakes and ladders game
- Replies: 27
- Views: 24512
Re: Snakes and ladders game
You could do it differently - no dice - allow 6 seconds to add 2 random numbers [hence add'ers name later]. Answer in 1 second = throw a 6. etc. Fail to answer = lose a turn. So not entirely random whether you succeed and teacher = :D You could also do it like a very old game [star chess - http://ww...
- Fri Jan 02, 2015 6:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: What is the best way to learn LiveCode?
- Replies: 27
- Views: 17258
Re: What is the best way to learn LiveCode?
I thought I just posted this but..
http://livecode.com/create-it-with-livecode/
http://livecode.com/create-it-with-livecode/