I am putting the img or html in www/img or www/templates.
And calling it as below.
var imagePost = {
url: 'img/Default_Marker.png',
size: new google.maps.Size(100, 100),
origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(17, 34),
scaledSize: new google.maps.Size(1, 1)
};
or for html,
return {
restrict: 'A',
templateUrl: '/templates/window.html',
link: link
};
If this is fixed, I am really right behind my alpha build for test…
Any help from anybody would be really appreciated!
I think I will post as new post with title 'resource is getting being loaded differently with livereald or something.
That will make sure the iOS project is up-to-date.
Then go to the platforms/ios directory from the root of your app project. There you should find a file with the extension .xcodeproj. Open that in Xcode and on the top of the window you can select your device and press the Run button (⌘R).
You can also have a look at the files in the Staging folder in XCode and see if there is anything missing there.
before I read your thread, it somehow started to work again, here’s what I got before and here’s how it gets fixed.
I am sharing since I see lots of similar issue has been posted and nobody was able to answer it correctly. I guess your answer is most useful info amongst others.
heres what I found :
and they have told me to reset ip address using
ionic address
or disconnect wifi and reconnect it for both laptop and mobile.
both did not work for me, until I went to cafe and set wifi for theirs (starbucks) and then came home get the wifi again → now it works.
I don’t know why it did this so I am very worried if this problem occurs again.
I event made the new start project and start placed my code about 4 days ago so I think I might not need to do below?
ionic prepare ios
I hope some Ionic people notice about this problem which have been occurred few times for other peoples too. I want clear solution for later just in case.