Not sure if this is the right form or not. I am trying to have an app built which is being outsourced to India. I am a native iOS developer and can probably build the type of app I need in two weeks. However, we are trying to have the app built so that it can be run on iOS and android. The company has selected to use ionic to develop this app. Not sure if this is the right form or not. I am trying to have an app built which is being outsourced to India. I am a native iOS developer and can probably build the type of app I need in two weeks. However, we are trying to have the app built so that it can be run on iOS and android. The company has selected to use ionic to develop this app.
The company is saying they are unable to achieve what we need, but this seems like such a simple app.
The specific needs for the app or below, which I will follow up with a specific question.
The app will be an iPad app. On the left side (1/3) will be the navigation (like an email app). On the right side (2/3) will be a Google map.
The user will be able to add markers anywhere on the map they would like. The user will then be able to delete any markers that they would like.
Once markers are added, the user should be able to draw a polygon on the screen and in any shape covering the map and the markers. The user will then be able to tap a COPY button. The app will then make note of any markers that are underneath the polygon, thus the markers that need to be copied.
The copied markers will only need to copy the X,Y coordinate of th markers location on the device screen (NOT lat/long).
The user should be able to then zoom scroll the map.
The user should then be able to tap a paste button The app should then plot markers where the copied markers (really just the x,y position) were in relation to the screen.
Here is a silly example:
The user places 10 markers in the shape of a smiley face on a map over London. The user then copies those markers, by drawing a polygon over the smiley face. The user then scrolls the map over Detroit and paste the copied markers. Now there is a smiley face over London and over Detroit.
Below is apparently where this development company in India is having an issue and says it is impossible to make ionic do the below need.
Once the user clicks the copy button, and a polygon goes away, leaving green dots as placeholders for the markers, the user needs to be able to scroll the map, zoom the map, and turn the map (maybe the north end of Detroit is at the bottom the phone screen). The development company says it is impossible to add a view layer, containing the placeholder dots, above the map so you can see them, but remove touch events from that view layer in order to pan and zoom and twist the map.
My specific question is, can ionic not add a view layer that does NOT contain touch events?