Sameer

Results 9 comments of Sameer

i managed to do it by inserting `window.location = "sam://isActive";` in `$(document).on('selectionchange',function(e)` in init function of ZSSRichTextEditor.js for in-focus and `$(document).on("focusout", function() {window.location = "sam://isNotActive";});` in init function for focus-out....

experiencing same issue ```0 NotificationBannerSwift 0x00000001052650b4 BaseNotificationBanner.show(placeOnQueue:queuePosition:bannerPosition:) + 53428 (BaseNotificationBanner.swift:380) 1 NotificationBannerSwift 0x000000010526487c BaseNotificationBanner.show(placeOnQueue:queuePosition:bannerPosition:) + 51324 (BaseNotificationBanner.swift:373) 2 NotificationBannerSwift 0x000000010526e8bc NotificationBannerQueue.addBanner(_:bannerPosition:queuePosition:) + 92348 (NotificationBannerQueue.swift:71) 3 NotificationBannerSwift 0x00000001052648bc BaseNotificationBanner.show(placeOnQueue:queuePosition:bannerPosition:) + 51388...

yes just using trendingPhotoViewController!.view.heightAnchor.constraint(equalTo: scrollViewForPhotos.heightAnchor).isActive = true instead of trendingPhotoViewController.view.Height == scrollViewForPhotos.Height for now :D

Just say application needs location to embed coordinates in captured images.

add Edit/View mode and allow zoom in view mode(disable user interaction for drawview). user can zoom and re-enable drawing.

kind of like green indicators in [360 images navigation](http://demo.app-technologies.com/viewing360-web/upload/tour/28/4/rDVV14990873131499087338)

adding line datePicker.yearRange(inBetween: 1990, end: 2022) fixed the crash i don't think it should be mandatory to provide a range...as i was just testing the library but a crash is...

issue is in use of dummy data "2006" for years and "06" for months when there is no ModelDate is in selected state, they returns 30 days and if initialDate...

just changed `var currentMonth = "6" to` `var currentMonth = "7"` so Library can have 31 days as default