Jump to content

Search the Community

Showing results for tags 'ios'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. Hi all, I am stuck with Unimap on IOS and Safari. If map provider is OSM or Yandex there is no problem. If the selected map is Google maps as provider then zooming with touch simply not work. Also code on MainForm.Clientevents - WindowShow not help: document.addEventListener('touchmove', function(e) { e.preventDefault(); }, {passive:false}); It looks that Google mutant implementation to Unimap not fit for IOS, on Android is no problem. Any idea how to solve this issue here is running test case https://track.si:85/otherProjects/iostest/isotestdll.dll Br, Marko D11 unigui: 1.90.0.1567 iostest.zip
  2. Hi all, How to disable zoom in/out with dual touch on Iphone - Safari. On Android is no problem. I am using UnimMap and instead of zooming map, all app zoom in zoom out. already add to Server Module/meta <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="HandheldFriendly" content="true" /> also try to add to mainmForm (I do not know which event is right one - after render is not on list) document.body.addEventListener('touchmove',function(event){ event.preventDefault(); },false); On Android works fine. Am I miss something? using: Delphi RIO, latest Unigui release. Thanks in advance. Br, Marko.
  3. By setting FileUpload.Accept:= ''; and FileUpload.Capture:= ''; before FileUpload.Execute; we give the end user the options to choose - this is fine. However, how do we know from within the FileUploadCompleted event if it was a camera capture -or- library file ? This is very important as iOS camera images need rotating where as Library images do not.
  4. Hi, I was wondering if UniGui mobile has the feature to pick images from mobile using chrome or the default browser. The App give me the option to choose camera or gallery but when capture a new photo from camera or gallery and upload it to unigui server, the picture appears to be rotated. Also, there is no cropping/ editing the picture before uploading it to server. So, I was wondering how can I achieve this in unigui mobile? Any help will be appreciated. thanks in advance merolarosa
×
×
  • Create New...